Class: Aws::Odb::Types::AutonomousVirtualMachineSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb

Overview

A summary of an Autonomous Virtual Machine (VM) within an Autonomous VM cluster.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#autonomous_virtual_machine_idString

The unique identifier of the Autonomous VM.

Returns:

  • (String)


107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 107

class AutonomousVirtualMachineSummary < Struct.new(
  :autonomous_virtual_machine_id,
  :status,
  :status_reason,
  :vm_name,
  :db_server_id,
  :db_server_display_name,
  :cpu_core_count,
  :memory_size_in_g_bs,
  :db_node_storage_size_in_g_bs,
  :client_ip_address,
  :cloud_autonomous_vm_cluster_id,
  :ocid,
  :oci_resource_anchor_name)
  SENSITIVE = []
  include Aws::Structure
end

#client_ip_addressString

The IP address used by clients to connect to this Autonomous VM.

Returns:

  • (String)


107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 107

class AutonomousVirtualMachineSummary < Struct.new(
  :autonomous_virtual_machine_id,
  :status,
  :status_reason,
  :vm_name,
  :db_server_id,
  :db_server_display_name,
  :cpu_core_count,
  :memory_size_in_g_bs,
  :db_node_storage_size_in_g_bs,
  :client_ip_address,
  :cloud_autonomous_vm_cluster_id,
  :ocid,
  :oci_resource_anchor_name)
  SENSITIVE = []
  include Aws::Structure
end

#cloud_autonomous_vm_cluster_idString

The unique identifier of the Autonomous VM cluster containing this Autonomous VM.

Returns:

  • (String)


107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 107

class AutonomousVirtualMachineSummary < Struct.new(
  :autonomous_virtual_machine_id,
  :status,
  :status_reason,
  :vm_name,
  :db_server_id,
  :db_server_display_name,
  :cpu_core_count,
  :memory_size_in_g_bs,
  :db_node_storage_size_in_g_bs,
  :client_ip_address,
  :cloud_autonomous_vm_cluster_id,
  :ocid,
  :oci_resource_anchor_name)
  SENSITIVE = []
  include Aws::Structure
end

#cpu_core_countInteger

The number of CPU cores allocated to this Autonomous VM.

Returns:

  • (Integer)


107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 107

class AutonomousVirtualMachineSummary < Struct.new(
  :autonomous_virtual_machine_id,
  :status,
  :status_reason,
  :vm_name,
  :db_server_id,
  :db_server_display_name,
  :cpu_core_count,
  :memory_size_in_g_bs,
  :db_node_storage_size_in_g_bs,
  :client_ip_address,
  :cloud_autonomous_vm_cluster_id,
  :ocid,
  :oci_resource_anchor_name)
  SENSITIVE = []
  include Aws::Structure
end

#db_node_storage_size_in_g_bsInteger

The amount of storage allocated to this Autonomous Virtual Machine, in gigabytes (GB).

Returns:

  • (Integer)


107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 107

class AutonomousVirtualMachineSummary < Struct.new(
  :autonomous_virtual_machine_id,
  :status,
  :status_reason,
  :vm_name,
  :db_server_id,
  :db_server_display_name,
  :cpu_core_count,
  :memory_size_in_g_bs,
  :db_node_storage_size_in_g_bs,
  :client_ip_address,
  :cloud_autonomous_vm_cluster_id,
  :ocid,
  :oci_resource_anchor_name)
  SENSITIVE = []
  include Aws::Structure
end

#db_server_display_nameString

The display name of the database server hosting this Autonomous VM.

Returns:

  • (String)


107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 107

class AutonomousVirtualMachineSummary < Struct.new(
  :autonomous_virtual_machine_id,
  :status,
  :status_reason,
  :vm_name,
  :db_server_id,
  :db_server_display_name,
  :cpu_core_count,
  :memory_size_in_g_bs,
  :db_node_storage_size_in_g_bs,
  :client_ip_address,
  :cloud_autonomous_vm_cluster_id,
  :ocid,
  :oci_resource_anchor_name)
  SENSITIVE = []
  include Aws::Structure
end

#db_server_idString

The unique identifier of the database server hosting this Autonomous VM.

Returns:

  • (String)


107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 107

