IExadbVMClusterProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.ExadbVMClusterPropertiesTypeConverter))]
public interface IExadbVMClusterProperties : Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.ExadbVMClusterPropertiesTypeConverter))>]
type IExadbVMClusterProperties = interface
    interface IJsonSerializable
Public Interface IExadbVMClusterProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
BackupSubnetCidr

Client OCI backup subnet CIDR, default is 192.168.252.0/22

BackupSubnetOcid

Cluster backup subnet ocid

ClusterName

The cluster name for Exadata VM cluster on Exascale Infrastructure. The cluster name must begin with an alphabetic character, and may contain hyphens (-). Underscores (_) are not permitted. The cluster name can be no longer than 11 characters and is not case sensitive.

DataCollectionOptionIsDiagnosticsEventsEnabled

Indicates whether diagnostic collection is enabled for the VM cluster/Cloud VM cluster/VMBM DBCS.

DataCollectionOptionIsHealthMonitoringEnabled

Indicates whether health monitoring is enabled for the VM cluster / Cloud VM cluster / VMBM DBCS.

DataCollectionOptionIsIncidentLogsEnabled

Indicates whether incident logs and trace collection are enabled for the VM cluster / Cloud VM cluster / VMBM DBCS.

DisplayName

Display Name

Domain

A domain name used for the Exadata VM cluster on Exascale Infrastructure

EnabledEcpuCount

The number of ECPUs to enable for an Exadata VM cluster on Exascale Infrastructure.

ExascaleDbStorageVaultId

The Azure Resource ID of the Exadata Database Storage Vault.

GiVersion

Oracle Grid Infrastructure (GI) software version

GridImageOcid

Grid Setup will be done using this Grid Image OCID. Can be obtained using giMinorVersions API

GridImageType

The type of Grid Image

Hostname

The hostname for the Exadata VM cluster on Exascale Infrastructure.

IormConfigCacheDbPlan

An array of IORM settings for all the database in the Exadata DB system.

IormConfigCacheLifecycleDetail

Additional information about the current lifecycleState.

IormConfigCacheLifecycleState

The current state of IORM configuration for the Exadata DB system.

IormConfigCacheObjective

The current value for the IORM objective. The default is AUTO.

LicenseModel

The Oracle license model that applies to the Exadata VM cluster on Exascale Infrastructure. The default is LICENSE_INCLUDED.

LifecycleDetail

Additional information about the current lifecycle state.

LifecycleState

CloudVmCluster lifecycle state

ListenerPort

The port number configured for the listener on the Exadata VM cluster on Exascale Infrastructure.

MemorySizeInGb

The memory that you want to be allocated in GBs. Memory is calculated based on 11 GB per VM core reserved.

NodeCount

The number of nodes in the Exadata VM cluster on Exascale Infrastructure.

NsgCidr

CIDR blocks for additional NSG ingress rules. The VNET CIDRs used to provision the VM Cluster will be added by default.

NsgUrl

HTTPS link to OCI Network Security Group exposed to Azure Customer via the Azure Interface.

Ocid

ExadbVmCluster ocid

OciUrl

HTTPS link to OCI resources exposed to Azure Customer via Azure Interface.

PrivateZoneOcid

The OCID of the zone the Exadata VM cluster on Exascale Infrastructure is associated with.

ProvisioningState

Exadata VM cluster on Exascale Infrastructure provisioning state

ScanDnsName

The FQDN of the DNS record for the SCAN IP addresses that are associated with the Exadata VM cluster on Exascale Infrastructure.

ScanDnsRecordId

The OCID of the DNS record for the SCAN IP addresses that are associated with the Exadata VM cluster on Exascale Infrastructure.

ScanIPId

The Single Client Access Name (SCAN) IP addresses associated with the Exadata VM cluster on Exascale Infrastructure. SCAN IP addresses are typically used for load balancing and are not assigned to any interface. Oracle Clusterware directs the requests to the appropriate nodes in the cluster. Note: For a single-node DB system, this list is empty.

ScanListenerPortTcp

The TCP Single Client Access Name (SCAN) port. The default port is 1521.

ScanListenerPortTcpSsl

The TCPS Single Client Access Name (SCAN) port. The default port is 2484.

Shape

The shape of the Exadata VM cluster on Exascale Infrastructure resource

ShapeAttribute

The type of Exascale storage used for Exadata VM cluster.

SnapshotFileSystemStorageTotalSizeInGb

Total Capacity

SshPublicKey

The public key portion of one or more key pairs used for SSH access to the Exadata VM cluster on Exascale Infrastructure.

SubnetId

Client subnet

SubnetOcid

Cluster subnet ocid

SystemVersion

Operating system version of the image.

TimeZone

The time zone of the Exadata VM cluster on Exascale Infrastructure. For details, see Exadata Infrastructure Time Zones.

TotalEcpuCount

The number of Total ECPUs for an Exadata VM cluster on Exascale Infrastructure.

TotalFileSystemStorageTotalSizeInGb

Total Capacity

VipId

The virtual IP (VIP) addresses associated with the Exadata VM cluster on Exascale Infrastructure. The Cluster Ready Services (CRS) creates and maintains one VIP address for each node in the Exadata Cloud Service instance to enable failover. If one node fails, the VIP is reassigned to another active node in the cluster. Note: For a single-node DB system, this list is empty.

VMFileSystemStorageTotalSizeInGb

Total Capacity

VnetId

VNET for network connectivity

ZoneOcid

The OCID of the zone the Exadata VM cluster on Exascale Infrastructure is associated with.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to