public sealed class CloudVmCluster : IMessage<CloudVmCluster>, IEquatable<CloudVmCluster>, IDeepCloneable<CloudVmCluster>, IBufferMessage, IMessageReference 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/
Implements
IMessageCloudVmCluster, IEquatableCloudVmCluster, IDeepCloneableCloudVmCluster, IBufferMessage, IMessageNamespace
Google.Cloud.OracleDatabase.V1Assembly
Google.Cloud.OracleDatabase.V1.dll
Constructors
CloudVmCluster()
public CloudVmCluster()CloudVmCluster(CloudVmCluster)
public CloudVmCluster(CloudVmCluster other)| Parameter | |
|---|---|
| Name | Description |
other |
CloudVmCluster |
Properties
BackupSubnetCidr
public string BackupSubnetCidr { get; set; }Required. CIDR range of the backup subnet.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Cidr
public string Cidr { get; set; }Required. 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. Google Cloud Platform location where Oracle Exadata is hosted. It is same as Google Cloud Platform Oracle zone of Exadata infrastructure.
| Property Value | |
|---|---|
| Type | Description |
string |
|
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; }Required. 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 |
|
Properties
public CloudVmClusterProperties Properties { get; set; }Optional. Various properties of the VM Cluster.
| Property Value | |
|---|---|
| Type | Description |
CloudVmClusterProperties |
|