GetCloudVmClustersCloudVmCluster

data class GetCloudVmClustersCloudVmCluster(val backupSubnetCidr: String, val cidr: String, val cloudVmClusterId: String, val createTime: String, val deletionProtection: Boolean, val displayName: String, val effectiveLabels: Map<String, String>, val exadataInfrastructure: String, val gcpOracleZone: String, val labels: Map<String, String>, val location: String, val name: String, val network: String, val project: String, val properties: List<GetCloudVmClustersCloudVmClusterProperty>, val pulumiLabels: Map<String, String>)

Constructors

Link copied to clipboard
constructor(backupSubnetCidr: String, cidr: String, cloudVmClusterId: String, createTime: String, deletionProtection: Boolean, displayName: String, effectiveLabels: Map<String, String>, exadataInfrastructure: String, gcpOracleZone: String, labels: Map<String, String>, location: String, name: String, network: String, project: String, properties: List<GetCloudVmClustersCloudVmClusterProperty>, pulumiLabels: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

CIDR range of the backup subnet.

Link copied to clipboard

Network settings. CIDR to use for cluster IP allocation.

Link copied to clipboard

The ID of the VM Cluster to create. This value is restricted to (^a-z?$) and must be a maximum of 63 characters in length. The value must start with a letter and end with a letter or a number.

Link copied to clipboard

The date and time that the VM cluster was created.

Link copied to clipboard
Link copied to clipboard

User friendly name for this resource.

Link copied to clipboard
Link copied to clipboard

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}

Link copied to clipboard

GCP location where Oracle Exadata is hosted. It is same as GCP Oracle zone of Exadata infrastructure.

Link copied to clipboard

Labels or tags associated with the VM Cluster. Note: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the resource.

Link copied to clipboard

The location of the resource.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The project to which the resource belongs. If it is not provided, the provider project is used.

Link copied to clipboard

Various properties and settings associated with Exadata VM cluster.

Link copied to clipboard

The combination of labels configured directly on the resource and default labels configured on the provider.