Class: Aws::OpenSearchService::Types::DomainNodesStatus

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

Overview

Container for information about nodes on the domain.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zoneString

The Availability Zone of the node.

Returns:

  • (String)


2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 2914

class DomainNodesStatus < Struct.new(
  :node_id,
  :node_type,
  :availability_zone,
  :instance_type,
  :node_status,
  :storage_type,
  :storage_volume_type,
  :storage_size)
  SENSITIVE = []
  include Aws::Structure
end

#instance_typeString

The instance type information of the node.

Returns:

  • (String)


2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 2914

class DomainNodesStatus < Struct.new(
  :node_id,
  :node_type,
  :availability_zone,
  :instance_type,
  :node_status,
  :storage_type,
  :storage_volume_type,
  :storage_size)
  SENSITIVE = []
  include Aws::Structure
end

#node_idString

The ID of the node.

Returns:

  • (String)


2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 2914

class DomainNodesStatus < Struct.new(
  :node_id,
  :node_type,
  :availability_zone,
  :instance_type,
  :node_status,
  :storage_type,
  :storage_volume_type,
  :storage_size)
  SENSITIVE = []
  include Aws::Structure
end

#node_statusString

Indicates if the node is active or in standby.

Returns:

  • (String)


2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 2914

class DomainNodesStatus < Struct.new(
  :node_id,
  :node_type,
  :availability_zone,
  :instance_type,
  :node_status,
  :storage_type,
  :storage_volume_type,
  :storage_size)
  SENSITIVE = []
  include Aws::Structure
end

#node_typeString

Indicates whether the nodes is a data, master, or ultrawarm node.

Returns:

  • (String)


2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 2914

class DomainNodesStatus < Struct.new(
  :node_id,
  :node_type,
  :availability_zone,
  :instance_type,
  :node_status,
  :storage_type,
  :storage_volume_type,
  :storage_size)
  SENSITIVE = []
  include Aws::Structure
end

#storage_sizeString

The storage size of the node, in GiB.

Returns:

  • (String)


2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 2914

class DomainNodesStatus < Struct.new(
  :node_id,
  :node_type,
  :availability_zone,
  :instance_type,
  :node_status,
  :storage_type,
  :storage_volume_type,
  :storage_size)
  SENSITIVE = []
  include Aws::Structure
end

#storage_typeString

Indicates if the node has EBS or instance storage.

Returns:

  • (String)


2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 2914

class DomainNodesStatus < Struct.new(
  :node_id,
  :node_type,
  :availability_zone,
  :instance_type,
  :node_status,
  :storage_type,
  :storage_volume_type,
  :storage_size)
  SENSITIVE = []
  include Aws::Structure
end

#storage_volume_typeString

If the nodes has EBS storage, indicates if the volume type is GP2 or GP3. Only applicable for data nodes.

Returns:

  • (String)


2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 2914

class DomainNodesStatus < Struct.new(
  :node_id,
  :node_type,
  :availability_zone,
  :instance_type,
  :node_status,
  :storage_type,
  :storage_volume_type,
  :storage_size)
  SENSITIVE = []
  include Aws::Structure
end