Oracle Database@Google Cloud v1 API - Class CloudVmCluster (1.4.0)

public sealed class CloudVmCluster : IMessage<CloudVmCluster>, IEquatable<CloudVmCluster>, IDeepCloneable<CloudVmCluster>, IBufferMessage, IMessage

Reference documentation and code samples for the Oracle Database@Google Cloud v1 API class CloudVmCluster.

Details of the Cloud VM Cluster resource. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/CloudVmCluster/

Inheritance

object > CloudVmCluster

Namespace

Google.Cloud.OracleDatabase.V1

Assembly

Google.Cloud.OracleDatabase.V1.dll

Constructors

CloudVmCluster()

public CloudVmCluster()

CloudVmCluster(CloudVmCluster)

public CloudVmCluster(CloudVmCluster other)
Parameter
Name Description
other CloudVmCluster

Properties

BackupOdbSubnet

public string BackupOdbSubnet { get; set; }

Optional. The name of the backup OdbSubnet associated with the VM Cluster. 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

BackupSubnetCidr

public string BackupSubnetCidr { get; set; }

Optional. CIDR range of the backup subnet.

Property Value
Type Description
string

Cidr

public string Cidr { get; set; }

Optional. Network settings. CIDR to use for cluster IP allocation.

Property Value
Type Description
string

CloudVmClusterName

public CloudVmClusterName CloudVmClusterName { get; set; }

CloudVmClusterName-typed view over the Name resource name property.

Property Value
Type Description
CloudVmClusterName

CreateTime

public Timestamp CreateTime { get; set; }

Output only. The date and time that the VM cluster was created.

Property Value
Type Description
Timestamp

DisplayName

public string DisplayName { get; set; }

Optional. User friendly name for this resource.

Property Value
Type Description
string

ExadataInfrastructure

public string ExadataInfrastructure { get; set; }

Required. The name of the Exadata Infrastructure resource on which VM cluster resource is created, in the following format: projects/{project}/locations/{region}/cloudExadataInfrastuctures/{cloud_extradata_infrastructure}

Property Value
Type Description
string

ExadataInfrastructureAsCloudExadataInfrastructureName

public CloudExadataInfrastructureName ExadataInfrastructureAsCloudExadataInfrastructureName { get; set; }

CloudExadataInfrastructureName-typed view over the ExadataInfrastructure resource name property.

Property Value
Type Description
CloudExadataInfrastructureName

GcpOracleZone

public string GcpOracleZone { get; set; }

Output only. The GCP Oracle zone where Oracle CloudVmCluster is hosted. This will be the same as the gcp_oracle_zone of the CloudExadataInfrastructure. Example: us-east4-b-r2.

Property Value
Type Description
string

IdentityConnector

public IdentityConnector IdentityConnector { get; set; }

Output only. The identity connector details which will allow OCI to securely access the resources in the customer project.

Property Value
Type Description
IdentityConnector

Labels

public MapField<string, string> Labels { get; }

Optional. Labels or tags associated with the VM Cluster.

Property Value
Type Description
MapFieldstringstring

Name

public string Name { get; set; }

Identifier. The name of the VM Cluster resource with the format: projects/{project}/locations/{region}/cloudVmClusters/{cloud_vm_cluster}

Property Value
Type Description
string

Network

public string Network { get; set; }

Optional. The name of the VPC network. Format: projects/{project}/global/networks/{network}

Property Value
Type Description
string

NetworkAsNetworkName

public NetworkName NetworkAsNetworkName { get; set; }

NetworkName-typed view over the Network resource name property.

Property Value
Type Description
NetworkName

OdbNetwork

public string OdbNetwork { get; set; }

Optional. The name of the OdbNetwork associated with the VM Cluster. Format: projects/{project}/locations/{location}/odbNetworks/{odb_network} It is optional but if specified, this should match the parent ODBNetwork of the odb_subnet and backup_odb_subnet.

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; }

Optional. The name of the OdbSubnet associated with the VM Cluster 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 CloudVmClusterProperties Properties { get; set; }

Optional. Various properties of the VM Cluster.

Property Value
Type Description
CloudVmClusterProperties