Class: Aws::Types::AutonomousVirtualMachineSummary
- Inherits:
-
Object
- Object
- Aws::Types::AutonomousVirtualMachineSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#autonomous_virtual_machine_id ⇒ ::String
Returns the value of attribute autonomous_virtual_machine_id.
-
#client_ip_address ⇒ ::String
Returns the value of attribute client_ip_address.
-
#cloud_autonomous_vm_cluster_id ⇒ ::String
Returns the value of attribute cloud_autonomous_vm_cluster_id.
-
#cpu_core_count ⇒ ::Integer
Returns the value of attribute cpu_core_count.
-
#db_node_storage_size_in_g_bs ⇒ ::Integer
Returns the value of attribute db_node_storage_size_in_g_bs.
-
#db_server_display_name ⇒ ::String
Returns the value of attribute db_server_display_name.
-
#db_server_id ⇒ ::String
Returns the value of attribute db_server_id.
-
#memory_size_in_g_bs ⇒ ::Integer
Returns the value of attribute memory_size_in_g_bs.
-
#oci_resource_anchor_name ⇒ ::String
Returns the value of attribute oci_resource_anchor_name.
-
#ocid ⇒ ::String
Returns the value of attribute ocid.
-
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
-
#vm_name ⇒ ::String
Returns the value of attribute vm_name.
Instance Attribute Details
#autonomous_virtual_machine_id ⇒ ::String
Returns the value of attribute autonomous_virtual_machine_id.
387 388 389 |
# File 'sig/types.rbs', line 387 def autonomous_virtual_machine_id @autonomous_virtual_machine_id end |
#client_ip_address ⇒ ::String
Returns the value of attribute client_ip_address.
396 397 398 |
# File 'sig/types.rbs', line 396 def client_ip_address @client_ip_address end |
#cloud_autonomous_vm_cluster_id ⇒ ::String
Returns the value of attribute cloud_autonomous_vm_cluster_id.
397 398 399 |
# File 'sig/types.rbs', line 397 def cloud_autonomous_vm_cluster_id @cloud_autonomous_vm_cluster_id end |
#cpu_core_count ⇒ ::Integer
Returns the value of attribute cpu_core_count.
393 394 395 |
# File 'sig/types.rbs', line 393 def cpu_core_count @cpu_core_count end |
#db_node_storage_size_in_g_bs ⇒ ::Integer
Returns the value of attribute db_node_storage_size_in_g_bs.
395 396 397 |
# File 'sig/types.rbs', line 395 def db_node_storage_size_in_g_bs @db_node_storage_size_in_g_bs end |
#db_server_display_name ⇒ ::String
Returns the value of attribute db_server_display_name.
392 393 394 |
# File 'sig/types.rbs', line 392 def db_server_display_name @db_server_display_name end |
#db_server_id ⇒ ::String
Returns the value of attribute db_server_id.
391 392 393 |
# File 'sig/types.rbs', line 391 def db_server_id @db_server_id end |
#memory_size_in_g_bs ⇒ ::Integer
Returns the value of attribute memory_size_in_g_bs.
394 395 396 |
# File 'sig/types.rbs', line 394 def memory_size_in_g_bs @memory_size_in_g_bs end |
#oci_resource_anchor_name ⇒ ::String
Returns the value of attribute oci_resource_anchor_name.
399 400 401 |
# File 'sig/types.rbs', line 399 def oci_resource_anchor_name @oci_resource_anchor_name end |
#ocid ⇒ ::String
Returns the value of attribute ocid.
398 399 400 |
# File 'sig/types.rbs', line 398 def ocid @ocid end |
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
388 389 390 |
# File 'sig/types.rbs', line 388 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
389 390 391 |
# File 'sig/types.rbs', line 389 def status_reason @status_reason end |
#vm_name ⇒ ::String
Returns the value of attribute vm_name.
390 391 392 |
# File 'sig/types.rbs', line 390 def vm_name @vm_name end |