Class: Aws::Odb::Types::CreateCloudVmClusterOutput

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

#cloud_vm_cluster_idString

The unique identifier for the VM cluster.

Returns:

  • (String)


2148
2149
2150
2151
2152
2153
2154
2155
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 2148

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

#display_nameString

The user-friendly name for the VM cluster.

Returns:

  • (String)


2148
2149
2150
2151
2152
2153
2154
2155
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 2148

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

#statusString

The current status of the VM cluster.

Returns:

  • (String)


2148
2149
2150
2151
2152
2153
2154
2155
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 2148

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

#status_reasonString

Additional information about the status of the VM cluster.

Returns:

  • (String)


2148
2149
2150
2151
2152
2153
2154
2155
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 2148

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