Class: Aws::Types::AutonomousVirtualMachineSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#autonomous_virtual_machine_id::String

Returns the value of attribute autonomous_virtual_machine_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


398
399
400
# File 'sig/types.rbs', line 398

def ocid
  @ocid
end

#status"AVAILABLE", ...

Returns the value of attribute status.

Returns:

  • ("AVAILABLE", "FAILED", "PROVISIONING", "TERMINATED", "TERMINATING", "UPDATING", "MAINTENANCE_IN_PROGRESS")


388
389
390
# File 'sig/types.rbs', line 388

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


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.

Returns:

  • (::String)


390
391
392
# File 'sig/types.rbs', line 390

def vm_name
  @vm_name
end