Get Cloud Vm Cluster Result
data class GetCloudVmClusterResult(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 id: String, val labels: Map<String, String>, val location: String, val name: String, val network: String, val project: String? = null, val properties: List<GetCloudVmClusterProperty>, val pulumiLabels: Map<String, String>)
A collection of values returned by getCloudVmCluster.
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, id: String, labels: Map<String, String>, location: String, name: String, network: String, project: String? = null, properties: List<GetCloudVmClusterProperty>, pulumiLabels: Map<String, String>)