Class: Google::Cloud::GkeMultiCloud::V1::AwsNodePool

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb

Overview

An Anthos node pool running on AWS.

Defined Under Namespace

Modules: State Classes: AnnotationsEntry

Instance Attribute Summary collapse

Instance Attribute Details

#annotations::Google::Protobuf::Map{::String => ::String}



466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb', line 466

class AwsNodePool
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class AnnotationsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The lifecycle state of the node pool.
  module State
    # Not set.
    STATE_UNSPECIFIED = 0

    # The PROVISIONING state indicates the node pool is being created.
    PROVISIONING = 1

    # The RUNNING state indicates the node pool has been created
    # and is fully usable.
    RUNNING = 2

    # The RECONCILING state indicates that the node pool is being reconciled.
    RECONCILING = 3

    # The STOPPING state indicates the node pool is being deleted.
    STOPPING = 4

    # The ERROR state indicates the node pool is in a broken unrecoverable
    # state.
    ERROR = 5

    # The DEGRADED state indicates the node pool requires user action to
    # restore full functionality.
    DEGRADED = 6
  end
end

#autoscaling::Google::Cloud::GkeMultiCloud::V1::AwsNodePoolAutoscaling



466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb', line 466

class AwsNodePool
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class AnnotationsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The lifecycle state of the node pool.
  module State
    # Not set.
    STATE_UNSPECIFIED = 0

    # The PROVISIONING state indicates the node pool is being created.
    PROVISIONING = 1

    # The RUNNING state indicates the node pool has been created
    # and is fully usable.
    RUNNING = 2

    # The RECONCILING state indicates that the node pool is being reconciled.
    RECONCILING = 3

    # The STOPPING state indicates the node pool is being deleted.
    STOPPING = 4

    # The ERROR state indicates the node pool is in a broken unrecoverable
    # state.
    ERROR = 5

    # The DEGRADED state indicates the node pool requires user action to
    # restore full functionality.
    DEGRADED = 6
  end
end

#config::Google::Cloud::GkeMultiCloud::V1::AwsNodeConfig



466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb', line 466

class AwsNodePool
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class AnnotationsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The lifecycle state of the node pool.
  module State
    # Not set.
    STATE_UNSPECIFIED = 0

    # The PROVISIONING state indicates the node pool is being created.
    PROVISIONING = 1

    # The RUNNING state indicates the node pool has been created
    # and is fully usable.
    RUNNING = 2

    # The RECONCILING state indicates that the node pool is being reconciled.
    RECONCILING = 3

    # The STOPPING state indicates the node pool is being deleted.
    STOPPING = 4

    # The ERROR state indicates the node pool is in a broken unrecoverable
    # state.
    ERROR = 5

    # The DEGRADED state indicates the node pool requires user action to
    # restore full functionality.
    DEGRADED = 6
  end
end

#create_time::Google::Protobuf::Timestamp (readonly)



466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb', line 466

class AwsNodePool
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class AnnotationsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The lifecycle state of the node pool.
  module State
    # Not set.
    STATE_UNSPECIFIED = 0

    # The PROVISIONING state indicates the node pool is being created.
    PROVISIONING = 1

    # The RUNNING state indicates the node pool has been created
    # and is fully usable.
    RUNNING = 2

    # The RECONCILING state indicates that the node pool is being reconciled.
    RECONCILING = 3

    # The STOPPING state indicates the node pool is being deleted.
    STOPPING = 4

    # The ERROR state indicates the node pool is in a broken unrecoverable
    # state.
    ERROR = 5

    # The DEGRADED state indicates the node pool requires user action to
    # restore full functionality.
    DEGRADED = 6
  end
end

#errors::Array<::Google::Cloud::GkeMultiCloud::V1::AwsNodePoolError> (readonly)



466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb', line 466

class AwsNodePool
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class AnnotationsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The lifecycle state of the node pool.
  module State
    # Not set.
    STATE_UNSPECIFIED = 0

    # The PROVISIONING state indicates the node pool is being created.
    PROVISIONING = 1

    # The RUNNING state indicates the node pool has been created
    # and is fully usable.
    RUNNING = 2

    # The RECONCILING state indicates that the node pool is being reconciled.
    RECONCILING = 3

    # The STOPPING state indicates the node pool is being deleted.
    STOPPING = 4

    # The ERROR state indicates the node pool is in a broken unrecoverable
    # state.
    ERROR = 5

    # The DEGRADED state indicates the node pool requires user action to
    # restore full functionality.
    DEGRADED = 6
  end
end

#etag::String



466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb', line 466

