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)


3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3514

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)


3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3514

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)


3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3514

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)


3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3514

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)


3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3514

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)


3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3514

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)


3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3514

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)


3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3514

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