Show / Hide Table of Contents

Class CloudVmCluster

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

Inheritance
object
CloudVmCluster
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.OracleDatabase.v1.Data
Assembly: Google.Apis.OracleDatabase.v1.dll
Syntax
public class CloudVmCluster : IDirectResponseSchema

Properties

BackupSubnetCidr

Optional. CIDR range of the backup subnet.

Declaration
[JsonProperty("backupSubnetCidr")]
public virtual string BackupSubnetCidr { get; set; }
Property Value
Type Description
string

Cidr

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

Declaration
[JsonProperty("cidr")]
public virtual string Cidr { get; set; }
Property Value
Type Description
string

CreateTime

object representation of CreateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type Description
object

CreateTimeDateTimeOffset

DateTimeOffset representation of CreateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

CreateTimeRaw

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

Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type Description
string

DisplayName

Optional. User friendly name for this resource.

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ExadataInfrastructure

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}

Declaration
[JsonProperty("exadataInfrastructure")]
public virtual string ExadataInfrastructure { get; set; }
Property Value
Type Description
string

GcpOracleZone

Output only. Google Cloud Platform location where Oracle Exadata is hosted. It is same as Google Cloud Platform Oracle zone of Exadata infrastructure.

Declaration
[JsonProperty("gcpOracleZone")]
public virtual string GcpOracleZone { get; set; }
Property Value
Type Description
string

Labels

Optional. Labels or tags associated with the VM Cluster.

Declaration
[JsonProperty("labels")]
public virtual IDictionary<string, string> Labels { get; set; }
Property Value
Type Description
IDictionary<string, string>

Name

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

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Network

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

Declaration
[JsonProperty("network")]
public virtual string Network { get; set; }
Property Value
Type Description
string

Properties

Optional. Various properties of the VM Cluster.

Declaration
[JsonProperty("properties")]
public virtual CloudVmClusterProperties Properties { get; set; }
Property Value
Type Description
CloudVmClusterProperties

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX