Class: Aws::Odb::Types::AssociateVirtualMachinesToExadbVmClusterOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#display_nameString

The user-friendly name for the Exascale VM cluster.

Returns:

  • (String)


180
181
182
183
184
185
186
187
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 180

class AssociateVirtualMachinesToExadbVmClusterOutput < Struct.new(
  :display_name,
  :status,
  :status_reason,
  :exadb_vm_cluster_id)
  SENSITIVE = []
  include Aws::Structure
end

#exadb_vm_cluster_idString

The unique identifier of the Exascale VM cluster.

Returns:

  • (String)


180
181
182
183
184
185
186
187
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 180

class AssociateVirtualMachinesToExadbVmClusterOutput < Struct.new(
  :display_name,
  :status,
  :status_reason,
  :exadb_vm_cluster_id)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the Exascale VM cluster.

Returns:

  • (String)


180
181
182
183
184
185
186
187
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 180

class AssociateVirtualMachinesToExadbVmClusterOutput < Struct.new(
  :display_name,
  :status,
  :status_reason,
  :exadb_vm_cluster_id)
  SENSITIVE = []
  include Aws::Structure
end

#status_reasonString

Additional information about the status of the Exascale VM cluster.

Returns:

  • (String)


180
181
182
183
184
185
186
187
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 180

class AssociateVirtualMachinesToExadbVmClusterOutput < Struct.new(
  :display_name,
  :status,
  :status_reason,
  :exadb_vm_cluster_id)
  SENSITIVE = []
  include Aws::Structure
end