Class: Aws::Finspace::Types::KxNode

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

Overview

A structure that stores metadata for a kdb node.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zone_idString

The identifier of the availability zones where subnets for the environment are created.

Returns:

  • (String)


3750
3751
3752
3753
3754
3755
3756
3757
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 3750

class KxNode < Struct.new(
  :node_id,
  :availability_zone_id,
  :launch_time,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#launch_timeTime

The time when a particular node is started. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

Returns:

  • (Time)


3750
3751
3752
3753
3754
3755
3756
3757
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 3750

class KxNode < Struct.new(
  :node_id,
  :availability_zone_id,
  :launch_time,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#node_idString

A unique identifier for the node.

Returns:

  • (String)


3750
3751
3752
3753
3754
3755
3756
3757
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 3750

class KxNode < Struct.new(
  :node_id,
  :availability_zone_id,
  :launch_time,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Specifies the status of the cluster nodes.

  • RUNNING – The node is actively serving.

  • PROVISIONING – The node is being prepared.

Returns:

  • (String)


3750
3751
3752
3753
3754
3755
3756
3757
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 3750

class KxNode < Struct.new(
  :node_id,
  :availability_zone_id,
  :launch_time,
  :status)
  SENSITIVE = []
  include Aws::Structure
end