Reference documentation and code samples for the Anthos Multi-Cloud V1 API class Google::Cloud::GkeMultiCloud::V1::AzureNodePool.
An Anthos node pool running on Azure.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#annotations
def annotations() -> ::Google::Protobuf::Map{::String => ::String}
-
(::Google::Protobuf::Map{::String => ::String}) — Optional. Annotations on the node pool.
This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Keys can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
#annotations=
def annotations=(value) -> ::Google::Protobuf::Map{::String => ::String}
-
value (::Google::Protobuf::Map{::String => ::String}) — Optional. Annotations on the node pool.
This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Keys can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
-
(::Google::Protobuf::Map{::String => ::String}) — Optional. Annotations on the node pool.
This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Keys can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
#autoscaling
def autoscaling() -> ::Google::Cloud::GkeMultiCloud::V1::AzureNodePoolAutoscaling
- (::Google::Cloud::GkeMultiCloud::V1::AzureNodePoolAutoscaling) — Required. Autoscaler configuration for this node pool.
#autoscaling=
def autoscaling=(value) -> ::Google::Cloud::GkeMultiCloud::V1::AzureNodePoolAutoscaling
- value (::Google::Cloud::GkeMultiCloud::V1::AzureNodePoolAutoscaling) — Required. Autoscaler configuration for this node pool.
- (::Google::Cloud::GkeMultiCloud::V1::AzureNodePoolAutoscaling) — Required. Autoscaler configuration for this node pool.
#azure_availability_zone
def azure_availability_zone() -> ::String
-
(::String) — Optional. The Azure availability zone of the nodes in this nodepool.
When unspecified, it defaults to
1
.
#azure_availability_zone=
def azure_availability_zone=(value) -> ::String
-
value (::String) — Optional. The Azure availability zone of the nodes in this nodepool.
When unspecified, it defaults to
1
.
-
(::String) — Optional. The Azure availability zone of the nodes in this nodepool.
When unspecified, it defaults to
1
.
#config
def config() -> ::Google::Cloud::GkeMultiCloud::V1::AzureNodeConfig
- (::Google::Cloud::GkeMultiCloud::V1::AzureNodeConfig) — Required. The node configuration of the node pool.
#config=
def config=(value) -> ::Google::Cloud::GkeMultiCloud::V1::AzureNodeConfig
- value (::Google::Cloud::GkeMultiCloud::V1::AzureNodeConfig) — Required. The node configuration of the node pool.
- (::Google::Cloud::GkeMultiCloud::V1::AzureNodeConfig) — Required. The node configuration of the node pool.
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
- (::Google::Protobuf::Timestamp) — Output only. The time at which this node pool was created.
#errors
def errors() -> ::Array<::Google::Cloud::GkeMultiCloud::V1::AzureNodePoolError>
- (::Array<::Google::Cloud::GkeMultiCloud::V1::AzureNodePoolError>) — Output only. A set of errors found in the node pool.
#etag
def etag() -> ::String
-
(::String) — Allows clients to perform consistent read-modify-writes
through optimistic concurrency control.
Can be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
#etag=
def etag=(value) -> ::String
-
value (::String) — Allows clients to perform consistent read-modify-writes
through optimistic concurrency control.
Can be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
-
(::String) — Allows clients to perform consistent read-modify-writes
through optimistic concurrency control.
Can be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
#management
def management() -> ::Google::Cloud::GkeMultiCloud::V1::AzureNodeManagement
- (::Google::Cloud::GkeMultiCloud::V1::AzureNodeManagement) — Optional. The Management configuration for this node pool.
#management=
def management=(value) -> ::Google::Cloud::GkeMultiCloud::V1::AzureNodeManagement
- value (::Google::Cloud::GkeMultiCloud::V1::AzureNodeManagement) — Optional. The Management configuration for this node pool.
- (::Google::Cloud::GkeMultiCloud::V1::AzureNodeManagement) — Optional. The Management configuration for this node pool.
#max_pods_constraint
def max_pods_constraint() -> ::Google::Cloud::GkeMultiCloud::V1::MaxPodsConstraint
- (::Google::Cloud::GkeMultiCloud::V1::MaxPodsConstraint) — Required. The constraint on the maximum number of pods that can be run simultaneously on a node in the node pool.
#max_pods_constraint=
def max_pods_constraint=(value) -> ::Google::Cloud::GkeMultiCloud::V1::MaxPodsConstraint
- value (::Google::Cloud::GkeMultiCloud::V1::MaxPodsConstraint) — Required. The constraint on the maximum number of pods that can be run simultaneously on a node in the node pool.
- (::Google::Cloud::GkeMultiCloud::V1::MaxPodsConstraint) — Required. The constraint on the maximum number of pods that can be run simultaneously on a node in the node pool.
#name
def name() -> ::String
-
(::String) — The name of this resource.
Node pool names are formatted as
projects/<project-number>/locations/<region>/azureClusters/<cluster-id>/azureNodePools/<node-pool-id>
.For more details on Google Cloud resource names, see Resource Names
#name=
def name=(value) -> ::String
-
value (::String) — The name of this resource.
Node pool names are formatted as
projects/<project-number>/locations/<region>/azureClusters/<cluster-id>/azureNodePools/<node-pool-id>
.For more details on Google Cloud resource names, see Resource Names
-
(::String) — The name of this resource.
Node pool names are formatted as
projects/<project-number>/locations/<region>/azureClusters/<cluster-id>/azureNodePools/<node-pool-id>
.For more details on Google Cloud resource names, see Resource Names
#reconciling
def reconciling() -> ::Boolean
- (::Boolean) — Output only. If set, there are currently pending changes to the node pool.
#state
def state() -> ::Google::Cloud::GkeMultiCloud::V1::AzureNodePool::State
- (::Google::Cloud::GkeMultiCloud::V1::AzureNodePool::State) — Output only. The current state of the node pool.
#subnet_id
def subnet_id() -> ::String
- (::String) — Required. The ARM ID of the subnet where the node pool VMs run. Make sure it's a subnet under the virtual network in the cluster configuration.
#subnet_id=
def subnet_id=(value) -> ::String
- value (::String) — Required. The ARM ID of the subnet where the node pool VMs run. Make sure it's a subnet under the virtual network in the cluster configuration.
- (::String) — Required. The ARM ID of the subnet where the node pool VMs run. Make sure it's a subnet under the virtual network in the cluster configuration.
#uid
def uid() -> ::String
- (::String) — Output only. A globally unique identifier for the node pool.
#update_time
def update_time() -> ::Google::Protobuf::Timestamp
- (::Google::Protobuf::Timestamp) — Output only. The time at which this node pool was last updated.
#version
def version() -> ::String
-
(::String) — Required. The Kubernetes version (e.g.
1.19.10-gke.1000
) running on this node pool.
#version=
def version=(value) -> ::String
-
value (::String) — Required. The Kubernetes version (e.g.
1.19.10-gke.1000
) running on this node pool.
-
(::String) — Required. The Kubernetes version (e.g.
1.19.10-gke.1000
) running on this node pool.