We recommend new projects start with resources from the AWS provider.
aws-native.odb.CloudVmCluster
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
The AWS::ODB::CloudVmCluster resource creates a Cloud VM Cluster
Create CloudVmCluster Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new CloudVmCluster(name: string, args?: CloudVmClusterArgs, opts?: CustomResourceOptions);
@overload
def CloudVmCluster(resource_name: str,
args: Optional[CloudVmClusterArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def CloudVmCluster(resource_name: str,
opts: Optional[ResourceOptions] = None,
cloud_exadata_infrastructure_id: Optional[str] = None,
cluster_name: Optional[str] = None,
cpu_core_count: Optional[int] = None,
data_collection_options: Optional[CloudVmClusterDataCollectionOptionsArgs] = None,
data_storage_size_in_tbs: Optional[float] = None,
db_node_storage_size_in_gbs: Optional[int] = None,
db_servers: Optional[Sequence[str]] = None,
display_name: Optional[str] = None,
gi_version: Optional[str] = None,
hostname: Optional[str] = None,
is_local_backup_enabled: Optional[bool] = None,
is_sparse_diskgroup_enabled: Optional[bool] = None,
license_model: Optional[CloudVmClusterLicenseModel] = None,
memory_size_in_gbs: Optional[int] = None,
odb_network_id: Optional[str] = None,
scan_listener_port_tcp: Optional[int] = None,
ssh_public_keys: Optional[Sequence[str]] = None,
system_version: Optional[str] = None,
tags: Optional[Sequence[_root_inputs.TagArgs]] = None,
time_zone: Optional[str] = None)
func NewCloudVmCluster(ctx *Context, name string, args *CloudVmClusterArgs, opts ...ResourceOption) (*CloudVmCluster, error)
public CloudVmCluster(string name, CloudVmClusterArgs? args = null, CustomResourceOptions? opts = null)
public CloudVmCluster(String name, CloudVmClusterArgs args)
public CloudVmCluster(String name, CloudVmClusterArgs args, CustomResourceOptions options)
type: aws-native:odb:CloudVmCluster
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args CloudVmClusterArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args CloudVmClusterArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args CloudVmClusterArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args CloudVmClusterArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args CloudVmClusterArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
CloudVmCluster Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The CloudVmCluster resource accepts the following input properties:
- Cloud
Exadata stringInfrastructure Id - The unique identifier of the Exadata infrastructure that this VM cluster belongs to.
- Cluster
Name string - The name of the Grid Infrastructure (GI) cluster.
- Cpu
Core intCount - The number of CPU cores enabled on the VM cluster.
- Data
Collection Pulumi.Options Aws Native. Odb. Inputs. Cloud Vm Cluster Data Collection Options - The set of diagnostic collection options enabled for the VM cluster.
- Data
Storage doubleSize In Tbs - The size of the data disk group, in terabytes (TB), that's allocated for the VM cluster.
- Db
Node intStorage Size In Gbs - The amount of local node storage, in gigabytes (GB), that's allocated for the VM cluster.
- Db
Servers List<string> - The list of database servers for the VM cluster.
- Display
Name string - The user-friendly name for the VM cluster.
- Gi
Version string - The software version of the Oracle Grid Infrastructure (GI) for the VM cluster.
- Hostname string
- The host name for the VM cluster.
- Is
Local boolBackup Enabled - Indicates whether database backups to local Exadata storage is enabled for the VM cluster.
- Is
Sparse boolDiskgroup Enabled - Indicates whether the VM cluster is configured with a sparse disk group.
- License
Model Pulumi.Aws Native. Odb. Cloud Vm Cluster License Model - The Oracle license model applied to the VM cluster.
- Memory
Size intIn Gbs - The amount of memory, in gigabytes (GB), that's allocated for the VM cluster.
- Odb
Network stringId - The unique identifier of the ODB network for the VM cluster.
- Scan
Listener intPort Tcp - Property description not available.
- Ssh
Public List<string>Keys - The public key portion of one or more key pairs used for SSH access to the VM cluster.
- System
Version string - The operating system version of the image chosen for the VM cluster.
- List<Pulumi.
Aws Native. Inputs. Tag> - Tags to assign to the Vm Cluster.
- Time
Zone string - The time zone of the VM cluster.
- Cloud
Exadata stringInfrastructure Id - The unique identifier of the Exadata infrastructure that this VM cluster belongs to.
- Cluster
Name string - The name of the Grid Infrastructure (GI) cluster.
- Cpu
Core intCount - The number of CPU cores enabled on the VM cluster.
- Data
Collection CloudOptions Vm Cluster Data Collection Options Args - The set of diagnostic collection options enabled for the VM cluster.
- Data
Storage float64Size In Tbs - The size of the data disk group, in terabytes (TB), that's allocated for the VM cluster.
- Db
Node intStorage Size In Gbs - The amount of local node storage, in gigabytes (GB), that's allocated for the VM cluster.
- Db
Servers []string - The list of database servers for the VM cluster.
- Display
Name string - The user-friendly name for the VM cluster.
- Gi
Version string - The software version of the Oracle Grid Infrastructure (GI) for the VM cluster.
- Hostname string
- The host name for the VM cluster.
- Is
Local boolBackup Enabled - Indicates whether database backups to local Exadata storage is enabled for the VM cluster.
- Is
Sparse boolDiskgroup Enabled - Indicates whether the VM cluster is configured with a sparse disk group.
- License
Model CloudVm Cluster License Model - The Oracle license model applied to the VM cluster.
- Memory
Size intIn Gbs - The amount of memory, in gigabytes (GB), that's allocated for the VM cluster.
- Odb
Network stringId - The unique identifier of the ODB network for the VM cluster.
- Scan
Listener intPort Tcp - Property description not available.
- Ssh
Public []stringKeys - The public key portion of one or more key pairs used for SSH access to the VM cluster.
- System
Version string - The operating system version of the image chosen for the VM cluster.
- Tag
Args - Tags to assign to the Vm Cluster.
- Time
Zone string - The time zone of the VM cluster.
- cloud
Exadata StringInfrastructure Id - The unique identifier of the Exadata infrastructure that this VM cluster belongs to.
- cluster
Name String - The name of the Grid Infrastructure (GI) cluster.
- cpu
Core IntegerCount - The number of CPU cores enabled on the VM cluster.
- data
Collection CloudOptions Vm Cluster Data Collection Options - The set of diagnostic collection options enabled for the VM cluster.
- data
Storage DoubleSize In Tbs - The size of the data disk group, in terabytes (TB), that's allocated for the VM cluster.
- db
Node IntegerStorage Size In Gbs - The amount of local node storage, in gigabytes (GB), that's allocated for the VM cluster.
- db
Servers List<String> - The list of database servers for the VM cluster.
- display
Name String - The user-friendly name for the VM cluster.
- gi
Version String - The software version of the Oracle Grid Infrastructure (GI) for the VM cluster.
- hostname String
- The host name for the VM cluster.
- is
Local BooleanBackup Enabled - Indicates whether database backups to local Exadata storage is enabled for the VM cluster.
- is
Sparse BooleanDiskgroup Enabled - Indicates whether the VM cluster is configured with a sparse disk group.
- license
Model CloudVm Cluster License Model - The Oracle license model applied to the VM cluster.
- memory
Size IntegerIn Gbs - The amount of memory, in gigabytes (GB), that's allocated for the VM cluster.
- odb
Network StringId - The unique identifier of the ODB network for the VM cluster.
- scan
Listener IntegerPort Tcp - Property description not available.
- ssh
Public List<String>Keys - The public key portion of one or more key pairs used for SSH access to the VM cluster.
- system
Version String - The operating system version of the image chosen for the VM cluster.
- List<Tag>
- Tags to assign to the Vm Cluster.
- time
Zone String - The time zone of the VM cluster.
- cloud
Exadata stringInfrastructure Id - The unique identifier of the Exadata infrastructure that this VM cluster belongs to.
- cluster
Name string - The name of the Grid Infrastructure (GI) cluster.
- cpu
Core numberCount - The number of CPU cores enabled on the VM cluster.
- data
Collection CloudOptions Vm Cluster Data Collection Options - The set of diagnostic collection options enabled for the VM cluster.
- data
Storage numberSize In Tbs - The size of the data disk group, in terabytes (TB), that's allocated for the VM cluster.
- db
Node numberStorage Size In Gbs - The amount of local node storage, in gigabytes (GB), that's allocated for the VM cluster.
- db
Servers string[] - The list of database servers for the VM cluster.
- display
Name string - The user-friendly name for the VM cluster.
- gi
Version string - The software version of the Oracle Grid Infrastructure (GI) for the VM cluster.
- hostname string
- The host name for the VM cluster.
- is
Local booleanBackup Enabled - Indicates whether database backups to local Exadata storage is enabled for the VM cluster.
- is
Sparse booleanDiskgroup Enabled - Indicates whether the VM cluster is configured with a sparse disk group.
- license
Model CloudVm Cluster License Model - The Oracle license model applied to the VM cluster.
- memory
Size numberIn Gbs - The amount of memory, in gigabytes (GB), that's allocated for the VM cluster.
- odb
Network stringId - The unique identifier of the ODB network for the VM cluster.
- scan
Listener numberPort Tcp - Property description not available.
- ssh
Public string[]Keys - The public key portion of one or more key pairs used for SSH access to the VM cluster.
- system
Version string - The operating system version of the image chosen for the VM cluster.
- Tag[]
- Tags to assign to the Vm Cluster.
- time
Zone string - The time zone of the VM cluster.
- cloud_
exadata_ strinfrastructure_ id - The unique identifier of the Exadata infrastructure that this VM cluster belongs to.
- cluster_
name str - The name of the Grid Infrastructure (GI) cluster.
- cpu_
core_ intcount - The number of CPU cores enabled on the VM cluster.
- data_
collection_ Cloudoptions Vm Cluster Data Collection Options Args - The set of diagnostic collection options enabled for the VM cluster.
- data_
storage_ floatsize_ in_ tbs - The size of the data disk group, in terabytes (TB), that's allocated for the VM cluster.
- db_
node_ intstorage_ size_ in_ gbs - The amount of local node storage, in gigabytes (GB), that's allocated for the VM cluster.
- db_
servers Sequence[str] - The list of database servers for the VM cluster.
- display_
name str - The user-friendly name for the VM cluster.
- gi_
version str - The software version of the Oracle Grid Infrastructure (GI) for the VM cluster.
- hostname str
- The host name for the VM cluster.
- is_
local_ boolbackup_ enabled - Indicates whether database backups to local Exadata storage is enabled for the VM cluster.
- is_
sparse_ booldiskgroup_ enabled - Indicates whether the VM cluster is configured with a sparse disk group.
- license_
model CloudVm Cluster License Model - The Oracle license model applied to the VM cluster.
- memory_
size_ intin_ gbs - The amount of memory, in gigabytes (GB), that's allocated for the VM cluster.
- odb_
network_ strid - The unique identifier of the ODB network for the VM cluster.
- scan_
listener_ intport_ tcp - Property description not available.
- ssh_
public_ Sequence[str]keys - The public key portion of one or more key pairs used for SSH access to the VM cluster.
- system_
version str - The operating system version of the image chosen for the VM cluster.
- Sequence[Tag
Args] - Tags to assign to the Vm Cluster.
- time_
zone str - The time zone of the VM cluster.
- cloud
Exadata StringInfrastructure Id - The unique identifier of the Exadata infrastructure that this VM cluster belongs to.
- cluster
Name String - The name of the Grid Infrastructure (GI) cluster.
- cpu
Core NumberCount - The number of CPU cores enabled on the VM cluster.
- data
Collection Property MapOptions - The set of diagnostic collection options enabled for the VM cluster.
- data
Storage NumberSize In Tbs - The size of the data disk group, in terabytes (TB), that's allocated for the VM cluster.
- db
Node NumberStorage Size In Gbs - The amount of local node storage, in gigabytes (GB), that's allocated for the VM cluster.
- db
Servers List<String> - The list of database servers for the VM cluster.
- display
Name String - The user-friendly name for the VM cluster.
- gi
Version String - The software version of the Oracle Grid Infrastructure (GI) for the VM cluster.
- hostname String
- The host name for the VM cluster.
- is
Local BooleanBackup Enabled - Indicates whether database backups to local Exadata storage is enabled for the VM cluster.
- is
Sparse BooleanDiskgroup Enabled - Indicates whether the VM cluster is configured with a sparse disk group.
- license
Model "BRING_YOUR_OWN_LICENSE" | "LICENSE_INCLUDED" - The Oracle license model applied to the VM cluster.
- memory
Size NumberIn Gbs - The amount of memory, in gigabytes (GB), that's allocated for the VM cluster.
- odb
Network StringId - The unique identifier of the ODB network for the VM cluster.
- scan
Listener NumberPort Tcp - Property description not available.
- ssh
Public List<String>Keys - The public key portion of one or more key pairs used for SSH access to the VM cluster.
- system
Version String - The operating system version of the image chosen for the VM cluster.
- List<Property Map>
- Tags to assign to the Vm Cluster.
- time
Zone String - The time zone of the VM cluster.
Outputs
All input properties are implicitly available as output properties. Additionally, the CloudVmCluster resource produces the following output properties:
- Cloud
Vm stringCluster Arn - The Amazon Resource Name (ARN) of the VM cluster.
- Cloud
Vm stringCluster Id - The unique identifier of the VM cluster.
- Compute
Model string - The OCI model compute model used when you create or clone an instance: ECPU or OCPU. An ECPU is an abstracted measure of compute resources. ECPUs are based on the number of cores elastically allocated from a pool of compute and storage servers. An OCPU is a legacy physical measure of compute resources. OCPUs are based on the physical core of a processor with hyper-threading enabled.
- Disk
Redundancy string - The type of redundancy configured for the VM cluster. NORMAL is 2-way redundancy. HIGH is 3-way redundancy.
- Domain string
- The domain of the VM cluster.
- Id string
- The provider-assigned unique ID for this managed resource.
- Listener
Port int - The port number configured for the listener on the VM cluster.
- Node
Count int - The number of nodes in the VM cluster.
- Oci
Resource stringAnchor Name - The name of the OCI resource anchor for the VM cluster.
- Oci
Url string - The HTTPS link to the VM cluster in OCI.
- Ocid string
- The OCID of the VM cluster.
- Scan
Dns stringName - The FQDN of the DNS record for the Single Client Access Name (SCAN) IP addresses that are associated with the VM cluster.
- Scan
Ip List<string>Ids - The OCID of the SCAN IP addresses that are associated with the VM cluster.
- Shape string
- The hardware model name of the Exadata infrastructure that's running the VM cluster.
- Storage
Size intIn Gbs - The amount of local node storage, in gigabytes (GB), that's allocated to the VM cluster.
- Vip
Ids List<string> - The virtual IP (VIP) addresses that are associated with the VM cluster. Oracle's Cluster Ready Services (CRS) creates and maintains one VIP address for each node in the VM cluster to enable failover. If one node fails, the VIP is reassigned to another active node in the cluster.
- Cloud
Vm stringCluster Arn - The Amazon Resource Name (ARN) of the VM cluster.
- Cloud
Vm stringCluster Id - The unique identifier of the VM cluster.
- Compute
Model string - The OCI model compute model used when you create or clone an instance: ECPU or OCPU. An ECPU is an abstracted measure of compute resources. ECPUs are based on the number of cores elastically allocated from a pool of compute and storage servers. An OCPU is a legacy physical measure of compute resources. OCPUs are based on the physical core of a processor with hyper-threading enabled.
- Disk
Redundancy string - The type of redundancy configured for the VM cluster. NORMAL is 2-way redundancy. HIGH is 3-way redundancy.
- Domain string
- The domain of the VM cluster.
- Id string
- The provider-assigned unique ID for this managed resource.
- Listener
Port int - The port number configured for the listener on the VM cluster.
- Node
Count int - The number of nodes in the VM cluster.
- Oci
Resource stringAnchor Name - The name of the OCI resource anchor for the VM cluster.
- Oci
Url string - The HTTPS link to the VM cluster in OCI.
- Ocid string
- The OCID of the VM cluster.
- Scan
Dns stringName - The FQDN of the DNS record for the Single Client Access Name (SCAN) IP addresses that are associated with the VM cluster.
- Scan
Ip []stringIds - The OCID of the SCAN IP addresses that are associated with the VM cluster.
- Shape string
- The hardware model name of the Exadata infrastructure that's running the VM cluster.
- Storage
Size intIn Gbs - The amount of local node storage, in gigabytes (GB), that's allocated to the VM cluster.
- Vip
Ids []string - The virtual IP (VIP) addresses that are associated with the VM cluster. Oracle's Cluster Ready Services (CRS) creates and maintains one VIP address for each node in the VM cluster to enable failover. If one node fails, the VIP is reassigned to another active node in the cluster.
- cloud
Vm StringCluster Arn - The Amazon Resource Name (ARN) of the VM cluster.
- cloud
Vm StringCluster Id - The unique identifier of the VM cluster.
- compute
Model String - The OCI model compute model used when you create or clone an instance: ECPU or OCPU. An ECPU is an abstracted measure of compute resources. ECPUs are based on the number of cores elastically allocated from a pool of compute and storage servers. An OCPU is a legacy physical measure of compute resources. OCPUs are based on the physical core of a processor with hyper-threading enabled.
- disk
Redundancy String - The type of redundancy configured for the VM cluster. NORMAL is 2-way redundancy. HIGH is 3-way redundancy.
- domain String
- The domain of the VM cluster.
- id String
- The provider-assigned unique ID for this managed resource.
- listener
Port Integer - The port number configured for the listener on the VM cluster.
- node
Count Integer - The number of nodes in the VM cluster.
- oci
Resource StringAnchor Name - The name of the OCI resource anchor for the VM cluster.
- oci
Url String - The HTTPS link to the VM cluster in OCI.
- ocid String
- The OCID of the VM cluster.
- scan
Dns StringName - The FQDN of the DNS record for the Single Client Access Name (SCAN) IP addresses that are associated with the VM cluster.
- scan
Ip List<String>Ids - The OCID of the SCAN IP addresses that are associated with the VM cluster.
- shape String
- The hardware model name of the Exadata infrastructure that's running the VM cluster.
- storage
Size IntegerIn Gbs - The amount of local node storage, in gigabytes (GB), that's allocated to the VM cluster.
- vip
Ids List<String> - The virtual IP (VIP) addresses that are associated with the VM cluster. Oracle's Cluster Ready Services (CRS) creates and maintains one VIP address for each node in the VM cluster to enable failover. If one node fails, the VIP is reassigned to another active node in the cluster.
- cloud
Vm stringCluster Arn - The Amazon Resource Name (ARN) of the VM cluster.
- cloud
Vm stringCluster Id - The unique identifier of the VM cluster.
- compute
Model string - The OCI model compute model used when you create or clone an instance: ECPU or OCPU. An ECPU is an abstracted measure of compute resources. ECPUs are based on the number of cores elastically allocated from a pool of compute and storage servers. An OCPU is a legacy physical measure of compute resources. OCPUs are based on the physical core of a processor with hyper-threading enabled.
- disk
Redundancy string - The type of redundancy configured for the VM cluster. NORMAL is 2-way redundancy. HIGH is 3-way redundancy.
- domain string
- The domain of the VM cluster.
- id string
- The provider-assigned unique ID for this managed resource.
- listener
Port number - The port number configured for the listener on the VM cluster.
- node
Count number - The number of nodes in the VM cluster.
- oci
Resource stringAnchor Name - The name of the OCI resource anchor for the VM cluster.
- oci
Url string - The HTTPS link to the VM cluster in OCI.
- ocid string
- The OCID of the VM cluster.
- scan
Dns stringName - The FQDN of the DNS record for the Single Client Access Name (SCAN) IP addresses that are associated with the VM cluster.
- scan
Ip string[]Ids - The OCID of the SCAN IP addresses that are associated with the VM cluster.
- shape string
- The hardware model name of the Exadata infrastructure that's running the VM cluster.
- storage
Size numberIn Gbs - The amount of local node storage, in gigabytes (GB), that's allocated to the VM cluster.
- vip
Ids string[] - The virtual IP (VIP) addresses that are associated with the VM cluster. Oracle's Cluster Ready Services (CRS) creates and maintains one VIP address for each node in the VM cluster to enable failover. If one node fails, the VIP is reassigned to another active node in the cluster.
- cloud_
vm_ strcluster_ arn - The Amazon Resource Name (ARN) of the VM cluster.
- cloud_
vm_ strcluster_ id - The unique identifier of the VM cluster.
- compute_
model str - The OCI model compute model used when you create or clone an instance: ECPU or OCPU. An ECPU is an abstracted measure of compute resources. ECPUs are based on the number of cores elastically allocated from a pool of compute and storage servers. An OCPU is a legacy physical measure of compute resources. OCPUs are based on the physical core of a processor with hyper-threading enabled.
- disk_
redundancy str - The type of redundancy configured for the VM cluster. NORMAL is 2-way redundancy. HIGH is 3-way redundancy.
- domain str
- The domain of the VM cluster.
- id str
- The provider-assigned unique ID for this managed resource.
- listener_
port int - The port number configured for the listener on the VM cluster.
- node_
count int - The number of nodes in the VM cluster.
- oci_
resource_ stranchor_ name - The name of the OCI resource anchor for the VM cluster.
- oci_
url str - The HTTPS link to the VM cluster in OCI.
- ocid str
- The OCID of the VM cluster.
- scan_
dns_ strname - The FQDN of the DNS record for the Single Client Access Name (SCAN) IP addresses that are associated with the VM cluster.
- scan_
ip_ Sequence[str]ids - The OCID of the SCAN IP addresses that are associated with the VM cluster.
- shape str
- The hardware model name of the Exadata infrastructure that's running the VM cluster.
- storage_
size_ intin_ gbs - The amount of local node storage, in gigabytes (GB), that's allocated to the VM cluster.
- vip_
ids Sequence[str] - The virtual IP (VIP) addresses that are associated with the VM cluster. Oracle's Cluster Ready Services (CRS) creates and maintains one VIP address for each node in the VM cluster to enable failover. If one node fails, the VIP is reassigned to another active node in the cluster.
- cloud
Vm StringCluster Arn - The Amazon Resource Name (ARN) of the VM cluster.
- cloud
Vm StringCluster Id - The unique identifier of the VM cluster.
- compute
Model String - The OCI model compute model used when you create or clone an instance: ECPU or OCPU. An ECPU is an abstracted measure of compute resources. ECPUs are based on the number of cores elastically allocated from a pool of compute and storage servers. An OCPU is a legacy physical measure of compute resources. OCPUs are based on the physical core of a processor with hyper-threading enabled.
- disk
Redundancy String - The type of redundancy configured for the VM cluster. NORMAL is 2-way redundancy. HIGH is 3-way redundancy.
- domain String
- The domain of the VM cluster.
- id String
- The provider-assigned unique ID for this managed resource.
- listener
Port Number - The port number configured for the listener on the VM cluster.
- node
Count Number - The number of nodes in the VM cluster.
- oci
Resource StringAnchor Name - The name of the OCI resource anchor for the VM cluster.
- oci
Url String - The HTTPS link to the VM cluster in OCI.
- ocid String
- The OCID of the VM cluster.
- scan
Dns StringName - The FQDN of the DNS record for the Single Client Access Name (SCAN) IP addresses that are associated with the VM cluster.
- scan
Ip List<String>Ids - The OCID of the SCAN IP addresses that are associated with the VM cluster.
- shape String
- The hardware model name of the Exadata infrastructure that's running the VM cluster.
- storage
Size NumberIn Gbs - The amount of local node storage, in gigabytes (GB), that's allocated to the VM cluster.
- vip
Ids List<String> - The virtual IP (VIP) addresses that are associated with the VM cluster. Oracle's Cluster Ready Services (CRS) creates and maintains one VIP address for each node in the VM cluster to enable failover. If one node fails, the VIP is reassigned to another active node in the cluster.
Supporting Types
CloudVmClusterDataCollectionOptions, CloudVmClusterDataCollectionOptionsArgs
- Is
Diagnostics boolEvents Enabled - Indicates whether diagnostic collection is enabled for the VM cluster.
- Is
Health boolMonitoring Enabled - Indicates whether health monitoring is enabled for the VM cluster.
- Is
Incident boolLogs Enabled - Indicates whether incident logs are enabled for the cloud VM cluster.
- Is
Diagnostics boolEvents Enabled - Indicates whether diagnostic collection is enabled for the VM cluster.
- Is
Health boolMonitoring Enabled - Indicates whether health monitoring is enabled for the VM cluster.
- Is
Incident boolLogs Enabled - Indicates whether incident logs are enabled for the cloud VM cluster.
- is
Diagnostics BooleanEvents Enabled - Indicates whether diagnostic collection is enabled for the VM cluster.
- is
Health BooleanMonitoring Enabled - Indicates whether health monitoring is enabled for the VM cluster.
- is
Incident BooleanLogs Enabled - Indicates whether incident logs are enabled for the cloud VM cluster.
- is
Diagnostics booleanEvents Enabled - Indicates whether diagnostic collection is enabled for the VM cluster.
- is
Health booleanMonitoring Enabled - Indicates whether health monitoring is enabled for the VM cluster.
- is
Incident booleanLogs Enabled - Indicates whether incident logs are enabled for the cloud VM cluster.
- is_
diagnostics_ boolevents_ enabled - Indicates whether diagnostic collection is enabled for the VM cluster.
- is_
health_ boolmonitoring_ enabled - Indicates whether health monitoring is enabled for the VM cluster.
- is_
incident_ boollogs_ enabled - Indicates whether incident logs are enabled for the cloud VM cluster.
- is
Diagnostics BooleanEvents Enabled - Indicates whether diagnostic collection is enabled for the VM cluster.
- is
Health BooleanMonitoring Enabled - Indicates whether health monitoring is enabled for the VM cluster.
- is
Incident BooleanLogs Enabled - Indicates whether incident logs are enabled for the cloud VM cluster.
CloudVmClusterLicenseModel, CloudVmClusterLicenseModelArgs
- Bring
Your Own License - BRING_YOUR_OWN_LICENSE
- License
Included - LICENSE_INCLUDED
- Cloud
Vm Cluster License Model Bring Your Own License - BRING_YOUR_OWN_LICENSE
- Cloud
Vm Cluster License Model License Included - LICENSE_INCLUDED
- Bring
Your Own License - BRING_YOUR_OWN_LICENSE
- License
Included - LICENSE_INCLUDED
- Bring
Your Own License - BRING_YOUR_OWN_LICENSE
- License
Included - LICENSE_INCLUDED
- BRING_YOUR_OWN_LICENSE
- BRING_YOUR_OWN_LICENSE
- LICENSE_INCLUDED
- LICENSE_INCLUDED
- "BRING_YOUR_OWN_LICENSE"
- BRING_YOUR_OWN_LICENSE
- "LICENSE_INCLUDED"
- LICENSE_INCLUDED
Tag, TagArgs
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.