CloudVmClusterProperties Class

Definition

CloudVmCluster resource model.

public class CloudVmClusterProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.OracleDatabase.Models.CloudVmClusterProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.OracleDatabase.Models.CloudVmClusterProperties>
type CloudVmClusterProperties = class
    interface IJsonModel<CloudVmClusterProperties>
    interface IPersistableModel<CloudVmClusterProperties>
Public Class CloudVmClusterProperties
Implements IJsonModel(Of CloudVmClusterProperties), IPersistableModel(Of CloudVmClusterProperties)
Inheritance
CloudVmClusterProperties
Implements

Constructors

CloudVmClusterProperties(String, Int32, ResourceIdentifier, IEnumerable<String>, ResourceIdentifier, String, ResourceIdentifier, String)

Initializes a new instance of CloudVmClusterProperties.

Properties

BackupSubnetCidr

Client OCI backup subnet CIDR, default is 192.168.252.0/22.

CloudExadataInfrastructureId

Cloud Exadata Infrastructure ID.

ClusterName

The cluster name for cloud VM cluster. 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.

CompartmentId

Cluster compartmentId.

ComputeNodes

The list of compute servers to be added to the cloud VM cluster.

CpuCoreCount

The number of CPU cores enabled on the cloud VM cluster.

CreatedOn

The date and time that the cloud VM cluster was created.

DataCollectionOptions

Indicates user preferences for the various diagnostic collection options for the VM cluster/Cloud VM cluster/VMBM DBCS.

DataStoragePercentage

The percentage assigned to DATA storage (user data and database files). The remaining percentage is assigned to RECO storage (database redo logs, archive logs, and recovery manager backups). Accepted values are 35, 40, 60 and 80. The default is 80 percent assigned to DATA storage. See Storage Configuration in the Exadata documentation for details on the impact of the configuration settings on storage.

DataStorageSizeInTbs

The data disk group size to be allocated in TBs.

DbNodeStorageSizeInGbs

The local node storage to be allocated in GBs. Serialized Name: CloudVmClusterProperties.dbNodeStorageSizeInGbs

DBNodeStorageSizeInGbs

The local node storage to be allocated in GBs.

DbServers

The list of DB servers. Serialized Name: CloudVmClusterProperties.dbServers

DBServers

The list of DB servers.

DiskRedundancy

The type of redundancy configured for the cloud Vm cluster. NORMAL is 2-way redundancy. HIGH is 3-way redundancy.

DisplayName

Display Name.

Domain

The domain name for the cloud VM cluster.

GiVersion

Oracle Grid Infrastructure (GI) software version.

Hostname

The hostname for the cloud VM cluster.

IormConfigCache

iormConfigCache details for cloud VM cluster.

IsLocalBackupEnabled

If true, database backup on local Exadata storage is configured for the cloud VM cluster. If false, database backup on local Exadata storage is not available in the cloud VM cluster.

IsSparseDiskgroupEnabled

If true, sparse disk group is configured for the cloud VM cluster. If false, sparse disk group is not created.

LastUpdateHistoryEntryId

The OCID of the last maintenance update history entry.

LicenseModel

The Oracle license model that applies to the cloud VM cluster. The default is LICENSE_INCLUDED.

LifecycleDetails

Additional information about the current lifecycle state.

LifecycleState

CloudVmCluster lifecycle state.

ListenerPort

The port number configured for the listener on the cloud VM cluster.

MemorySizeInGbs

The memory to be allocated in GBs.

NodeCount

The number of nodes in the cloud VM cluster.

NsgCidrs

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

NsgUri

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

Ocid

Cloud VM Cluster ocid.

OciUri

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

OcpuCount

The number of OCPU cores to enable on the cloud VM cluster. Only 1 decimal place is allowed for the fractional part.

ProvisioningState

CloudVmCluster provisioning state.

ScanDnsName

The FQDN of the DNS record for the SCAN IP addresses that are associated with the cloud VM cluster.

ScanDnsRecordId

The OCID of the DNS record for the SCAN IP addresses that are associated with the cloud VM cluster.

ScanIPIds

The Single Client Access Name (SCAN) IP addresses associated with the cloud VM cluster. 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 model name of the Exadata hardware running the cloud VM cluster.

SshPublicKeys

The public key portion of one or more key pairs used for SSH access to the cloud VM cluster.

StorageSizeInGbs

The data disk group size to be allocated in GBs per VM.

SubnetId

Client subnet.

SubnetOcid

Cluster subnet ocid.

SystemVersion

Operating system version of the image.

TimeCreated

The date and time that the cloud VM cluster was created. Serialized Name: CloudVmClusterProperties.timeCreated

TimeZone

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

VipIds

The virtual IP (VIP) addresses associated with the cloud VM cluster. 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.

VnetId

VNET for network connectivity.

ZoneId

The OCID of the zone the cloud VM cluster is associated with.

Explicit Interface Implementations

IJsonModel<CloudVmClusterProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<CloudVmClusterProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CloudVmClusterProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CloudVmClusterProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<CloudVmClusterProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to