Share via


ExadbVmClusterProperties Class

Definition

ExadbVmCluster resource model.

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

Constructors

ExadbVmClusterProperties(ResourceIdentifier, ResourceIdentifier, String, Int32, ResourceIdentifier, String, Int32, String, IEnumerable<String>, Int32, ExadbVmClusterStorageDetails)

Initializes a new instance of ExadbVmClusterProperties.

Properties

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.

DataCollectionOptions

Indicates user preferences for the various diagnostic collection options 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.

IormConfigCache

iormConfigCache details for Exadata VM cluster on Exascale Infrastructure.

LicenseModel

The Oracle license model that applies to the Exadata VM cluster on Exascale Infrastructure. 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 Exadata VM cluster on Exascale Infrastructure.

MemorySizeInGbs

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.

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

ExadbVmCluster ocid.

OciUri

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.

ScanIPIds

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.

SnapshotFileSystemStorageTotalSizeInGbs

Total Capacity.

SshPublicKeys

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.

TotalSizeInGbs

Total Capacity.

VipIds

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.

VmFileSystemStorageTotalSizeInGbs

Total Capacity.

VnetId

VNET for network connectivity.

ZoneOcid

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

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ExadbVmClusterProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ExadbVmClusterProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ExadbVmClusterProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ExadbVmClusterProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ExadbVmClusterProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to