Class: Aws::Types::CreateCloudAutonomousVmClusterInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateCloudAutonomousVmClusterInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#autonomous_data_storage_size_in_t_bs ⇒ ::Float
Returns the value of attribute autonomous_data_storage_size_in_t_bs.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#cloud_exadata_infrastructure_id ⇒ ::String
Returns the value of attribute cloud_exadata_infrastructure_id.
-
#cpu_core_count_per_node ⇒ ::Integer
Returns the value of attribute cpu_core_count_per_node.
-
#db_servers ⇒ ::Array[::String]
Returns the value of attribute db_servers.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#is_mtls_enabled_vm_cluster ⇒ Boolean
Returns the value of attribute is_mtls_enabled_vm_cluster.
-
#license_model ⇒ "BRING_YOUR_OWN_LICENSE", "LICENSE_INCLUDED"
Returns the value of attribute license_model.
-
#maintenance_window ⇒ Types::MaintenanceWindow
Returns the value of attribute maintenance_window.
-
#memory_per_oracle_compute_unit_in_g_bs ⇒ ::Integer
Returns the value of attribute memory_per_oracle_compute_unit_in_g_bs.
-
#odb_network_id ⇒ ::String
Returns the value of attribute odb_network_id.
-
#scan_listener_port_non_tls ⇒ ::Integer
Returns the value of attribute scan_listener_port_non_tls.
-
#scan_listener_port_tls ⇒ ::Integer
Returns the value of attribute scan_listener_port_tls.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#time_zone ⇒ ::String
Returns the value of attribute time_zone.
-
#total_container_databases ⇒ ::Integer
Returns the value of attribute total_container_databases.
Instance Attribute Details
#autonomous_data_storage_size_in_t_bs ⇒ ::Float
Returns the value of attribute autonomous_data_storage_size_in_t_bs.
832 833 834 |
# File 'sig/types.rbs', line 832 def autonomous_data_storage_size_in_t_bs @autonomous_data_storage_size_in_t_bs end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
831 832 833 |
# File 'sig/types.rbs', line 831 def client_token @client_token end |
#cloud_exadata_infrastructure_id ⇒ ::String
Returns the value of attribute cloud_exadata_infrastructure_id.
828 829 830 |
# File 'sig/types.rbs', line 828 def cloud_exadata_infrastructure_id @cloud_exadata_infrastructure_id end |
#cpu_core_count_per_node ⇒ ::Integer
Returns the value of attribute cpu_core_count_per_node.
833 834 835 |
# File 'sig/types.rbs', line 833 def cpu_core_count_per_node @cpu_core_count_per_node end |
#db_servers ⇒ ::Array[::String]
Returns the value of attribute db_servers.
834 835 836 |
# File 'sig/types.rbs', line 834 def db_servers @db_servers end |
#description ⇒ ::String
Returns the value of attribute description.
835 836 837 |
# File 'sig/types.rbs', line 835 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
830 831 832 |
# File 'sig/types.rbs', line 830 def display_name @display_name end |
#is_mtls_enabled_vm_cluster ⇒ Boolean
Returns the value of attribute is_mtls_enabled_vm_cluster.
836 837 838 |
# File 'sig/types.rbs', line 836 def is_mtls_enabled_vm_cluster @is_mtls_enabled_vm_cluster end |
#license_model ⇒ "BRING_YOUR_OWN_LICENSE", "LICENSE_INCLUDED"
Returns the value of attribute license_model.
837 838 839 |
# File 'sig/types.rbs', line 837 def license_model @license_model end |
#maintenance_window ⇒ Types::MaintenanceWindow
Returns the value of attribute maintenance_window.
838 839 840 |
# File 'sig/types.rbs', line 838 def maintenance_window @maintenance_window end |
#memory_per_oracle_compute_unit_in_g_bs ⇒ ::Integer
Returns the value of attribute memory_per_oracle_compute_unit_in_g_bs.
839 840 841 |
# File 'sig/types.rbs', line 839 def memory_per_oracle_compute_unit_in_g_bs @memory_per_oracle_compute_unit_in_g_bs end |
#odb_network_id ⇒ ::String
Returns the value of attribute odb_network_id.
829 830 831 |
# File 'sig/types.rbs', line 829 def odb_network_id @odb_network_id end |
#scan_listener_port_non_tls ⇒ ::Integer
Returns the value of attribute scan_listener_port_non_tls.
840 841 842 |
# File 'sig/types.rbs', line 840 def scan_listener_port_non_tls @scan_listener_port_non_tls end |
#scan_listener_port_tls ⇒ ::Integer
Returns the value of attribute scan_listener_port_tls.
841 842 843 |
# File 'sig/types.rbs', line 841 def scan_listener_port_tls @scan_listener_port_tls end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
842 843 844 |
# File 'sig/types.rbs', line 842 def @tags end |
#time_zone ⇒ ::String
Returns the value of attribute time_zone.
843 844 845 |
# File 'sig/types.rbs', line 843 def time_zone @time_zone end |
#total_container_databases ⇒ ::Integer
Returns the value of attribute total_container_databases.
844 845 846 |
# File 'sig/types.rbs', line 844 def total_container_databases @total_container_databases end |