Google Cloud v8.21.0 published on Wednesday, Mar 5, 2025 by Pulumi
gcp.oracledatabase.getCloudVmCluster
Explore with Pulumi AI
Get information about a CloudVmCluster.
For more information see the API.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as gcp from "@pulumi/gcp";
const my_vmcluster = gcp.oracledatabase.getCloudVmCluster({
    location: "us-east4",
    cloudVmClusterId: "vmcluster-id",
});
import pulumi
import pulumi_gcp as gcp
my_vmcluster = gcp.oracledatabase.get_cloud_vm_cluster(location="us-east4",
    cloud_vm_cluster_id="vmcluster-id")
package main
import (
	"github.com/pulumi/pulumi-gcp/sdk/v8/go/gcp/oracledatabase"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := oracledatabase.LookupCloudVmCluster(ctx, &oracledatabase.LookupCloudVmClusterArgs{
			Location:         "us-east4",
			CloudVmClusterId: "vmcluster-id",
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Gcp = Pulumi.Gcp;
return await Deployment.RunAsync(() => 
{
    var my_vmcluster = Gcp.OracleDatabase.GetCloudVmCluster.Invoke(new()
    {
        Location = "us-east4",
        CloudVmClusterId = "vmcluster-id",
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.gcp.oracledatabase.OracledatabaseFunctions;
import com.pulumi.gcp.oracledatabase.inputs.GetCloudVmClusterArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }
    public static void stack(Context ctx) {
        final var my-vmcluster = OracledatabaseFunctions.getCloudVmCluster(GetCloudVmClusterArgs.builder()
            .location("us-east4")
            .cloudVmClusterId("vmcluster-id")
            .build());
    }
}
variables:
  my-vmcluster:
    fn::invoke:
      function: gcp:oracledatabase:getCloudVmCluster
      arguments:
        location: us-east4
        cloudVmClusterId: vmcluster-id
Using getCloudVmCluster
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getCloudVmCluster(args: GetCloudVmClusterArgs, opts?: InvokeOptions): Promise<GetCloudVmClusterResult>
function getCloudVmClusterOutput(args: GetCloudVmClusterOutputArgs, opts?: InvokeOptions): Output<GetCloudVmClusterResult>def get_cloud_vm_cluster(cloud_vm_cluster_id: Optional[str] = None,
                         location: Optional[str] = None,
                         project: Optional[str] = None,
                         opts: Optional[InvokeOptions] = None) -> GetCloudVmClusterResult
def get_cloud_vm_cluster_output(cloud_vm_cluster_id: Optional[pulumi.Input[str]] = None,
                         location: Optional[pulumi.Input[str]] = None,
                         project: Optional[pulumi.Input[str]] = None,
                         opts: Optional[InvokeOptions] = None) -> Output[GetCloudVmClusterResult]func LookupCloudVmCluster(ctx *Context, args *LookupCloudVmClusterArgs, opts ...InvokeOption) (*LookupCloudVmClusterResult, error)
func LookupCloudVmClusterOutput(ctx *Context, args *LookupCloudVmClusterOutputArgs, opts ...InvokeOption) LookupCloudVmClusterResultOutput> Note: This function is named LookupCloudVmCluster in the Go SDK.
public static class GetCloudVmCluster 
{
    public static Task<GetCloudVmClusterResult> InvokeAsync(GetCloudVmClusterArgs args, InvokeOptions? opts = null)
    public static Output<GetCloudVmClusterResult> Invoke(GetCloudVmClusterInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetCloudVmClusterResult> getCloudVmCluster(GetCloudVmClusterArgs args, InvokeOptions options)
public static Output<GetCloudVmClusterResult> getCloudVmCluster(GetCloudVmClusterArgs args, InvokeOptions options)
fn::invoke:
  function: gcp:oracledatabase/getCloudVmCluster:getCloudVmCluster
  arguments:
    # arguments dictionaryThe following arguments are supported:
- CloudVm stringCluster Id 
- The ID of the VM Cluster.
- Location string
- The location of the resource.
- Project string
- The project in which the resource belongs. If it is not provided, the provider project is used.
- CloudVm stringCluster Id 
- The ID of the VM Cluster.
- Location string
- The location of the resource.
- Project string
- The project in which the resource belongs. If it is not provided, the provider project is used.
- cloudVm StringCluster Id 
- The ID of the VM Cluster.
- location String
- The location of the resource.
- project String
- The project in which the resource belongs. If it is not provided, the provider project is used.
- cloudVm stringCluster Id 
- The ID of the VM Cluster.
- location string
- The location of the resource.
- project string
- The project in which the resource belongs. If it is not provided, the provider project is used.
- cloud_vm_ strcluster_ id 
- The ID of the VM Cluster.
- location str
- The location of the resource.
- project str
- The project in which the resource belongs. If it is not provided, the provider project is used.
- cloudVm StringCluster Id 
- The ID of the VM Cluster.
- location String
- The location of the resource.
- project String
- The project in which the resource belongs. If it is not provided, the provider project is used.
getCloudVmCluster Result
The following output properties are available:
- BackupSubnet stringCidr 
- Cidr string
- CloudVm stringCluster Id 
- CreateTime string
- DeletionProtection bool
- DisplayName string
- EffectiveLabels Dictionary<string, string>
- ExadataInfrastructure string
- GcpOracle stringZone 
- Id string
- The provider-assigned unique ID for this managed resource.
- Labels Dictionary<string, string>
- Location string
- Name string
- Network string
- Properties
List<GetCloud Vm Cluster Property> 
- PulumiLabels Dictionary<string, string>
- Project string
- BackupSubnet stringCidr 
- Cidr string
- CloudVm stringCluster Id 
- CreateTime string
- DeletionProtection bool
- DisplayName string
- EffectiveLabels map[string]string
- ExadataInfrastructure string
- GcpOracle stringZone 
- Id string
- The provider-assigned unique ID for this managed resource.
- Labels map[string]string
- Location string
- Name string
- Network string
- Properties
[]GetCloud Vm Cluster Property 
- PulumiLabels map[string]string
- Project string
- backupSubnet StringCidr 
- cidr String
- cloudVm StringCluster Id 
- createTime String
- deletionProtection Boolean
- displayName String
- effectiveLabels Map<String,String>
- exadataInfrastructure String
- gcpOracle StringZone 
- id String
- The provider-assigned unique ID for this managed resource.
- labels Map<String,String>
- location String
- name String
- network String
- properties
List<GetCloud Vm Cluster Property> 
- pulumiLabels Map<String,String>
- project String
- backupSubnet stringCidr 
- cidr string
- cloudVm stringCluster Id 
- createTime string
- deletionProtection boolean
- displayName string
- effectiveLabels {[key: string]: string}
- exadataInfrastructure string
- gcpOracle stringZone 
- id string
- The provider-assigned unique ID for this managed resource.
- labels {[key: string]: string}
- location string
- name string
- network string
- properties
GetCloud Vm Cluster Property[] 
- pulumiLabels {[key: string]: string}
- project string
- backup_subnet_ strcidr 
- cidr str
- cloud_vm_ strcluster_ id 
- create_time str
- deletion_protection bool
- display_name str
- effective_labels Mapping[str, str]
- exadata_infrastructure str
- gcp_oracle_ strzone 
- id str
- The provider-assigned unique ID for this managed resource.
- labels Mapping[str, str]
- location str
- name str
- network str
- properties
Sequence[GetCloud Vm Cluster Property] 
- pulumi_labels Mapping[str, str]
- project str
- backupSubnet StringCidr 
- cidr String
- cloudVm StringCluster Id 
- createTime String
- deletionProtection Boolean
- displayName String
- effectiveLabels Map<String>
- exadataInfrastructure String
- gcpOracle StringZone 
- id String
- The provider-assigned unique ID for this managed resource.
- labels Map<String>
- location String
- name String
- network String
- properties List<Property Map>
- pulumiLabels Map<String>
- project String
Supporting Types
GetCloudVmClusterProperty    
- ClusterName string
- OCI Cluster name.
- CompartmentId string
- Compartment ID of cluster.
- CpuCore intCount 
- Number of enabled CPU cores.
- DataStorage doubleSize Tb 
- The data disk group size to be allocated in TBs.
- DbNode intStorage Size Gb 
- Local storage per VM
- DbServer List<string>Ocids 
- OCID of database servers.
- DiagnosticsData List<GetCollection Options Cloud Vm Cluster Property Diagnostics Data Collection Option> 
- Data collection options for diagnostics.
- DiskRedundancy string
- The type of redundancy. Possible values: DISK_REDUNDANCY_UNSPECIFIED HIGH NORMAL
- DnsListener stringIp 
- DNS listener IP.
- Domain string
- Parent DNS domain where SCAN DNS and hosts names are qualified. ex: ocispdelegated.ocisp10jvnet.oraclevcn.com
- GiVersion string
- Grid Infrastructure Version.
- Hostname string
- host name without domain. format: "-" with some suffix. ex: sp2-yi0xq where "sp2" is the hostname_prefix.
- HostnamePrefix string
- Prefix for VM cluster host names.
- LicenseType string
- License type of VM Cluster. Possible values: LICENSE_TYPE_UNSPECIFIED LICENSE_INCLUDED BRING_YOUR_OWN_LICENSE
- LocalBackup boolEnabled 
- Use local backup.
- MemorySize intGb 
- Memory allocated in GBs.
- NodeCount int
- Number of database servers.
- OciUrl string
- Deep link to the OCI console to view this resource.
- Ocid string
- Oracle Cloud Infrastructure ID of VM Cluster.
- OcpuCount double
- OCPU count per VM. Minimum is 0.1.
- ScanDns string
- SCAN DNS name. ex: sp2-yi0xq-scan.ocispdelegated.ocisp10jvnet.oraclevcn.com
- ScanDns stringRecord Id 
- OCID of scan DNS record.
- ScanIp List<string>Ids 
- OCIDs of scan IPs.
- ScanListener intPort Tcp 
- SCAN listener port - TCP
- ScanListener intPort Tcp Ssl 
- SCAN listener port - TLS
- Shape string
- Shape of VM Cluster.
- SparseDiskgroup boolEnabled 
- Use exadata sparse snapshots.
- SshPublic List<string>Keys 
- SSH public keys to be stored with cluster.
- State string
- State of the cluster. Possible values: STATE_UNSPECIFIED PROVISIONING AVAILABLE UPDATING TERMINATING TERMINATED FAILED MAINTENANCE_IN_PROGRESS
- StorageSize intGb 
- The storage allocation for the disk group, in gigabytes (GB).
- SystemVersion string
- Operating system version of the image.
- TimeZones List<GetCloud Vm Cluster Property Time Zone> 
- Represents a time zone from the IANA Time Zone Database.
- ClusterName string
- OCI Cluster name.
- CompartmentId string
- Compartment ID of cluster.
- CpuCore intCount 
- Number of enabled CPU cores.
- DataStorage float64Size Tb 
- The data disk group size to be allocated in TBs.
- DbNode intStorage Size Gb 
- Local storage per VM
- DbServer []stringOcids 
- OCID of database servers.
- DiagnosticsData []GetCollection Options Cloud Vm Cluster Property Diagnostics Data Collection Option 
- Data collection options for diagnostics.
- DiskRedundancy string
- The type of redundancy. Possible values: DISK_REDUNDANCY_UNSPECIFIED HIGH NORMAL
- DnsListener stringIp 
- DNS listener IP.
- Domain string
- Parent DNS domain where SCAN DNS and hosts names are qualified. ex: ocispdelegated.ocisp10jvnet.oraclevcn.com
- GiVersion string
- Grid Infrastructure Version.
- Hostname string
- host name without domain. format: "-" with some suffix. ex: sp2-yi0xq where "sp2" is the hostname_prefix.
- HostnamePrefix string
- Prefix for VM cluster host names.
- LicenseType string
- License type of VM Cluster. Possible values: LICENSE_TYPE_UNSPECIFIED LICENSE_INCLUDED BRING_YOUR_OWN_LICENSE
- LocalBackup boolEnabled 
- Use local backup.
- MemorySize intGb 
- Memory allocated in GBs.
- NodeCount int
- Number of database servers.
- OciUrl string
- Deep link to the OCI console to view this resource.
- Ocid string
- Oracle Cloud Infrastructure ID of VM Cluster.
- OcpuCount float64
- OCPU count per VM. Minimum is 0.1.
- ScanDns string
- SCAN DNS name. ex: sp2-yi0xq-scan.ocispdelegated.ocisp10jvnet.oraclevcn.com
- ScanDns stringRecord Id 
- OCID of scan DNS record.
- ScanIp []stringIds 
- OCIDs of scan IPs.
- ScanListener intPort Tcp 
- SCAN listener port - TCP
- ScanListener intPort Tcp Ssl 
- SCAN listener port - TLS
- Shape string
- Shape of VM Cluster.
- SparseDiskgroup boolEnabled 
- Use exadata sparse snapshots.
- SshPublic []stringKeys 
- SSH public keys to be stored with cluster.
- State string
- State of the cluster. Possible values: STATE_UNSPECIFIED PROVISIONING AVAILABLE UPDATING TERMINATING TERMINATED FAILED MAINTENANCE_IN_PROGRESS
- StorageSize intGb 
- The storage allocation for the disk group, in gigabytes (GB).
- SystemVersion string
- Operating system version of the image.
- TimeZones []GetCloud Vm Cluster Property Time Zone 
- Represents a time zone from the IANA Time Zone Database.
- clusterName String
- OCI Cluster name.
- compartmentId String
- Compartment ID of cluster.
- cpuCore IntegerCount 
- Number of enabled CPU cores.
- dataStorage DoubleSize Tb 
- The data disk group size to be allocated in TBs.
- dbNode IntegerStorage Size Gb 
- Local storage per VM
- dbServer List<String>Ocids 
- OCID of database servers.
- diagnosticsData List<GetCollection Options Cloud Vm Cluster Property Diagnostics Data Collection Option> 
- Data collection options for diagnostics.
- diskRedundancy String
- The type of redundancy. Possible values: DISK_REDUNDANCY_UNSPECIFIED HIGH NORMAL
- dnsListener StringIp 
- DNS listener IP.
- domain String
- Parent DNS domain where SCAN DNS and hosts names are qualified. ex: ocispdelegated.ocisp10jvnet.oraclevcn.com
- giVersion String
- Grid Infrastructure Version.
- hostname String
- host name without domain. format: "-" with some suffix. ex: sp2-yi0xq where "sp2" is the hostname_prefix.
- hostnamePrefix String
- Prefix for VM cluster host names.
- licenseType String
- License type of VM Cluster. Possible values: LICENSE_TYPE_UNSPECIFIED LICENSE_INCLUDED BRING_YOUR_OWN_LICENSE
- localBackup BooleanEnabled 
- Use local backup.
- memorySize IntegerGb 
- Memory allocated in GBs.
- nodeCount Integer
- Number of database servers.
- ociUrl String
- Deep link to the OCI console to view this resource.
- ocid String
- Oracle Cloud Infrastructure ID of VM Cluster.
- ocpuCount Double
- OCPU count per VM. Minimum is 0.1.
- scanDns String
- SCAN DNS name. ex: sp2-yi0xq-scan.ocispdelegated.ocisp10jvnet.oraclevcn.com
- scanDns StringRecord Id 
- OCID of scan DNS record.
- scanIp List<String>Ids 
- OCIDs of scan IPs.
- scanListener IntegerPort Tcp 
- SCAN listener port - TCP
- scanListener IntegerPort Tcp Ssl 
- SCAN listener port - TLS
- shape String
- Shape of VM Cluster.
- sparseDiskgroup BooleanEnabled 
- Use exadata sparse snapshots.
- sshPublic List<String>Keys 
- SSH public keys to be stored with cluster.
- state String
- State of the cluster. Possible values: STATE_UNSPECIFIED PROVISIONING AVAILABLE UPDATING TERMINATING TERMINATED FAILED MAINTENANCE_IN_PROGRESS
- storageSize IntegerGb 
- The storage allocation for the disk group, in gigabytes (GB).
- systemVersion String
- Operating system version of the image.
- timeZones List<GetCloud Vm Cluster Property Time Zone> 
- Represents a time zone from the IANA Time Zone Database.
- clusterName string
- OCI Cluster name.
- compartmentId string
- Compartment ID of cluster.
- cpuCore numberCount 
- Number of enabled CPU cores.
- dataStorage numberSize Tb 
- The data disk group size to be allocated in TBs.
- dbNode numberStorage Size Gb 
- Local storage per VM
- dbServer string[]Ocids 
- OCID of database servers.
- diagnosticsData GetCollection Options Cloud Vm Cluster Property Diagnostics Data Collection Option[] 
- Data collection options for diagnostics.
- diskRedundancy string
- The type of redundancy. Possible values: DISK_REDUNDANCY_UNSPECIFIED HIGH NORMAL
- dnsListener stringIp 
- DNS listener IP.
- domain string
- Parent DNS domain where SCAN DNS and hosts names are qualified. ex: ocispdelegated.ocisp10jvnet.oraclevcn.com
- giVersion string
- Grid Infrastructure Version.
- hostname string
- host name without domain. format: "-" with some suffix. ex: sp2-yi0xq where "sp2" is the hostname_prefix.
- hostnamePrefix string
- Prefix for VM cluster host names.
- licenseType string
- License type of VM Cluster. Possible values: LICENSE_TYPE_UNSPECIFIED LICENSE_INCLUDED BRING_YOUR_OWN_LICENSE
- localBackup booleanEnabled 
- Use local backup.
- memorySize numberGb 
- Memory allocated in GBs.
- nodeCount number
- Number of database servers.
- ociUrl string
- Deep link to the OCI console to view this resource.
- ocid string
- Oracle Cloud Infrastructure ID of VM Cluster.
- ocpuCount number
- OCPU count per VM. Minimum is 0.1.
- scanDns string
- SCAN DNS name. ex: sp2-yi0xq-scan.ocispdelegated.ocisp10jvnet.oraclevcn.com
- scanDns stringRecord Id 
- OCID of scan DNS record.
- scanIp string[]Ids 
- OCIDs of scan IPs.
- scanListener numberPort Tcp 
- SCAN listener port - TCP
- scanListener numberPort Tcp Ssl 
- SCAN listener port - TLS
- shape string
- Shape of VM Cluster.
- sparseDiskgroup booleanEnabled 
- Use exadata sparse snapshots.
- sshPublic string[]Keys 
- SSH public keys to be stored with cluster.
- state string
- State of the cluster. Possible values: STATE_UNSPECIFIED PROVISIONING AVAILABLE UPDATING TERMINATING TERMINATED FAILED MAINTENANCE_IN_PROGRESS
- storageSize numberGb 
- The storage allocation for the disk group, in gigabytes (GB).
- systemVersion string
- Operating system version of the image.
- timeZones GetCloud Vm Cluster Property Time Zone[] 
- Represents a time zone from the IANA Time Zone Database.
- cluster_name str
- OCI Cluster name.
- compartment_id str
- Compartment ID of cluster.
- cpu_core_ intcount 
- Number of enabled CPU cores.
- data_storage_ floatsize_ tb 
- The data disk group size to be allocated in TBs.
- db_node_ intstorage_ size_ gb 
- Local storage per VM
- db_server_ Sequence[str]ocids 
- OCID of database servers.
- diagnostics_data_ Sequence[Getcollection_ options Cloud Vm Cluster Property Diagnostics Data Collection Option] 
- Data collection options for diagnostics.
- disk_redundancy str
- The type of redundancy. Possible values: DISK_REDUNDANCY_UNSPECIFIED HIGH NORMAL
- dns_listener_ strip 
- DNS listener IP.
- domain str
- Parent DNS domain where SCAN DNS and hosts names are qualified. ex: ocispdelegated.ocisp10jvnet.oraclevcn.com
- gi_version str
- Grid Infrastructure Version.
- hostname str
- host name without domain. format: "-" with some suffix. ex: sp2-yi0xq where "sp2" is the hostname_prefix.
- hostname_prefix str
- Prefix for VM cluster host names.
- license_type str
- License type of VM Cluster. Possible values: LICENSE_TYPE_UNSPECIFIED LICENSE_INCLUDED BRING_YOUR_OWN_LICENSE
- local_backup_ boolenabled 
- Use local backup.
- memory_size_ intgb 
- Memory allocated in GBs.
- node_count int
- Number of database servers.
- oci_url str
- Deep link to the OCI console to view this resource.
- ocid str
- Oracle Cloud Infrastructure ID of VM Cluster.
- ocpu_count float
- OCPU count per VM. Minimum is 0.1.
- scan_dns str
- SCAN DNS name. ex: sp2-yi0xq-scan.ocispdelegated.ocisp10jvnet.oraclevcn.com
- scan_dns_ strrecord_ id 
- OCID of scan DNS record.
- scan_ip_ Sequence[str]ids 
- OCIDs of scan IPs.
- scan_listener_ intport_ tcp 
- SCAN listener port - TCP
- scan_listener_ intport_ tcp_ ssl 
- SCAN listener port - TLS
- shape str
- Shape of VM Cluster.
- sparse_diskgroup_ boolenabled 
- Use exadata sparse snapshots.
- ssh_public_ Sequence[str]keys 
- SSH public keys to be stored with cluster.
- state str
- State of the cluster. Possible values: STATE_UNSPECIFIED PROVISIONING AVAILABLE UPDATING TERMINATING TERMINATED FAILED MAINTENANCE_IN_PROGRESS
- storage_size_ intgb 
- The storage allocation for the disk group, in gigabytes (GB).
- system_version str
- Operating system version of the image.
- time_zones Sequence[GetCloud Vm Cluster Property Time Zone] 
- Represents a time zone from the IANA Time Zone Database.
- clusterName String
- OCI Cluster name.
- compartmentId String
- Compartment ID of cluster.
- cpuCore NumberCount 
- Number of enabled CPU cores.
- dataStorage NumberSize Tb 
- The data disk group size to be allocated in TBs.
- dbNode NumberStorage Size Gb 
- Local storage per VM
- dbServer List<String>Ocids 
- OCID of database servers.
- diagnosticsData List<Property Map>Collection Options 
- Data collection options for diagnostics.
- diskRedundancy String
- The type of redundancy. Possible values: DISK_REDUNDANCY_UNSPECIFIED HIGH NORMAL
- dnsListener StringIp 
- DNS listener IP.
- domain String
- Parent DNS domain where SCAN DNS and hosts names are qualified. ex: ocispdelegated.ocisp10jvnet.oraclevcn.com
- giVersion String
- Grid Infrastructure Version.
- hostname String
- host name without domain. format: "-" with some suffix. ex: sp2-yi0xq where "sp2" is the hostname_prefix.
- hostnamePrefix String
- Prefix for VM cluster host names.
- licenseType String
- License type of VM Cluster. Possible values: LICENSE_TYPE_UNSPECIFIED LICENSE_INCLUDED BRING_YOUR_OWN_LICENSE
- localBackup BooleanEnabled 
- Use local backup.
- memorySize NumberGb 
- Memory allocated in GBs.
- nodeCount Number
- Number of database servers.
- ociUrl String
- Deep link to the OCI console to view this resource.
- ocid String
- Oracle Cloud Infrastructure ID of VM Cluster.
- ocpuCount Number
- OCPU count per VM. Minimum is 0.1.
- scanDns String
- SCAN DNS name. ex: sp2-yi0xq-scan.ocispdelegated.ocisp10jvnet.oraclevcn.com
- scanDns StringRecord Id 
- OCID of scan DNS record.
- scanIp List<String>Ids 
- OCIDs of scan IPs.
- scanListener NumberPort Tcp 
- SCAN listener port - TCP
- scanListener NumberPort Tcp Ssl 
- SCAN listener port - TLS
- shape String
- Shape of VM Cluster.
- sparseDiskgroup BooleanEnabled 
- Use exadata sparse snapshots.
- sshPublic List<String>Keys 
- SSH public keys to be stored with cluster.
- state String
- State of the cluster. Possible values: STATE_UNSPECIFIED PROVISIONING AVAILABLE UPDATING TERMINATING TERMINATED FAILED MAINTENANCE_IN_PROGRESS
- storageSize NumberGb 
- The storage allocation for the disk group, in gigabytes (GB).
- systemVersion String
- Operating system version of the image.
- timeZones List<Property Map>
- Represents a time zone from the IANA Time Zone Database.
GetCloudVmClusterPropertyDiagnosticsDataCollectionOption        
- DiagnosticsEvents boolEnabled 
- Indicates whether diagnostic collection is enabled for the VM cluster
- HealthMonitoring boolEnabled 
- Indicates whether health monitoring is enabled for the VM cluster
- IncidentLogs boolEnabled 
- Indicates whether incident logs and trace collection are enabled for the VM cluster
- DiagnosticsEvents boolEnabled 
- Indicates whether diagnostic collection is enabled for the VM cluster
- HealthMonitoring boolEnabled 
- Indicates whether health monitoring is enabled for the VM cluster
- IncidentLogs boolEnabled 
- Indicates whether incident logs and trace collection are enabled for the VM cluster
- diagnosticsEvents BooleanEnabled 
- Indicates whether diagnostic collection is enabled for the VM cluster
- healthMonitoring BooleanEnabled 
- Indicates whether health monitoring is enabled for the VM cluster
- incidentLogs BooleanEnabled 
- Indicates whether incident logs and trace collection are enabled for the VM cluster
- diagnosticsEvents booleanEnabled 
- Indicates whether diagnostic collection is enabled for the VM cluster
- healthMonitoring booleanEnabled 
- Indicates whether health monitoring is enabled for the VM cluster
- incidentLogs booleanEnabled 
- Indicates whether incident logs and trace collection are enabled for the VM cluster
- diagnostics_events_ boolenabled 
- Indicates whether diagnostic collection is enabled for the VM cluster
- health_monitoring_ boolenabled 
- Indicates whether health monitoring is enabled for the VM cluster
- incident_logs_ boolenabled 
- Indicates whether incident logs and trace collection are enabled for the VM cluster
- diagnosticsEvents BooleanEnabled 
- Indicates whether diagnostic collection is enabled for the VM cluster
- healthMonitoring BooleanEnabled 
- Indicates whether health monitoring is enabled for the VM cluster
- incidentLogs BooleanEnabled 
- Indicates whether incident logs and trace collection are enabled for the VM cluster
GetCloudVmClusterPropertyTimeZone      
- Id string
- IANA Time Zone Database time zone, e.g. "America/New_York".
- Id string
- IANA Time Zone Database time zone, e.g. "America/New_York".
- id String
- IANA Time Zone Database time zone, e.g. "America/New_York".
- id string
- IANA Time Zone Database time zone, e.g. "America/New_York".
- id str
- IANA Time Zone Database time zone, e.g. "America/New_York".
- id String
- IANA Time Zone Database time zone, e.g. "America/New_York".
Package Details
- Repository
- Google Cloud (GCP) Classic pulumi/pulumi-gcp
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the google-betaTerraform Provider.