public sealed class ExadbVmCluster : IMessage<ExadbVmCluster>, IEquatable<ExadbVmCluster>, IDeepCloneable<ExadbVmCluster>, IBufferMessage, IMessageReference documentation and code samples for the Oracle Database@Google Cloud v1 API class ExadbVmCluster.
ExadbVmCluster represents a cluster of VMs that are used to run Exadata workloads. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/ExadbVmCluster/
Implements
IMessageExadbVmCluster, IEquatableExadbVmCluster, IDeepCloneableExadbVmCluster, IBufferMessage, IMessageNamespace
Google.Cloud.OracleDatabase.V1Assembly
Google.Cloud.OracleDatabase.V1.dll
Constructors
ExadbVmCluster()
public ExadbVmCluster()ExadbVmCluster(ExadbVmCluster)
public ExadbVmCluster(ExadbVmCluster other)| Parameter | |
|---|---|
| Name | Description |
other |
ExadbVmCluster |
Properties
BackupOdbSubnet
public string BackupOdbSubnet { get; set; }Required. Immutable. The name of the backup OdbSubnet associated with the ExadbVmCluster. Format: projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet}
| Property Value | |
|---|---|
| Type | Description |
string |
|
BackupOdbSubnetAsOdbSubnetName
public OdbSubnetName BackupOdbSubnetAsOdbSubnetName { get; set; }OdbSubnetName-typed view over the BackupOdbSubnet resource name property.
| Property Value | |
|---|---|
| Type | Description |
OdbSubnetName |
|
CreateTime
public Timestamp CreateTime { get; set; }Output only. The date and time that the ExadbVmCluster was created.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
DisplayName
public string DisplayName { get; set; }Required. Immutable. The display name for the ExadbVmCluster. The name does not have to be unique within your project. The name must be 1-255 characters long and can only contain alphanumeric characters.
| Property Value | |
|---|---|
| Type | Description |
string |
|
EntitlementId
public string EntitlementId { get; set; }Output only. The ID of the subscription entitlement associated with the ExadbVmCluster.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ExadbVmClusterName
public ExadbVmClusterName ExadbVmClusterName { get; set; }ExadbVmClusterName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
ExadbVmClusterName |
|
GcpOracleZone
public string GcpOracleZone { get; set; }Output only. Immutable. The GCP Oracle zone where Oracle ExadbVmCluster is hosted. Example: us-east4-b-r2. During creation, the system will pick the zone assigned to the ExascaleDbStorageVault.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Labels
public MapField<string, string> Labels { get; }Optional. The labels or tags associated with the ExadbVmCluster.
| Property Value | |
|---|---|
| Type | Description |
MapFieldstringstring |
|
Name
public string Name { get; set; }Identifier. The name of the ExadbVmCluster resource in the following format: projects/{project}/locations/{region}/exadbVmClusters/{exadb_vm_cluster}
| Property Value | |
|---|---|
| Type | Description |
string |
|
OdbNetwork
public string OdbNetwork { get; set; }Optional. Immutable. The name of the OdbNetwork associated with the ExadbVmCluster. Format: projects/{project}/locations/{location}/odbNetworks/{odb_network} It is optional but if specified, this should match the parent ODBNetwork of the OdbSubnet.
| Property Value | |
|---|---|
| Type | Description |
string |
|
OdbNetworkAsOdbNetworkName
public OdbNetworkName OdbNetworkAsOdbNetworkName { get; set; }OdbNetworkName-typed view over the OdbNetwork resource name property.
| Property Value | |
|---|---|
| Type | Description |
OdbNetworkName |
|
OdbSubnet
public string OdbSubnet { get; set; }Required. Immutable. The name of the OdbSubnet associated with the ExadbVmCluster for IP allocation. Format: projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet}
| Property Value | |
|---|---|
| Type | Description |
string |
|
OdbSubnetAsOdbSubnetName
public OdbSubnetName OdbSubnetAsOdbSubnetName { get; set; }OdbSubnetName-typed view over the OdbSubnet resource name property.
| Property Value | |
|---|---|
| Type | Description |
OdbSubnetName |
|
Properties
public ExadbVmClusterProperties Properties { get; set; }Required. The properties of the ExadbVmCluster.
| Property Value | |
|---|---|
| Type | Description |
ExadbVmClusterProperties |
|