Oracle Cloud Infrastructure
getCloudVmClusters
This data source provides the list of Cloud Vm Clusters in Oracle Cloud Infrastructure Database service.
Gets a list of the cloud VM clusters in the specified compartment. Applies to Exadata Cloud Service instances and Autonomous Database on dedicated Exadata infrastructure only.
Example Usage
using Pulumi;
using Oci = Pulumi.Oci;
class MyStack : Stack
{
public MyStack()
{
var testCloudVmClusters = Output.Create(Oci.Database.GetCloudVmClusters.InvokeAsync(new Oci.Database.GetCloudVmClustersArgs
{
CompartmentId = @var.Compartment_id,
CloudExadataInfrastructureId = oci_database_cloud_exadata_infrastructure.Test_cloud_exadata_infrastructure.Id,
DisplayName = @var.Cloud_vm_cluster_display_name,
State = @var.Cloud_vm_cluster_state,
}));
}
}
package main
import (
"github.com/pulumi/pulumi-oci/sdk/go/oci/Database"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := Database.GetCloudVmClusters(ctx, &database.GetCloudVmClustersArgs{
CompartmentId: _var.Compartment_id,
CloudExadataInfrastructureId: pulumi.StringRef(oci_database_cloud_exadata_infrastructure.Test_cloud_exadata_infrastructure.Id),
DisplayName: pulumi.StringRef(_var.Cloud_vm_cluster_display_name),
State: pulumi.StringRef(_var.Cloud_vm_cluster_state),
}, nil)
if err != nil {
return err
}
return nil
})
}
Coming soon!
import pulumi
import pulumi_oci as oci
test_cloud_vm_clusters = oci.Database.get_cloud_vm_clusters(compartment_id=var["compartment_id"],
cloud_exadata_infrastructure_id=oci_database_cloud_exadata_infrastructure["test_cloud_exadata_infrastructure"]["id"],
display_name=var["cloud_vm_cluster_display_name"],
state=var["cloud_vm_cluster_state"])
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testCloudVmClusters = oci.Database.getCloudVmClusters({
compartmentId: _var.compartment_id,
cloudExadataInfrastructureId: oci_database_cloud_exadata_infrastructure.test_cloud_exadata_infrastructure.id,
displayName: _var.cloud_vm_cluster_display_name,
state: _var.cloud_vm_cluster_state,
});
Coming soon!
Using getCloudVmClusters
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 getCloudVmClusters(args: GetCloudVmClustersArgs, opts?: InvokeOptions): Promise<GetCloudVmClustersResult>
function getCloudVmClustersOutput(args: GetCloudVmClustersOutputArgs, opts?: InvokeOptions): Output<GetCloudVmClustersResult>
def get_cloud_vm_clusters(cloud_exadata_infrastructure_id: Optional[str] = None,
compartment_id: Optional[str] = None,
display_name: Optional[str] = None,
filters: Optional[Sequence[_database.GetCloudVmClustersFilter]] = None,
state: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetCloudVmClustersResult
def get_cloud_vm_clusters_output(cloud_exadata_infrastructure_id: Optional[pulumi.Input[str]] = None,
compartment_id: Optional[pulumi.Input[str]] = None,
display_name: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_database.GetCloudVmClustersFilterArgs]]]] = None,
state: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCloudVmClustersResult]
func GetCloudVmClusters(ctx *Context, args *GetCloudVmClustersArgs, opts ...InvokeOption) (*GetCloudVmClustersResult, error)
func GetCloudVmClustersOutput(ctx *Context, args *GetCloudVmClustersOutputArgs, opts ...InvokeOption) GetCloudVmClustersResultOutput
> Note: This function is named GetCloudVmClusters
in the Go SDK.
public static class GetCloudVmClusters
{
public static Task<GetCloudVmClustersResult> InvokeAsync(GetCloudVmClustersArgs args, InvokeOptions? opts = null)
public static Output<GetCloudVmClustersResult> Invoke(GetCloudVmClustersInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetCloudVmClustersResult> getCloudVmClusters(GetCloudVmClustersArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
Fn::Invoke:
Function: oci:Database/getCloudVmClusters:getCloudVmClusters
Arguments:
# Arguments dictionary
The following arguments are supported:
- Compartment
Id string The compartment OCID.
- Cloud
Exadata stringInfrastructure Id If provided, filters the results for the specified cloud Exadata infrastructure.
- Display
Name string A filter to return only resources that match the entire display name given. The match is not case sensitive.
- Filters
List<Get
Cloud Vm Clusters Filter> - State string
A filter to return only cloud VM clusters that match the given lifecycle state exactly.
- Compartment
Id string The compartment OCID.
- Cloud
Exadata stringInfrastructure Id If provided, filters the results for the specified cloud Exadata infrastructure.
- Display
Name string A filter to return only resources that match the entire display name given. The match is not case sensitive.
- Filters
[]Get
Cloud Vm Clusters Filter - State string
A filter to return only cloud VM clusters that match the given lifecycle state exactly.
- compartment
Id String The compartment OCID.
- cloud
Exadata StringInfrastructure Id If provided, filters the results for the specified cloud Exadata infrastructure.
- display
Name String A filter to return only resources that match the entire display name given. The match is not case sensitive.
- filters
List<Get
Cloud Vm Clusters Filter> - state String
A filter to return only cloud VM clusters that match the given lifecycle state exactly.
- compartment
Id string The compartment OCID.
- cloud
Exadata stringInfrastructure Id If provided, filters the results for the specified cloud Exadata infrastructure.
- display
Name string A filter to return only resources that match the entire display name given. The match is not case sensitive.
- filters
Get
Cloud Vm Clusters Filter[] - state string
A filter to return only cloud VM clusters that match the given lifecycle state exactly.
- compartment_
id str The compartment OCID.
- cloud_
exadata_ strinfrastructure_ id If provided, filters the results for the specified cloud Exadata infrastructure.
- display_
name str A filter to return only resources that match the entire display name given. The match is not case sensitive.
- filters
Get
Cloud Vm Clusters Filter] - state str
A filter to return only cloud VM clusters that match the given lifecycle state exactly.
- compartment
Id String The compartment OCID.
- cloud
Exadata StringInfrastructure Id If provided, filters the results for the specified cloud Exadata infrastructure.
- display
Name String A filter to return only resources that match the entire display name given. The match is not case sensitive.
- filters List<Property Map>
- state String
A filter to return only cloud VM clusters that match the given lifecycle state exactly.
getCloudVmClusters Result
The following output properties are available:
- Cloud
Vm List<GetClusters Cloud Vm Clusters Cloud Vm Cluster> The list of cloud_vm_clusters.
- Compartment
Id string The OCID of the compartment.
- Id string
The provider-assigned unique ID for this managed resource.
- Cloud
Exadata stringInfrastructure Id The OCID of the cloud Exadata infrastructure.
- Display
Name string The user-friendly name for the cloud VM cluster. The name does not need to be unique.
- Filters
List<Get
Cloud Vm Clusters Filter> - State string
The current state of the cloud VM cluster.
- Cloud
Vm []GetClusters Cloud Vm Clusters Cloud Vm Cluster The list of cloud_vm_clusters.
- Compartment
Id string The OCID of the compartment.
- Id string
The provider-assigned unique ID for this managed resource.
- Cloud
Exadata stringInfrastructure Id The OCID of the cloud Exadata infrastructure.
- Display
Name string The user-friendly name for the cloud VM cluster. The name does not need to be unique.
- Filters
[]Get
Cloud Vm Clusters Filter - State string
The current state of the cloud VM cluster.
- cloud
Vm List<GetClusters Cloud Vm Clusters Cloud Vm Cluster> The list of cloud_vm_clusters.
- compartment
Id String The OCID of the compartment.
- id String
The provider-assigned unique ID for this managed resource.
- cloud
Exadata StringInfrastructure Id The OCID of the cloud Exadata infrastructure.
- display
Name String The user-friendly name for the cloud VM cluster. The name does not need to be unique.
- filters
List<Get
Cloud Vm Clusters Filter> - state String
The current state of the cloud VM cluster.
- cloud
Vm GetClusters Cloud Vm Clusters Cloud Vm Cluster[] The list of cloud_vm_clusters.
- compartment
Id string The OCID of the compartment.
- id string
The provider-assigned unique ID for this managed resource.
- cloud
Exadata stringInfrastructure Id The OCID of the cloud Exadata infrastructure.
- display
Name string The user-friendly name for the cloud VM cluster. The name does not need to be unique.
- filters
Get
Cloud Vm Clusters Filter[] - state string
The current state of the cloud VM cluster.
- cloud_
vm_ Getclusters Cloud Vm Clusters Cloud Vm Cluster] The list of cloud_vm_clusters.
- compartment_
id str The OCID of the compartment.
- id str
The provider-assigned unique ID for this managed resource.
- cloud_
exadata_ strinfrastructure_ id The OCID of the cloud Exadata infrastructure.
- display_
name str The user-friendly name for the cloud VM cluster. The name does not need to be unique.
- filters
Get
Cloud Vm Clusters Filter] - state str
The current state of the cloud VM cluster.
- cloud
Vm List<Property Map>Clusters The list of cloud_vm_clusters.
- compartment
Id String The OCID of the compartment.
- id String
The provider-assigned unique ID for this managed resource.
- cloud
Exadata StringInfrastructure Id The OCID of the cloud Exadata infrastructure.
- display
Name String The user-friendly name for the cloud VM cluster. The name does not need to be unique.
- filters List<Property Map>
- state String
The current state of the cloud VM cluster.
Supporting Types
GetCloudVmClustersCloudVmCluster
- Availability
Domain string The name of the availability domain that the cloud Exadata infrastructure resource is located in.
- Backup
Network List<string>Nsg Ids A list of the OCIDs of the network security groups (NSGs) that the backup network of this DB system belongs to. Setting this to an empty array after the list is created removes the resource from all NSGs. For more information about NSGs, see Security Rules. Applicable only to Exadata systems.
- Backup
Subnet stringId The OCID of the backup network subnet associated with the cloud VM cluster.
- Cloud
Exadata stringInfrastructure Id If provided, filters the results for the specified cloud Exadata infrastructure.
- Cluster
Name string The cluster name for cloud VM cluster. The cluster name must begin with an alphabetic character, and may contain hyphens (-). Underscores (_) are not permitted. The cluster name can be no longer than 11 characters and is not case sensitive.
- Compartment
Id string The compartment OCID.
- Cpu
Core intCount The number of CPU cores enabled on the cloud VM cluster.
- Create
Async bool - Data
Storage intPercentage The percentage assigned to DATA storage (user data and database files). The remaining percentage is assigned to RECO storage (database redo logs, archive logs, and recovery manager backups). Accepted values are 35, 40, 60 and 80. The default is 80 percent assigned to DATA storage. See Storage Configuration in the Exadata documentation for details on the impact of the configuration settings on storage.
- Dictionary<string, object>
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- Disk
Redundancy string The type of redundancy configured for the cloud Vm cluster. NORMAL is 2-way redundancy. HIGH is 3-way redundancy.
- Display
Name string A filter to return only resources that match the entire display name given. The match is not case sensitive.
- Domain string
The domain name for the cloud VM cluster.
- Dictionary<string, object>
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Gi
Version string A valid Oracle Grid Infrastructure (GI) software version.
- Hostname string
The hostname for the cloud VM cluster.
- Id string
The OCID of the cloud VM cluster.
- Iorm
Config List<GetCaches Cloud Vm Clusters Cloud Vm Cluster Iorm Config Cach> - Is
Local boolBackup Enabled If true, database backup on local Exadata storage is configured for the cloud VM cluster. If false, database backup on local Exadata storage is not available in the cloud VM cluster.
- Is
Sparse boolDiskgroup Enabled If true, sparse disk group is configured for the cloud VM cluster. If false, sparse disk group is not created.
- Last
Update stringHistory Entry Id The OCID of the last maintenance update history entry. This value is updated when a maintenance update starts.
- License
Model string The Oracle license model that applies to the cloud VM cluster. The default is LICENSE_INCLUDED.
- Lifecycle
Details string Additional information about the current lifecycle state.
- Listener
Port string The port number configured for the listener on the cloud VM cluster.
- Node
Count int The number of nodes in the cloud VM cluster.
- Nsg
Ids List<string> A list of the OCIDs of the network security groups (NSGs) that this resource belongs to. Setting this to an empty array after the list is created removes the resource from all NSGs. For more information about NSGs, see Security Rules. NsgIds restrictions:
- Autonomous Databases with private access require at least 1 Network Security Group (NSG). The nsgIds array cannot be empty.
- Ocpu
Count double The number of OCPU cores to enable on the cloud VM cluster. Only 1 decimal place is allowed for the fractional part.
- Scan
Dns stringName The FQDN of the DNS record for the SCAN IP addresses that are associated with the cloud VM cluster.
- Scan
Dns stringRecord Id The OCID of the DNS record for the SCAN IP addresses that are associated with the cloud VM cluster.
- Scan
Ip List<string>Ids The OCID of the Single Client Access Name (SCAN) IP addresses associated with the cloud VM cluster. SCAN IP addresses are typically used for load balancing and are not assigned to any interface. Oracle Clusterware directs the requests to the appropriate nodes in the cluster.
- Scan
Listener intPort Tcp The TCP Single Client Access Name (SCAN) port. The default port is 1521.
- Scan
Listener intPort Tcp Ssl The TCPS Single Client Access Name (SCAN) port. The default port is 2484.
- Shape string
The model name of the Exadata hardware running the cloud VM cluster.
- Ssh
Public List<string>Keys The public key portion of one or more key pairs used for SSH access to the cloud VM cluster.
- State string
A filter to return only cloud VM clusters that match the given lifecycle state exactly.
- Storage
Size intIn Gbs The storage allocation for the disk group, in gigabytes (GB).
- Subnet
Id string The OCID of the subnet associated with the cloud VM cluster.
- System
Version string Operating system version of the image.
- Time
Created string The date and time that the cloud VM cluster was created.
- Time
Zone string The time zone of the cloud VM cluster. For details, see Exadata Infrastructure Time Zones.
- Vip
Ids List<string> The OCID of the virtual IP (VIP) addresses associated with the cloud VM cluster. The Cluster Ready Services (CRS) creates and maintains one VIP address for each node in the Exadata Cloud Service instance to enable failover. If one node fails, the VIP is reassigned to another active node in the cluster.
- Zone
Id string The OCID of the zone the cloud VM cluster is associated with.
- Availability
Domain string The name of the availability domain that the cloud Exadata infrastructure resource is located in.
- Backup
Network []stringNsg Ids A list of the OCIDs of the network security groups (NSGs) that the backup network of this DB system belongs to. Setting this to an empty array after the list is created removes the resource from all NSGs. For more information about NSGs, see Security Rules. Applicable only to Exadata systems.
- Backup
Subnet stringId The OCID of the backup network subnet associated with the cloud VM cluster.
- Cloud
Exadata stringInfrastructure Id If provided, filters the results for the specified cloud Exadata infrastructure.
- Cluster
Name string The cluster name for cloud VM cluster. The cluster name must begin with an alphabetic character, and may contain hyphens (-). Underscores (_) are not permitted. The cluster name can be no longer than 11 characters and is not case sensitive.
- Compartment
Id string The compartment OCID.
- Cpu
Core intCount The number of CPU cores enabled on the cloud VM cluster.
- Create
Async bool - Data
Storage intPercentage The percentage assigned to DATA storage (user data and database files). The remaining percentage is assigned to RECO storage (database redo logs, archive logs, and recovery manager backups). Accepted values are 35, 40, 60 and 80. The default is 80 percent assigned to DATA storage. See Storage Configuration in the Exadata documentation for details on the impact of the configuration settings on storage.
- map[string]interface{}
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- Disk
Redundancy string The type of redundancy configured for the cloud Vm cluster. NORMAL is 2-way redundancy. HIGH is 3-way redundancy.
- Display
Name string A filter to return only resources that match the entire display name given. The match is not case sensitive.
- Domain string
The domain name for the cloud VM cluster.
- map[string]interface{}
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Gi
Version string A valid Oracle Grid Infrastructure (GI) software version.
- Hostname string
The hostname for the cloud VM cluster.
- Id string
The OCID of the cloud VM cluster.
- Iorm
Config []GetCaches Cloud Vm Clusters Cloud Vm Cluster Iorm Config Cach - Is
Local boolBackup Enabled If true, database backup on local Exadata storage is configured for the cloud VM cluster. If false, database backup on local Exadata storage is not available in the cloud VM cluster.
- Is
Sparse boolDiskgroup Enabled If true, sparse disk group is configured for the cloud VM cluster. If false, sparse disk group is not created.
- Last
Update stringHistory Entry Id The OCID of the last maintenance update history entry. This value is updated when a maintenance update starts.
- License
Model string The Oracle license model that applies to the cloud VM cluster. The default is LICENSE_INCLUDED.
- Lifecycle
Details string Additional information about the current lifecycle state.
- Listener
Port string The port number configured for the listener on the cloud VM cluster.
- Node
Count int The number of nodes in the cloud VM cluster.
- Nsg
Ids []string A list of the OCIDs of the network security groups (NSGs) that this resource belongs to. Setting this to an empty array after the list is created removes the resource from all NSGs. For more information about NSGs, see Security Rules. NsgIds restrictions:
- Autonomous Databases with private access require at least 1 Network Security Group (NSG). The nsgIds array cannot be empty.
- Ocpu
Count float64 The number of OCPU cores to enable on the cloud VM cluster. Only 1 decimal place is allowed for the fractional part.
- Scan
Dns stringName The FQDN of the DNS record for the SCAN IP addresses that are associated with the cloud VM cluster.
- Scan
Dns stringRecord Id The OCID of the DNS record for the SCAN IP addresses that are associated with the cloud VM cluster.
- Scan
Ip []stringIds The OCID of the Single Client Access Name (SCAN) IP addresses associated with the cloud VM cluster. SCAN IP addresses are typically used for load balancing and are not assigned to any interface. Oracle Clusterware directs the requests to the appropriate nodes in the cluster.
- Scan
Listener intPort Tcp The TCP Single Client Access Name (SCAN) port. The default port is 1521.
- Scan
Listener intPort Tcp Ssl The TCPS Single Client Access Name (SCAN) port. The default port is 2484.
- Shape string
The model name of the Exadata hardware running the cloud VM cluster.
- Ssh
Public []stringKeys The public key portion of one or more key pairs used for SSH access to the cloud VM cluster.
- State string
A filter to return only cloud VM clusters that match the given lifecycle state exactly.
- Storage
Size intIn Gbs The storage allocation for the disk group, in gigabytes (GB).
- Subnet
Id string The OCID of the subnet associated with the cloud VM cluster.
- System
Version string Operating system version of the image.
- Time
Created string The date and time that the cloud VM cluster was created.
- Time
Zone string The time zone of the cloud VM cluster. For details, see Exadata Infrastructure Time Zones.
- Vip
Ids []string The OCID of the virtual IP (VIP) addresses associated with the cloud VM cluster. The Cluster Ready Services (CRS) creates and maintains one VIP address for each node in the Exadata Cloud Service instance to enable failover. If one node fails, the VIP is reassigned to another active node in the cluster.
- Zone
Id string The OCID of the zone the cloud VM cluster is associated with.
- availability
Domain String The name of the availability domain that the cloud Exadata infrastructure resource is located in.
- backup
Network List<String>Nsg Ids A list of the OCIDs of the network security groups (NSGs) that the backup network of this DB system belongs to. Setting this to an empty array after the list is created removes the resource from all NSGs. For more information about NSGs, see Security Rules. Applicable only to Exadata systems.
- backup
Subnet StringId The OCID of the backup network subnet associated with the cloud VM cluster.
- cloud
Exadata StringInfrastructure Id If provided, filters the results for the specified cloud Exadata infrastructure.
- cluster
Name String The cluster name for cloud VM cluster. The cluster name must begin with an alphabetic character, and may contain hyphens (-). Underscores (_) are not permitted. The cluster name can be no longer than 11 characters and is not case sensitive.
- compartment
Id String The compartment OCID.
- cpu
Core IntegerCount The number of CPU cores enabled on the cloud VM cluster.
- create
Async Boolean - data
Storage IntegerPercentage The percentage assigned to DATA storage (user data and database files). The remaining percentage is assigned to RECO storage (database redo logs, archive logs, and recovery manager backups). Accepted values are 35, 40, 60 and 80. The default is 80 percent assigned to DATA storage. See Storage Configuration in the Exadata documentation for details on the impact of the configuration settings on storage.
- Map<String,Object>
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- disk
Redundancy String The type of redundancy configured for the cloud Vm cluster. NORMAL is 2-way redundancy. HIGH is 3-way redundancy.
- display
Name String A filter to return only resources that match the entire display name given. The match is not case sensitive.
- domain String
The domain name for the cloud VM cluster.
- Map<String,Object>
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- gi
Version String A valid Oracle Grid Infrastructure (GI) software version.
- hostname String
The hostname for the cloud VM cluster.
- id String
The OCID of the cloud VM cluster.
- iorm
Config List<GetCaches Cloud Vm Clusters Cloud Vm Cluster Iorm Config Cach> - is
Local BooleanBackup Enabled If true, database backup on local Exadata storage is configured for the cloud VM cluster. If false, database backup on local Exadata storage is not available in the cloud VM cluster.
- is
Sparse BooleanDiskgroup Enabled If true, sparse disk group is configured for the cloud VM cluster. If false, sparse disk group is not created.
- last
Update StringHistory Entry Id The OCID of the last maintenance update history entry. This value is updated when a maintenance update starts.
- license
Model String The Oracle license model that applies to the cloud VM cluster. The default is LICENSE_INCLUDED.
- lifecycle
Details String Additional information about the current lifecycle state.
- listener
Port String The port number configured for the listener on the cloud VM cluster.
- node
Count Integer The number of nodes in the cloud VM cluster.
- nsg
Ids List<String> A list of the OCIDs of the network security groups (NSGs) that this resource belongs to. Setting this to an empty array after the list is created removes the resource from all NSGs. For more information about NSGs, see Security Rules. NsgIds restrictions:
- Autonomous Databases with private access require at least 1 Network Security Group (NSG). The nsgIds array cannot be empty.
- ocpu
Count Double The number of OCPU cores to enable on the cloud VM cluster. Only 1 decimal place is allowed for the fractional part.
- scan
Dns StringName The FQDN of the DNS record for the SCAN IP addresses that are associated with the cloud VM cluster.
- scan
Dns StringRecord Id The OCID of the DNS record for the SCAN IP addresses that are associated with the cloud VM cluster.
- scan
Ip List<String>Ids The OCID of the Single Client Access Name (SCAN) IP addresses associated with the cloud VM cluster. SCAN IP addresses are typically used for load balancing and are not assigned to any interface. Oracle Clusterware directs the requests to the appropriate nodes in the cluster.
- scan
Listener IntegerPort Tcp The TCP Single Client Access Name (SCAN) port. The default port is 1521.
- scan
Listener IntegerPort Tcp Ssl The TCPS Single Client Access Name (SCAN) port. The default port is 2484.
- shape String
The model name of the Exadata hardware running the cloud VM cluster.
- ssh
Public List<String>Keys The public key portion of one or more key pairs used for SSH access to the cloud VM cluster.
- state String
A filter to return only cloud VM clusters that match the given lifecycle state exactly.
- storage
Size IntegerIn Gbs The storage allocation for the disk group, in gigabytes (GB).
- subnet
Id String The OCID of the subnet associated with the cloud VM cluster.
- system
Version String Operating system version of the image.
- time
Created String The date and time that the cloud VM cluster was created.
- time
Zone String The time zone of the cloud VM cluster. For details, see Exadata Infrastructure Time Zones.
- vip
Ids List<String> The OCID of the virtual IP (VIP) addresses associated with the cloud VM cluster. The Cluster Ready Services (CRS) creates and maintains one VIP address for each node in the Exadata Cloud Service instance to enable failover. If one node fails, the VIP is reassigned to another active node in the cluster.
- zone
Id String The OCID of the zone the cloud VM cluster is associated with.
- availability
Domain string The name of the availability domain that the cloud Exadata infrastructure resource is located in.
- backup
Network string[]Nsg Ids A list of the OCIDs of the network security groups (NSGs) that the backup network of this DB system belongs to. Setting this to an empty array after the list is created removes the resource from all NSGs. For more information about NSGs, see Security Rules. Applicable only to Exadata systems.
- backup
Subnet stringId The OCID of the backup network subnet associated with the cloud VM cluster.
- cloud
Exadata stringInfrastructure Id If provided, filters the results for the specified cloud Exadata infrastructure.
- cluster
Name string The cluster name for cloud VM cluster. The cluster name must begin with an alphabetic character, and may contain hyphens (-). Underscores (_) are not permitted. The cluster name can be no longer than 11 characters and is not case sensitive.
- compartment
Id string The compartment OCID.
- cpu
Core numberCount The number of CPU cores enabled on the cloud VM cluster.
- create
Async boolean - data
Storage numberPercentage The percentage assigned to DATA storage (user data and database files). The remaining percentage is assigned to RECO storage (database redo logs, archive logs, and recovery manager backups). Accepted values are 35, 40, 60 and 80. The default is 80 percent assigned to DATA storage. See Storage Configuration in the Exadata documentation for details on the impact of the configuration settings on storage.
- {[key: string]: any}
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- disk
Redundancy string The type of redundancy configured for the cloud Vm cluster. NORMAL is 2-way redundancy. HIGH is 3-way redundancy.
- display
Name string A filter to return only resources that match the entire display name given. The match is not case sensitive.
- domain string
The domain name for the cloud VM cluster.
- {[key: string]: any}
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- gi
Version string A valid Oracle Grid Infrastructure (GI) software version.
- hostname string
The hostname for the cloud VM cluster.
- id string
The OCID of the cloud VM cluster.
- iorm
Config GetCaches Cloud Vm Clusters Cloud Vm Cluster Iorm Config Cach[] - is
Local booleanBackup Enabled If true, database backup on local Exadata storage is configured for the cloud VM cluster. If false, database backup on local Exadata storage is not available in the cloud VM cluster.
- is
Sparse booleanDiskgroup Enabled If true, sparse disk group is configured for the cloud VM cluster. If false, sparse disk group is not created.
- last
Update stringHistory Entry Id The OCID of the last maintenance update history entry. This value is updated when a maintenance update starts.
- license
Model string The Oracle license model that applies to the cloud VM cluster. The default is LICENSE_INCLUDED.
- lifecycle
Details string Additional information about the current lifecycle state.
- listener
Port string The port number configured for the listener on the cloud VM cluster.
- node
Count number The number of nodes in the cloud VM cluster.
- nsg
Ids string[] A list of the OCIDs of the network security groups (NSGs) that this resource belongs to. Setting this to an empty array after the list is created removes the resource from all NSGs. For more information about NSGs, see Security Rules. NsgIds restrictions:
- Autonomous Databases with private access require at least 1 Network Security Group (NSG). The nsgIds array cannot be empty.
- ocpu
Count number The number of OCPU cores to enable on the cloud VM cluster. Only 1 decimal place is allowed for the fractional part.
- scan
Dns stringName The FQDN of the DNS record for the SCAN IP addresses that are associated with the cloud VM cluster.
- scan
Dns stringRecord Id The OCID of the DNS record for the SCAN IP addresses that are associated with the cloud VM cluster.
- scan
Ip string[]Ids The OCID of the Single Client Access Name (SCAN) IP addresses associated with the cloud VM cluster. SCAN IP addresses are typically used for load balancing and are not assigned to any interface. Oracle Clusterware directs the requests to the appropriate nodes in the cluster.
- scan
Listener numberPort Tcp The TCP Single Client Access Name (SCAN) port. The default port is 1521.
- scan
Listener numberPort Tcp Ssl The TCPS Single Client Access Name (SCAN) port. The default port is 2484.
- shape string
The model name of the Exadata hardware running the cloud VM cluster.
- ssh
Public string[]Keys The public key portion of one or more key pairs used for SSH access to the cloud VM cluster.
- state string
A filter to return only cloud VM clusters that match the given lifecycle state exactly.
- storage
Size numberIn Gbs The storage allocation for the disk group, in gigabytes (GB).
- subnet
Id string The OCID of the subnet associated with the cloud VM cluster.
- system
Version string Operating system version of the image.
- time
Created string The date and time that the cloud VM cluster was created.
- time
Zone string The time zone of the cloud VM cluster. For details, see Exadata Infrastructure Time Zones.
- vip
Ids string[] The OCID of the virtual IP (VIP) addresses associated with the cloud VM cluster. The Cluster Ready Services (CRS) creates and maintains one VIP address for each node in the Exadata Cloud Service instance to enable failover. If one node fails, the VIP is reassigned to another active node in the cluster.
- zone
Id string The OCID of the zone the cloud VM cluster is associated with.
- availability_
domain str The name of the availability domain that the cloud Exadata infrastructure resource is located in.
- backup_
network_ Sequence[str]nsg_ ids A list of the OCIDs of the network security groups (NSGs) that the backup network of this DB system belongs to. Setting this to an empty array after the list is created removes the resource from all NSGs. For more information about NSGs, see Security Rules. Applicable only to Exadata systems.
- backup_
subnet_ strid The OCID of the backup network subnet associated with the cloud VM cluster.
- cloud_
exadata_ strinfrastructure_ id If provided, filters the results for the specified cloud Exadata infrastructure.
- cluster_
name str The cluster name for cloud VM cluster. The cluster name must begin with an alphabetic character, and may contain hyphens (-). Underscores (_) are not permitted. The cluster name can be no longer than 11 characters and is not case sensitive.
- compartment_
id str The compartment OCID.
- cpu_
core_ intcount The number of CPU cores enabled on the cloud VM cluster.
- create_
async bool - data_
storage_ intpercentage The percentage assigned to DATA storage (user data and database files). The remaining percentage is assigned to RECO storage (database redo logs, archive logs, and recovery manager backups). Accepted values are 35, 40, 60 and 80. The default is 80 percent assigned to DATA storage. See Storage Configuration in the Exadata documentation for details on the impact of the configuration settings on storage.
- Mapping[str, Any]
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- disk_
redundancy str The type of redundancy configured for the cloud Vm cluster. NORMAL is 2-way redundancy. HIGH is 3-way redundancy.
- display_
name str A filter to return only resources that match the entire display name given. The match is not case sensitive.
- domain str
The domain name for the cloud VM cluster.
- Mapping[str, Any]
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- gi_
version str A valid Oracle Grid Infrastructure (GI) software version.
- hostname str
The hostname for the cloud VM cluster.
- id str
The OCID of the cloud VM cluster.
- iorm_
config_ Getcaches Cloud Vm Clusters Cloud Vm Cluster Iorm Config Cach] - is_
local_ boolbackup_ enabled If true, database backup on local Exadata storage is configured for the cloud VM cluster. If false, database backup on local Exadata storage is not available in the cloud VM cluster.
- is_
sparse_ booldiskgroup_ enabled If true, sparse disk group is configured for the cloud VM cluster. If false, sparse disk group is not created.
- last_
update_ strhistory_ entry_ id The OCID of the last maintenance update history entry. This value is updated when a maintenance update starts.
- license_
model str The Oracle license model that applies to the cloud VM cluster. The default is LICENSE_INCLUDED.
- lifecycle_
details str Additional information about the current lifecycle state.
- listener_
port str The port number configured for the listener on the cloud VM cluster.
- node_
count int The number of nodes in the cloud VM cluster.
- nsg_
ids Sequence[str] A list of the OCIDs of the network security groups (NSGs) that this resource belongs to. Setting this to an empty array after the list is created removes the resource from all NSGs. For more information about NSGs, see Security Rules. NsgIds restrictions:
- Autonomous Databases with private access require at least 1 Network Security Group (NSG). The nsgIds array cannot be empty.
- ocpu_
count float The number of OCPU cores to enable on the cloud VM cluster. Only 1 decimal place is allowed for the fractional part.
- scan_
dns_ strname The FQDN of the DNS record for the SCAN IP addresses that are associated with the cloud VM cluster.
- scan_
dns_ strrecord_ id The OCID of the DNS record for the SCAN IP addresses that are associated with the cloud VM cluster.
- scan_
ip_ Sequence[str]ids The OCID of the Single Client Access Name (SCAN) IP addresses associated with the cloud VM cluster. SCAN IP addresses are typically used for load balancing and are not assigned to any interface. Oracle Clusterware directs the requests to the appropriate nodes in the cluster.
- scan_
listener_ intport_ tcp The TCP Single Client Access Name (SCAN) port. The default port is 1521.
- scan_
listener_ intport_ tcp_ ssl The TCPS Single Client Access Name (SCAN) port. The default port is 2484.
- shape str
The model name of the Exadata hardware running the cloud VM cluster.
- ssh_
public_ Sequence[str]keys The public key portion of one or more key pairs used for SSH access to the cloud VM cluster.
- state str
A filter to return only cloud VM clusters that match the given lifecycle state exactly.
- storage_
size_ intin_ gbs The storage allocation for the disk group, in gigabytes (GB).
- subnet_
id str The OCID of the subnet associated with the cloud VM cluster.
- system_
version str Operating system version of the image.
- time_
created str The date and time that the cloud VM cluster was created.
- time_
zone str The time zone of the cloud VM cluster. For details, see Exadata Infrastructure Time Zones.
- vip_
ids Sequence[str] The OCID of the virtual IP (VIP) addresses associated with the cloud VM cluster. The Cluster Ready Services (CRS) creates and maintains one VIP address for each node in the Exadata Cloud Service instance to enable failover. If one node fails, the VIP is reassigned to another active node in the cluster.
- zone_
id str The OCID of the zone the cloud VM cluster is associated with.
- availability
Domain String The name of the availability domain that the cloud Exadata infrastructure resource is located in.
- backup
Network List<String>Nsg Ids A list of the OCIDs of the network security groups (NSGs) that the backup network of this DB system belongs to. Setting this to an empty array after the list is created removes the resource from all NSGs. For more information about NSGs, see Security Rules. Applicable only to Exadata systems.
- backup
Subnet StringId The OCID of the backup network subnet associated with the cloud VM cluster.
- cloud
Exadata StringInfrastructure Id If provided, filters the results for the specified cloud Exadata infrastructure.
- cluster
Name String The cluster name for cloud VM cluster. The cluster name must begin with an alphabetic character, and may contain hyphens (-). Underscores (_) are not permitted. The cluster name can be no longer than 11 characters and is not case sensitive.
- compartment
Id String The compartment OCID.
- cpu
Core NumberCount The number of CPU cores enabled on the cloud VM cluster.
- create
Async Boolean - data
Storage NumberPercentage The percentage assigned to DATA storage (user data and database files). The remaining percentage is assigned to RECO storage (database redo logs, archive logs, and recovery manager backups). Accepted values are 35, 40, 60 and 80. The default is 80 percent assigned to DATA storage. See Storage Configuration in the Exadata documentation for details on the impact of the configuration settings on storage.
- Map<Any>
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- disk
Redundancy String The type of redundancy configured for the cloud Vm cluster. NORMAL is 2-way redundancy. HIGH is 3-way redundancy.
- display
Name String A filter to return only resources that match the entire display name given. The match is not case sensitive.
- domain String
The domain name for the cloud VM cluster.
- Map<Any>
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- gi
Version String A valid Oracle Grid Infrastructure (GI) software version.
- hostname String
The hostname for the cloud VM cluster.
- id String
The OCID of the cloud VM cluster.
- iorm
Config List<Property Map>Caches - is
Local BooleanBackup Enabled If true, database backup on local Exadata storage is configured for the cloud VM cluster. If false, database backup on local Exadata storage is not available in the cloud VM cluster.
- is
Sparse BooleanDiskgroup Enabled If true, sparse disk group is configured for the cloud VM cluster. If false, sparse disk group is not created.
- last
Update StringHistory Entry Id The OCID of the last maintenance update history entry. This value is updated when a maintenance update starts.
- license
Model String The Oracle license model that applies to the cloud VM cluster. The default is LICENSE_INCLUDED.
- lifecycle
Details String Additional information about the current lifecycle state.
- listener
Port String The port number configured for the listener on the cloud VM cluster.
- node
Count Number The number of nodes in the cloud VM cluster.
- nsg
Ids List<String> A list of the OCIDs of the network security groups (NSGs) that this resource belongs to. Setting this to an empty array after the list is created removes the resource from all NSGs. For more information about NSGs, see Security Rules. NsgIds restrictions:
- Autonomous Databases with private access require at least 1 Network Security Group (NSG). The nsgIds array cannot be empty.
- ocpu
Count Number The number of OCPU cores to enable on the cloud VM cluster. Only 1 decimal place is allowed for the fractional part.
- scan
Dns StringName The FQDN of the DNS record for the SCAN IP addresses that are associated with the cloud VM cluster.
- scan
Dns StringRecord Id The OCID of the DNS record for the SCAN IP addresses that are associated with the cloud VM cluster.
- scan
Ip List<String>Ids The OCID of the Single Client Access Name (SCAN) IP addresses associated with the cloud VM cluster. SCAN IP addresses are typically used for load balancing and are not assigned to any interface. Oracle Clusterware directs the requests to the appropriate nodes in the cluster.
- scan
Listener NumberPort Tcp The TCP Single Client Access Name (SCAN) port. The default port is 1521.
- scan
Listener NumberPort Tcp Ssl The TCPS Single Client Access Name (SCAN) port. The default port is 2484.
- shape String
The model name of the Exadata hardware running the cloud VM cluster.
- ssh
Public List<String>Keys The public key portion of one or more key pairs used for SSH access to the cloud VM cluster.
- state String
A filter to return only cloud VM clusters that match the given lifecycle state exactly.
- storage
Size NumberIn Gbs The storage allocation for the disk group, in gigabytes (GB).
- subnet
Id String The OCID of the subnet associated with the cloud VM cluster.
- system
Version String Operating system version of the image.
- time
Created String The date and time that the cloud VM cluster was created.
- time
Zone String The time zone of the cloud VM cluster. For details, see Exadata Infrastructure Time Zones.
- vip
Ids List<String> The OCID of the virtual IP (VIP) addresses associated with the cloud VM cluster. The Cluster Ready Services (CRS) creates and maintains one VIP address for each node in the Exadata Cloud Service instance to enable failover. If one node fails, the VIP is reassigned to another active node in the cluster.
- zone
Id String The OCID of the zone the cloud VM cluster is associated with.
GetCloudVmClustersCloudVmClusterIormConfigCach
- Db
Plans List<GetCloud Vm Clusters Cloud Vm Cluster Iorm Config Cach Db Plan> - Lifecycle
Details string Additional information about the current lifecycle state.
- Objective string
- State string
A filter to return only cloud VM clusters that match the given lifecycle state exactly.
- Db
Plans []GetCloud Vm Clusters Cloud Vm Cluster Iorm Config Cach Db Plan - Lifecycle
Details string Additional information about the current lifecycle state.
- Objective string
- State string
A filter to return only cloud VM clusters that match the given lifecycle state exactly.
- db
Plans List<GetCloud Vm Clusters Cloud Vm Cluster Iorm Config Cach Db Plan> - lifecycle
Details String Additional information about the current lifecycle state.
- objective String
- state String
A filter to return only cloud VM clusters that match the given lifecycle state exactly.
- db
Plans GetCloud Vm Clusters Cloud Vm Cluster Iorm Config Cach Db Plan[] - lifecycle
Details string Additional information about the current lifecycle state.
- objective string
- state string
A filter to return only cloud VM clusters that match the given lifecycle state exactly.
- db_
plans GetCloud Vm Clusters Cloud Vm Cluster Iorm Config Cach Db Plan] - lifecycle_
details str Additional information about the current lifecycle state.
- objective str
- state str
A filter to return only cloud VM clusters that match the given lifecycle state exactly.
- db
Plans List<Property Map> - lifecycle
Details String Additional information about the current lifecycle state.
- objective String
- state String
A filter to return only cloud VM clusters that match the given lifecycle state exactly.
GetCloudVmClustersCloudVmClusterIormConfigCachDbPlan
- Db
Name string - Flash
Cache stringLimit - int
- Db
Name string - Flash
Cache stringLimit - int
- db
Name String - flash
Cache StringLimit - Integer
- db
Name string - flash
Cache stringLimit - number
- db_
name str - flash_
cache_ strlimit - int
- db
Name String - flash
Cache StringLimit - Number
GetCloudVmClustersFilter
Package Details
- Repository
- https://github.com/pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
oci
Terraform Provider.