class AutonomousVirtualMachineSummary < Struct.new(
  :autonomous_virtual_machine_id,
  :status,
  :status_reason,
  :vm_name,
  :db_server_id,
  :db_server_display_name,
  :cpu_core_count,
  :memory_size_in_g_bs,
  :db_node_storage_size_in_g_bs,
  :client_ip_address,
  :cloud_autonomous_vm_cluster_id,
  :ocid,
  :oci_resource_anchor_name)
  SENSITIVE = []
  include Aws::Structure
end

#memory_size_in_g_bsInteger

The amount of memory allocated to this Autonomous VM, in gigabytes (GB).

Returns:

  • (Integer)


107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 107

class AutonomousVirtualMachineSummary < Struct.new(
  :autonomous_virtual_machine_id,
  :status,
  :status_reason,
  :vm_name,
  :db_server_id,
  :db_server_display_name,
  :cpu_core_count,
  :memory_size_in_g_bs,
  :db_node_storage_size_in_g_bs,
  :client_ip_address,
  :cloud_autonomous_vm_cluster_id,
  :ocid,
  :oci_resource_anchor_name)
  SENSITIVE = []
  include Aws::Structure
end

#oci_resource_anchor_nameString

The name of the Oracle Cloud Infrastructure (OCI) resource anchor associated with this Autonomous VM.

Returns:

  • (String)


107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 107

class AutonomousVirtualMachineSummary < Struct.new(
  :autonomous_virtual_machine_id,
  :status,
  :status_reason,
  :vm_name,
  :db_server_id,
  :db_server_display_name,
  :cpu_core_count,
  :memory_size_in_g_bs,
  :db_node_storage_size_in_g_bs,
  :client_ip_address,
  :cloud_autonomous_vm_cluster_id,
  :ocid,
  :oci_resource_anchor_name)
  SENSITIVE = []
  include Aws::Structure
end

#ocidString

The Oracle Cloud Identifier (OCID) of the Autonomous VM.

Returns:

  • (String)


107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 107

class AutonomousVirtualMachineSummary < Struct.new(
  :autonomous_virtual_machine_id,
  :status,
  :status_reason,
  :vm_name,
  :db_server_id,
  :db_server_display_name,
  :cpu_core_count,
  :memory_size_in_g_bs,
  :db_node_storage_size_in_g_bs,
  :client_ip_address,
  :cloud_autonomous_vm_cluster_id,
  :ocid,
  :oci_resource_anchor_name)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the Autonomous VM.

Returns:

  • (String)


107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 107

class AutonomousVirtualMachineSummary < Struct.new(
  :autonomous_virtual_machine_id,
  :status,
  :status_reason,
  :vm_name,
  :db_server_id,
  :db_server_display_name,
  :cpu_core_count,
  :memory_size_in_g_bs,
  :db_node_storage_size_in_g_bs,
  :client_ip_address,
  :cloud_autonomous_vm_cluster_id,
  :ocid,
  :oci_resource_anchor_name)
  SENSITIVE = []
  include Aws::Structure
end

#status_reasonString

Additional information about the current status of the Autonomous VM, if applicable.

Returns:

  • (String)


107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 107

class AutonomousVirtualMachineSummary < Struct.new(
  :autonomous_virtual_machine_id,
  :status,
  :status_reason,
  :vm_name,
  :db_server_id,
  :db_server_display_name,
  :cpu_core_count,
  :memory_size_in_g_bs,
  :db_node_storage_size_in_g_bs,
  :client_ip_address,
  :cloud_autonomous_vm_cluster_id,
  :ocid,
  :oci_resource_anchor_name)
  SENSITIVE = []
  include Aws::Structure
end

#vm_nameString

The name of the Autonomous VM.

Returns:

  • (String)


107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 107

class AutonomousVirtualMachineSummary < Struct.new(
  :autonomous_virtual_machine_id,
  :status,
  :status_reason,
  :vm_name,
  :db_server_id,
  :db_server_display_name,
  :cpu_core_count,
  :memory_size_in_g_bs,
  :db_node_storage_size_in_g_bs,
  :client_ip_address,
  :cloud_autonomous_vm_cluster_id,
  :ocid,
  :oci_resource_anchor_name)
  SENSITIVE = []
  include Aws::Structure
end