class AwsNodePool
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class AnnotationsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The lifecycle state of the node pool.
  module State
    # Not set.
    STATE_UNSPECIFIED = 0

    # The PROVISIONING state indicates the node pool is being created.
    PROVISIONING = 1

    # The RUNNING state indicates the node pool has been created
    # and is fully usable.
    RUNNING = 2

    # The RECONCILING state indicates that the node pool is being reconciled.
    RECONCILING = 3

    # The STOPPING state indicates the node pool is being deleted.
    STOPPING = 4

    # The ERROR state indicates the node pool is in a broken unrecoverable
    # state.
    ERROR = 5

    # The DEGRADED state indicates the node pool requires user action to
    # restore full functionality.
    DEGRADED = 6
  end
end

#kubelet_config::Google::Cloud::GkeMultiCloud::V1::NodeKubeletConfig



466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb', line 466

class AwsNodePool
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class AnnotationsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The lifecycle state of the node pool.
  module State
    # Not set.
    STATE_UNSPECIFIED = 0

    # The PROVISIONING state indicates the node pool is being created.
    PROVISIONING = 1

    # The RUNNING state indicates the node pool has been created
    # and is fully usable.
    RUNNING = 2

    # The RECONCILING state indicates that the node pool is being reconciled.
    RECONCILING = 3

    # The STOPPING state indicates the node pool is being deleted.
    STOPPING = 4

    # The ERROR state indicates the node pool is in a broken unrecoverable
    # state.
    ERROR = 5

    # The DEGRADED state indicates the node pool requires user action to
    # restore full functionality.
    DEGRADED = 6
  end
end

#management::Google::Cloud::GkeMultiCloud::V1::AwsNodeManagement



466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb', line 466

class AwsNodePool
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class AnnotationsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The lifecycle state of the node pool.
  module State
    # Not set.
    STATE_UNSPECIFIED = 0

    # The PROVISIONING state indicates the node pool is being created.
    PROVISIONING = 1

    # The RUNNING state indicates the node pool has been created
    # and is fully usable.
    RUNNING = 2

    # The RECONCILING state indicates that the node pool is being reconciled.
    RECONCILING = 3

    # The STOPPING state indicates the node pool is being deleted.
    STOPPING = 4

    # The ERROR state indicates the node pool is in a broken unrecoverable
    # state.
    ERROR = 5

    # The DEGRADED state indicates the node pool requires user action to
    # restore full functionality.
    DEGRADED = 6
  end
end

#max_pods_constraint::Google::Cloud::GkeMultiCloud::V1::MaxPodsConstraint



466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb', line 466

class AwsNodePool
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class AnnotationsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The lifecycle state of the node pool.
  module State
    # Not set.
    STATE_UNSPECIFIED = 0

    # The PROVISIONING state indicates the node pool is being created.
    PROVISIONING = 1

    # The RUNNING state indicates the node pool has been created
    # and is fully usable.
    RUNNING = 2

    # The RECONCILING state indicates that the node pool is being reconciled.
    RECONCILING = 3

    # The STOPPING state indicates the node pool is being deleted.
    STOPPING = 4

    # The ERROR state indicates the node pool is in a broken unrecoverable
    # state.
    ERROR = 5

    # The DEGRADED state indicates the node pool requires user action to
    # restore full functionality.
    DEGRADED = 6
  end
end

#name::String



466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb', line 466

class AwsNodePool
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class AnnotationsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The lifecycle state of the node pool.
  module State
    # Not set.
    STATE_UNSPECIFIED = 0

    # The PROVISIONING state indicates the node pool is being created.
    PROVISIONING = 1

    # The RUNNING state indicates the node pool has been created
    # and is fully usable.
    RUNNING = 2

    # The RECONCILING state indicates that the node pool is being reconciled.
    RECONCILING = 3

    # The STOPPING state indicates the node pool is being deleted.
    STOPPING = 4

    # The ERROR state indicates the node pool is in a broken unrecoverable
    # state.
    ERROR = 5

    # The DEGRADED state indicates the node pool requires user action to
    # restore full functionality.
    DEGRADED = 6
  end
end

#reconciling::Boolean (readonly)



466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb', line 466

class AwsNodePool
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class AnnotationsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The lifecycle state of the node pool.
  module State
    # Not set.
    STATE_UNSPECIFIED = 0

    # The PROVISIONING state indicates the node pool is being created.
    PROVISIONING = 1

    # The RUNNING state indicates the node pool has been created
    # and is fully usable.
    RUNNING = 2

    # The RECONCILING state indicates that the node pool is being reconciled.
    RECONCILING = 3

    # The STOPPING state indicates the node pool is being deleted.
    STOPPING = 4

    # The ERROR state indicates the node pool is in a broken unrecoverable
    # state.
    ERROR = 5

    # The DEGRADED state indicates the node pool requires user action to
    # restore full functionality.
    DEGRADED = 6
  end
end

#state::Google::Cloud::GkeMultiCloud::V1::AwsNodePool::State (readonly)



