Class: Aws::Types::CreateCloudAutonomousVmClusterInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#autonomous_data_storage_size_in_t_bs::Float

Returns the value of attribute autonomous_data_storage_size_in_t_bs.

Returns:

  • (::Float)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Array[::String])


834
835
836
# File 'sig/types.rbs', line 834

def db_servers
  @db_servers
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


835
836
837
# File 'sig/types.rbs', line 835

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


830
831
832
# File 'sig/types.rbs', line 830

def display_name
  @display_name
end

#is_mtls_enabled_vm_clusterBoolean

Returns the value of attribute is_mtls_enabled_vm_cluster.

Returns:

  • (Boolean)


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.

Returns:

  • ("BRING_YOUR_OWN_LICENSE", "LICENSE_INCLUDED")


837
838
839
# File 'sig/types.rbs', line 837

def license_model
  @license_model
end

#maintenance_windowTypes::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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Hash[::String, ::String])


842
843
844
# File 'sig/types.rbs', line 842

def tags
  @tags
end

#time_zone::String

Returns the value of attribute time_zone.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


844
845
846
# File 'sig/types.rbs', line 844

def total_container_databases
  @total_container_databases
end