Google Cloud v8.35.0 published on Wednesday, Jun 18, 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 dictionary
The following arguments are supported:
- Cloud
Vm Cluster Id This property is required. string - The ID of the VM Cluster.
- Location
This property is required. 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 Cluster Id This property is required. string - The ID of the VM Cluster.
- Location
This property is required. 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 Cluster Id This property is required. String - The ID of the VM Cluster.
- location
This property is required. 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 Cluster Id This property is required. string - The ID of the VM Cluster.
- location
This property is required. 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_ cluster_ id This property is required. str - The ID of the VM Cluster.
- location
This property is required. 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.
- cloud
Vm Cluster Id This property is required. String - The ID of the VM Cluster.
- location
This property is required. 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:
- Backup
Subnet stringCidr - Cidr string
- Cloud
Vm stringCluster Id - Create
Time string - Deletion
Protection bool - Display
Name string - Effective
Labels Dictionary<string, string> - Exadata
Infrastructure string - Gcp
Oracle stringZone - Id string
- The provider-assigned unique ID for this managed resource.
- Labels Dictionary<string, string>
- Location string
- Name string
- Network string
- Properties
List<Get
Cloud Vm Cluster Property> - Pulumi
Labels Dictionary<string, string> - Project string
- Backup
Subnet stringCidr - Cidr string
- Cloud
Vm stringCluster Id - Create
Time string - Deletion
Protection bool - Display
Name string - Effective
Labels map[string]string - Exadata
Infrastructure string - Gcp
Oracle stringZone - Id string
- The provider-assigned unique ID for this managed resource.
- Labels map[string]string
- Location string
- Name string
- Network string
- Properties
[]Get
Cloud Vm Cluster Property - Pulumi
Labels map[string]string - Project string
- backup
Subnet StringCidr - cidr String
- cloud
Vm StringCluster Id - create
Time String - deletion
Protection Boolean - display
Name String - effective
Labels Map<String,String> - exadata
Infrastructure String - gcp
Oracle StringZone - id String
- The provider-assigned unique ID for this managed resource.
- labels Map<String,String>
- location String
- name String
- network String
- properties
List<Get
Cloud Vm Cluster Property> - pulumi
Labels Map<String,String> - project String
- backup
Subnet stringCidr - cidr string
- cloud
Vm stringCluster Id - create
Time string - deletion
Protection boolean - display
Name string - effective
Labels {[key: string]: string} - exadata
Infrastructure string - gcp
Oracle stringZone - id string
- The provider-assigned unique ID for this managed resource.
- labels {[key: string]: string}
- location string
- name string
- network string
- properties
Get
Cloud Vm Cluster Property[] - pulumi
Labels {[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[Get
Cloud Vm Cluster Property] - pulumi_
labels Mapping[str, str] - project str
- backup
Subnet StringCidr - cidr String
- cloud
Vm StringCluster Id - create
Time String - deletion
Protection Boolean - display
Name String - effective
Labels Map<String> - exadata
Infrastructure String - gcp
Oracle 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>
- pulumi
Labels Map<String> - project String
Supporting Types
GetCloudVmClusterProperty
- Cluster
Name This property is required. string - OCI Cluster name.
- Compartment
Id This property is required. string - Compartment ID of cluster.
- Cpu
Core Count This property is required. int - Number of enabled CPU cores.
- Data
Storage Size Tb This property is required. double - The data disk group size to be allocated in TBs.
- Db
Node Storage Size Gb This property is required. int - Local storage per VM
- Db
Server Ocids This property is required. List<string> - OCID of database servers.
- Diagnostics
Data Collection Options This property is required. List<GetCloud Vm Cluster Property Diagnostics Data Collection Option> - Data collection options for diagnostics.
- Disk
Redundancy This property is required. string - The type of redundancy. Possible values: DISK_REDUNDANCY_UNSPECIFIED HIGH NORMAL
- Dns
Listener Ip This property is required. string - DNS listener IP.
- Domain
This property is required. string - Parent DNS domain where SCAN DNS and hosts names are qualified. ex: ocispdelegated.ocisp10jvnet.oraclevcn.com
- Gi
Version This property is required. string - Grid Infrastructure Version.
- Hostname
This property is required. string - host name without domain. format: "-" with some suffix. ex: sp2-yi0xq where "sp2" is the hostname_prefix.
- Hostname
Prefix This property is required. string - Prefix for VM cluster host names.
- License
Type This property is required. string - License type of VM Cluster. Possible values: LICENSE_TYPE_UNSPECIFIED LICENSE_INCLUDED BRING_YOUR_OWN_LICENSE
- Local
Backup Enabled This property is required. bool - Use local backup.
- Memory
Size Gb This property is required. int - Memory allocated in GBs.
- Node
Count This property is required. int - Number of database servers.
- Oci
Url This property is required. string - Deep link to the OCI console to view this resource.
- Ocid
This property is required. string - Oracle Cloud Infrastructure ID of VM Cluster.
- Ocpu
Count This property is required. double - OCPU count per VM. Minimum is 0.1.
- Scan
Dns This property is required. string - SCAN DNS name. ex: sp2-yi0xq-scan.ocispdelegated.ocisp10jvnet.oraclevcn.com
- Scan
Dns Record Id This property is required. string - OCID of scan DNS record.
- Scan
Ip Ids This property is required. List<string> - OCIDs of scan IPs.
- Scan
Listener Port Tcp This property is required. int - SCAN listener port - TCP
- Scan
Listener Port Tcp Ssl This property is required. int - SCAN listener port - TLS
- Shape
This property is required. string - Shape of VM Cluster.
- Sparse
Diskgroup Enabled This property is required. bool - Use exadata sparse snapshots.
- Ssh
Public Keys This property is required. List<string> - SSH public keys to be stored with cluster.
- State
This property is required. string - State of the cluster. Possible values: STATE_UNSPECIFIED PROVISIONING AVAILABLE UPDATING TERMINATING TERMINATED FAILED MAINTENANCE_IN_PROGRESS
- Storage
Size Gb This property is required. int - The storage allocation for the disk group, in gigabytes (GB).
- System
Version This property is required. string - Operating system version of the image.
- Time
Zones This property is required. List<GetCloud Vm Cluster Property Time Zone> - Represents a time zone from the IANA Time Zone Database.
- Cluster
Name This property is required. string - OCI Cluster name.
- Compartment
Id This property is required. string - Compartment ID of cluster.
- Cpu
Core Count This property is required. int - Number of enabled CPU cores.
- Data
Storage Size Tb This property is required. float64 - The data disk group size to be allocated in TBs.
- Db
Node Storage Size Gb This property is required. int - Local storage per VM
- Db
Server Ocids This property is required. []string - OCID of database servers.
- Diagnostics
Data Collection Options This property is required. []GetCloud Vm Cluster Property Diagnostics Data Collection Option - Data collection options for diagnostics.
- Disk
Redundancy This property is required. string - The type of redundancy. Possible values: DISK_REDUNDANCY_UNSPECIFIED HIGH NORMAL
- Dns
Listener Ip This property is required. string - DNS listener IP.
- Domain
This property is required. string - Parent DNS domain where SCAN DNS and hosts names are qualified. ex: ocispdelegated.ocisp10jvnet.oraclevcn.com
- Gi
Version This property is required. string - Grid Infrastructure Version.
- Hostname
This property is required. string - host name without domain. format: "-" with some suffix. ex: sp2-yi0xq where "sp2" is the hostname_prefix.
- Hostname
Prefix This property is required. string - Prefix for VM cluster host names.
- License
Type This property is required. string - License type of VM Cluster. Possible values: LICENSE_TYPE_UNSPECIFIED LICENSE_INCLUDED BRING_YOUR_OWN_LICENSE
- Local
Backup Enabled This property is required. bool - Use local backup.
- Memory
Size Gb This property is required. int - Memory allocated in GBs.
- Node
Count This property is required. int - Number of database servers.
- Oci
Url This property is required. string - Deep link to the OCI console to view this resource.
- Ocid
This property is required. string - Oracle Cloud Infrastructure ID of VM Cluster.
- Ocpu
Count This property is required. float64 - OCPU count per VM. Minimum is 0.1.
- Scan
Dns This property is required. string - SCAN DNS name. ex: sp2-yi0xq-scan.ocispdelegated.ocisp10jvnet.oraclevcn.com
- Scan
Dns Record Id This property is required. string - OCID of scan DNS record.
- Scan
Ip Ids This property is required. []string - OCIDs of scan IPs.
- Scan
Listener Port Tcp This property is required. int - SCAN listener port - TCP
- Scan
Listener Port Tcp Ssl This property is required. int - SCAN listener port - TLS
- Shape
This property is required. string - Shape of VM Cluster.
- Sparse
Diskgroup Enabled This property is required. bool - Use exadata sparse snapshots.
- Ssh
Public Keys This property is required. []string - SSH public keys to be stored with cluster.
- State
This property is required. string - State of the cluster. Possible values: STATE_UNSPECIFIED PROVISIONING AVAILABLE UPDATING TERMINATING TERMINATED FAILED MAINTENANCE_IN_PROGRESS
- Storage
Size Gb This property is required. int - The storage allocation for the disk group, in gigabytes (GB).
- System
Version This property is required. string - Operating system version of the image.
- Time
Zones This property is required. []GetCloud Vm Cluster Property Time Zone - Represents a time zone from the IANA Time Zone Database.
- cluster
Name This property is required. String - OCI Cluster name.
- compartment
Id This property is required. String - Compartment ID of cluster.
- cpu
Core Count This property is required. Integer - Number of enabled CPU cores.
- data
Storage Size Tb This property is required. Double - The data disk group size to be allocated in TBs.
- db
Node Storage Size Gb This property is required. Integer - Local storage per VM
- db
Server Ocids This property is required. List<String> - OCID of database servers.
- diagnostics
Data Collection Options This property is required. List<GetCloud Vm Cluster Property Diagnostics Data Collection Option> - Data collection options for diagnostics.
- disk
Redundancy This property is required. String - The type of redundancy. Possible values: DISK_REDUNDANCY_UNSPECIFIED HIGH NORMAL
- dns
Listener Ip This property is required. String - DNS listener IP.
- domain
This property is required. String - Parent DNS domain where SCAN DNS and hosts names are qualified. ex: ocispdelegated.ocisp10jvnet.oraclevcn.com
- gi
Version This property is required. String - Grid Infrastructure Version.
- hostname
This property is required. String - host name without domain. format: "-" with some suffix. ex: sp2-yi0xq where "sp2" is the hostname_prefix.
- hostname
Prefix This property is required. String - Prefix for VM cluster host names.
- license
Type This property is required. String - License type of VM Cluster. Possible values: LICENSE_TYPE_UNSPECIFIED LICENSE_INCLUDED BRING_YOUR_OWN_LICENSE
- local
Backup Enabled This property is required. Boolean - Use local backup.
- memory
Size Gb This property is required. Integer - Memory allocated in GBs.
- node
Count This property is required. Integer - Number of database servers.
- oci
Url This property is required. String - Deep link to the OCI console to view this resource.
- ocid
This property is required. String - Oracle Cloud Infrastructure ID of VM Cluster.
- ocpu
Count This property is required. Double - OCPU count per VM. Minimum is 0.1.
- scan
Dns This property is required. String - SCAN DNS name. ex: sp2-yi0xq-scan.ocispdelegated.ocisp10jvnet.oraclevcn.com
- scan
Dns Record Id This property is required. String - OCID of scan DNS record.
- scan
Ip Ids This property is required. List<String> - OCIDs of scan IPs.
- scan
Listener Port Tcp This property is required. Integer - SCAN listener port - TCP
- scan
Listener Port Tcp Ssl This property is required. Integer - SCAN listener port - TLS
- shape
This property is required. String - Shape of VM Cluster.
- sparse
Diskgroup Enabled This property is required. Boolean - Use exadata sparse snapshots.
- ssh
Public Keys This property is required. List<String> - SSH public keys to be stored with cluster.
- state
This property is required. String - State of the cluster. Possible values: STATE_UNSPECIFIED PROVISIONING AVAILABLE UPDATING TERMINATING TERMINATED FAILED MAINTENANCE_IN_PROGRESS
- storage
Size Gb This property is required. Integer - The storage allocation for the disk group, in gigabytes (GB).
- system
Version This property is required. String - Operating system version of the image.
- time
Zones This property is required. List<GetCloud Vm Cluster Property Time Zone> - Represents a time zone from the IANA Time Zone Database.
- cluster
Name This property is required. string - OCI Cluster name.
- compartment
Id This property is required. string - Compartment ID of cluster.
- cpu
Core Count This property is required. number - Number of enabled CPU cores.
- data
Storage Size Tb This property is required. number - The data disk group size to be allocated in TBs.
- db
Node Storage Size Gb This property is required. number - Local storage per VM
- db
Server Ocids This property is required. string[] - OCID of database servers.
- diagnostics
Data Collection Options This property is required. GetCloud Vm Cluster Property Diagnostics Data Collection Option[] - Data collection options for diagnostics.
- disk
Redundancy This property is required. string - The type of redundancy. Possible values: DISK_REDUNDANCY_UNSPECIFIED HIGH NORMAL
- dns
Listener Ip This property is required. string - DNS listener IP.
- domain
This property is required. string - Parent DNS domain where SCAN DNS and hosts names are qualified. ex: ocispdelegated.ocisp10jvnet.oraclevcn.com
- gi
Version This property is required. string - Grid Infrastructure Version.
- hostname
This property is required. string - host name without domain. format: "-" with some suffix. ex: sp2-yi0xq where "sp2" is the hostname_prefix.
- hostname
Prefix This property is required. string - Prefix for VM cluster host names.
- license
Type This property is required. string - License type of VM Cluster. Possible values: LICENSE_TYPE_UNSPECIFIED LICENSE_INCLUDED BRING_YOUR_OWN_LICENSE
- local
Backup Enabled This property is required. boolean - Use local backup.
- memory
Size Gb This property is required. number - Memory allocated in GBs.
- node
Count This property is required. number - Number of database servers.
- oci
Url This property is required. string - Deep link to the OCI console to view this resource.
- ocid
This property is required. string - Oracle Cloud Infrastructure ID of VM Cluster.
- ocpu
Count This property is required. number - OCPU count per VM. Minimum is 0.1.
- scan
Dns This property is required. string - SCAN DNS name. ex: sp2-yi0xq-scan.ocispdelegated.ocisp10jvnet.oraclevcn.com
- scan
Dns Record Id This property is required. string - OCID of scan DNS record.
- scan
Ip Ids This property is required. string[] - OCIDs of scan IPs.
- scan
Listener Port Tcp This property is required. number - SCAN listener port - TCP
- scan
Listener Port Tcp Ssl This property is required. number - SCAN listener port - TLS
- shape
This property is required. string - Shape of VM Cluster.
- sparse
Diskgroup Enabled This property is required. boolean - Use exadata sparse snapshots.
- ssh
Public Keys This property is required. string[] - SSH public keys to be stored with cluster.
- state
This property is required. string - State of the cluster. Possible values: STATE_UNSPECIFIED PROVISIONING AVAILABLE UPDATING TERMINATING TERMINATED FAILED MAINTENANCE_IN_PROGRESS
- storage
Size Gb This property is required. number - The storage allocation for the disk group, in gigabytes (GB).
- system
Version This property is required. string - Operating system version of the image.
- time
Zones This property is required. GetCloud Vm Cluster Property Time Zone[] - Represents a time zone from the IANA Time Zone Database.
- cluster_
name This property is required. str - OCI Cluster name.
- compartment_
id This property is required. str - Compartment ID of cluster.
- cpu_
core_ count This property is required. int - Number of enabled CPU cores.
- data_
storage_ size_ tb This property is required. float - The data disk group size to be allocated in TBs.
- db_
node_ storage_ size_ gb This property is required. int - Local storage per VM
- db_
server_ ocids This property is required. Sequence[str] - OCID of database servers.
- diagnostics_
data_ collection_ options This property is required. Sequence[GetCloud Vm Cluster Property Diagnostics Data Collection Option] - Data collection options for diagnostics.
- disk_
redundancy This property is required. str - The type of redundancy. Possible values: DISK_REDUNDANCY_UNSPECIFIED HIGH NORMAL
- dns_
listener_ ip This property is required. str - DNS listener IP.
- domain
This property is required. str - Parent DNS domain where SCAN DNS and hosts names are qualified. ex: ocispdelegated.ocisp10jvnet.oraclevcn.com
- gi_
version This property is required. str - Grid Infrastructure Version.
- hostname
This property is required. str - host name without domain. format: "-" with some suffix. ex: sp2-yi0xq where "sp2" is the hostname_prefix.
- hostname_
prefix This property is required. str - Prefix for VM cluster host names.
- license_
type This property is required. str - License type of VM Cluster. Possible values: LICENSE_TYPE_UNSPECIFIED LICENSE_INCLUDED BRING_YOUR_OWN_LICENSE
- local_
backup_ enabled This property is required. bool - Use local backup.
- memory_
size_ gb This property is required. int - Memory allocated in GBs.
- node_
count This property is required. int - Number of database servers.
- oci_
url This property is required. str - Deep link to the OCI console to view this resource.
- ocid
This property is required. str - Oracle Cloud Infrastructure ID of VM Cluster.
- ocpu_
count This property is required. float - OCPU count per VM. Minimum is 0.1.
- scan_
dns This property is required. str - SCAN DNS name. ex: sp2-yi0xq-scan.ocispdelegated.ocisp10jvnet.oraclevcn.com
- scan_
dns_ record_ id This property is required. str - OCID of scan DNS record.
- scan_
ip_ ids This property is required. Sequence[str] - OCIDs of scan IPs.
- scan_
listener_ port_ tcp This property is required. int - SCAN listener port - TCP
- scan_
listener_ port_ tcp_ ssl This property is required. int - SCAN listener port - TLS
- shape
This property is required. str - Shape of VM Cluster.
- sparse_
diskgroup_ enabled This property is required. bool - Use exadata sparse snapshots.
- ssh_
public_ keys This property is required. Sequence[str] - SSH public keys to be stored with cluster.
- state
This property is required. str - State of the cluster. Possible values: STATE_UNSPECIFIED PROVISIONING AVAILABLE UPDATING TERMINATING TERMINATED FAILED MAINTENANCE_IN_PROGRESS
- storage_
size_ gb This property is required. int - The storage allocation for the disk group, in gigabytes (GB).
- system_
version This property is required. str - Operating system version of the image.
- time_
zones This property is required. Sequence[GetCloud Vm Cluster Property Time Zone] - Represents a time zone from the IANA Time Zone Database.
- cluster
Name This property is required. String - OCI Cluster name.
- compartment
Id This property is required. String - Compartment ID of cluster.
- cpu
Core Count This property is required. Number - Number of enabled CPU cores.
- data
Storage Size Tb This property is required. Number - The data disk group size to be allocated in TBs.
- db
Node Storage Size Gb This property is required. Number - Local storage per VM
- db
Server Ocids This property is required. List<String> - OCID of database servers.
- diagnostics
Data Collection Options This property is required. List<Property Map> - Data collection options for diagnostics.
- disk
Redundancy This property is required. String - The type of redundancy. Possible values: DISK_REDUNDANCY_UNSPECIFIED HIGH NORMAL
- dns
Listener Ip This property is required. String - DNS listener IP.
- domain
This property is required. String - Parent DNS domain where SCAN DNS and hosts names are qualified. ex: ocispdelegated.ocisp10jvnet.oraclevcn.com
- gi
Version This property is required. String - Grid Infrastructure Version.
- hostname
This property is required. String - host name without domain. format: "-" with some suffix. ex: sp2-yi0xq where "sp2" is the hostname_prefix.
- hostname
Prefix This property is required. String - Prefix for VM cluster host names.
- license
Type This property is required. String - License type of VM Cluster. Possible values: LICENSE_TYPE_UNSPECIFIED LICENSE_INCLUDED BRING_YOUR_OWN_LICENSE
- local
Backup Enabled This property is required. Boolean - Use local backup.
- memory
Size Gb This property is required. Number - Memory allocated in GBs.
- node
Count This property is required. Number - Number of database servers.
- oci
Url This property is required. String - Deep link to the OCI console to view this resource.
- ocid
This property is required. String - Oracle Cloud Infrastructure ID of VM Cluster.
- ocpu
Count This property is required. Number - OCPU count per VM. Minimum is 0.1.
- scan
Dns This property is required. String - SCAN DNS name. ex: sp2-yi0xq-scan.ocispdelegated.ocisp10jvnet.oraclevcn.com
- scan
Dns Record Id This property is required. String - OCID of scan DNS record.
- scan
Ip Ids This property is required. List<String> - OCIDs of scan IPs.
- scan
Listener Port Tcp This property is required. Number - SCAN listener port - TCP
- scan
Listener Port Tcp Ssl This property is required. Number - SCAN listener port - TLS
- shape
This property is required. String - Shape of VM Cluster.
- sparse
Diskgroup Enabled This property is required. Boolean - Use exadata sparse snapshots.
- ssh
Public Keys This property is required. List<String> - SSH public keys to be stored with cluster.
- state
This property is required. String - State of the cluster. Possible values: STATE_UNSPECIFIED PROVISIONING AVAILABLE UPDATING TERMINATING TERMINATED FAILED MAINTENANCE_IN_PROGRESS
- storage
Size Gb This property is required. Number - The storage allocation for the disk group, in gigabytes (GB).
- system
Version This property is required. String - Operating system version of the image.
- time
Zones This property is required. List<Property Map> - Represents a time zone from the IANA Time Zone Database.
GetCloudVmClusterPropertyDiagnosticsDataCollectionOption
- Diagnostics
Events Enabled This property is required. bool - Indicates whether diagnostic collection is enabled for the VM cluster
- Health
Monitoring Enabled This property is required. bool - Indicates whether health monitoring is enabled for the VM cluster
- Incident
Logs Enabled This property is required. bool - Indicates whether incident logs and trace collection are enabled for the VM cluster
- Diagnostics
Events Enabled This property is required. bool - Indicates whether diagnostic collection is enabled for the VM cluster
- Health
Monitoring Enabled This property is required. bool - Indicates whether health monitoring is enabled for the VM cluster
- Incident
Logs Enabled This property is required. bool - Indicates whether incident logs and trace collection are enabled for the VM cluster
- diagnostics
Events Enabled This property is required. Boolean - Indicates whether diagnostic collection is enabled for the VM cluster
- health
Monitoring Enabled This property is required. Boolean - Indicates whether health monitoring is enabled for the VM cluster
- incident
Logs Enabled This property is required. Boolean - Indicates whether incident logs and trace collection are enabled for the VM cluster
- diagnostics
Events Enabled This property is required. boolean - Indicates whether diagnostic collection is enabled for the VM cluster
- health
Monitoring Enabled This property is required. boolean - Indicates whether health monitoring is enabled for the VM cluster
- incident
Logs Enabled This property is required. boolean - Indicates whether incident logs and trace collection are enabled for the VM cluster
- diagnostics_
events_ enabled This property is required. bool - Indicates whether diagnostic collection is enabled for the VM cluster
- health_
monitoring_ enabled This property is required. bool - Indicates whether health monitoring is enabled for the VM cluster
- incident_
logs_ enabled This property is required. bool - Indicates whether incident logs and trace collection are enabled for the VM cluster
- diagnostics
Events Enabled This property is required. Boolean - Indicates whether diagnostic collection is enabled for the VM cluster
- health
Monitoring Enabled This property is required. Boolean - Indicates whether health monitoring is enabled for the VM cluster
- incident
Logs Enabled This property is required. Boolean - Indicates whether incident logs and trace collection are enabled for the VM cluster
GetCloudVmClusterPropertyTimeZone
- Id
This property is required. string - IANA Time Zone Database time zone, e.g. "America/New_York".
- Id
This property is required. string - IANA Time Zone Database time zone, e.g. "America/New_York".
- id
This property is required. String - IANA Time Zone Database time zone, e.g. "America/New_York".
- id
This property is required. string - IANA Time Zone Database time zone, e.g. "America/New_York".
- id
This property is required. str - IANA Time Zone Database time zone, e.g. "America/New_York".
- id
This property is required. 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-beta
Terraform Provider.