466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb', line 466

class AwsNodePool
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class AnnotationsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The lifecycle state of the node pool.
  module State
    # Not set.
    STATE_UNSPECIFIED = 0

    # The PROVISIONING state indicates the node pool is being created.
    PROVISIONING = 1

    # The RUNNING state indicates the node pool has been created
    # and is fully usable.
    RUNNING = 2

    # The RECONCILING state indicates that the node pool is being reconciled.
    RECONCILING = 3

    # The STOPPING state indicates the node pool is being deleted.
    STOPPING = 4

    # The ERROR state indicates the node pool is in a broken unrecoverable
    # state.
    ERROR = 5

    # The DEGRADED state indicates the node pool requires user action to
    # restore full functionality.
    DEGRADED = 6
  end
end

#subnet_id::String



466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb', line 466

class AwsNodePool
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class AnnotationsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The lifecycle state of the node pool.
  module State
    # Not set.
    STATE_UNSPECIFIED = 0

    # The PROVISIONING state indicates the node pool is being created.
    PROVISIONING = 1

    # The RUNNING state indicates the node pool has been created
    # and is fully usable.
    RUNNING = 2

    # The RECONCILING state indicates that the node pool is being reconciled.
    RECONCILING = 3

    # The STOPPING state indicates the node pool is being deleted.
    STOPPING = 4

    # The ERROR state indicates the node pool is in a broken unrecoverable
    # state.
    ERROR = 5

    # The DEGRADED state indicates the node pool requires user action to
    # restore full functionality.
    DEGRADED = 6
  end
end

#uid::String (readonly)



466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb', line 466

class AwsNodePool
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class AnnotationsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The lifecycle state of the node pool.
  module State
    # Not set.
    STATE_UNSPECIFIED = 0

    # The PROVISIONING state indicates the node pool is being created.
    PROVISIONING = 1

    # The RUNNING state indicates the node pool has been created
    # and is fully usable.
    RUNNING = 2

    # The RECONCILING state indicates that the node pool is being reconciled.
    RECONCILING = 3

    # The STOPPING state indicates the node pool is being deleted.
    STOPPING = 4

    # The ERROR state indicates the node pool is in a broken unrecoverable
    # state.
    ERROR = 5

    # The DEGRADED state indicates the node pool requires user action to
    # restore full functionality.
    DEGRADED = 6
  end
end

#update_settings::Google::Cloud::GkeMultiCloud::V1::UpdateSettings



466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb', line 466

class AwsNodePool
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class AnnotationsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The lifecycle state of the node pool.
  module State
    # Not set.
    STATE_UNSPECIFIED = 0

    # The PROVISIONING state indicates the node pool is being created.
    PROVISIONING = 1

    # The RUNNING state indicates the node pool has been created
    # and is fully usable.
    RUNNING = 2

    # The RECONCILING state indicates that the node pool is being reconciled.
    RECONCILING = 3

    # The STOPPING state indicates the node pool is being deleted.
    STOPPING = 4

    # The ERROR state indicates the node pool is in a broken unrecoverable
    # state.
    ERROR = 5

    # The DEGRADED state indicates the node pool requires user action to
    # restore full functionality.
    DEGRADED = 6
  end
end

#update_time::Google::Protobuf::Timestamp (readonly)



466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb', line 466

class AwsNodePool
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class AnnotationsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The lifecycle state of the node pool.
  module State
    # Not set.
    STATE_UNSPECIFIED = 0

    # The PROVISIONING state indicates the node pool is being created.
    PROVISIONING = 1

    # The RUNNING state indicates the node pool has been created
    # and is fully usable.
    RUNNING = 2

    # The RECONCILING state indicates that the node pool is being reconciled.
    RECONCILING = 3

    # The STOPPING state indicates the node pool is being deleted.
    STOPPING = 4

    # The ERROR state indicates the node pool is in a broken unrecoverable
    # state.
    ERROR = 5

    # The DEGRADED state indicates the node pool requires user action to
    # restore full functionality.
    DEGRADED = 6
  end
end

#version::String



466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb', line 466

class AwsNodePool
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class AnnotationsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The lifecycle state of the node pool.
  module State
    # Not set.
    STATE_UNSPECIFIED = 0

    # The PROVISIONING state indicates the node pool is being created.
    PROVISIONING = 1

    # The RUNNING state indicates the node pool has been created
    # and is fully usable.
    RUNNING = 2

    # The RECONCILING state indicates that the node pool is being reconciled.
    RECONCILING = 3

    # The STOPPING state indicates the node pool is being deleted.
    STOPPING = 4

    # The ERROR state indicates the node pool is in a broken unrecoverable
    # state.
    ERROR = 5

    # The DEGRADED state indicates the node pool requires user action to
    # restore full functionality.
    DEGRADED = 6
  end
end