Reference documentation and code samples for the Anthos Multi-Cloud V1 API class Google::Cloud::GkeMultiCloud::V1::AzureNodeConfig.
Parameters that describe the configuration of all node machines on a given node pool.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#config_encryption
def config_encryption() -> ::Google::Cloud::GkeMultiCloud::V1::AzureConfigEncryption
- (::Google::Cloud::GkeMultiCloud::V1::AzureConfigEncryption) — Optional. Configuration related to vm config encryption.
#config_encryption=
def config_encryption=(value) -> ::Google::Cloud::GkeMultiCloud::V1::AzureConfigEncryption
- value (::Google::Cloud::GkeMultiCloud::V1::AzureConfigEncryption) — Optional. Configuration related to vm config encryption.
- (::Google::Cloud::GkeMultiCloud::V1::AzureConfigEncryption) — Optional. Configuration related to vm config encryption.
#image_type
def image_type() -> ::String
-
(::String) — Optional. The OS image type to use on node pool instances.
Can have a value of
ubuntu
, orwindows
if the cluster enables the Windows node pool preview feature.When unspecified, it defaults to
ubuntu
.
#image_type=
def image_type=(value) -> ::String
-
value (::String) — Optional. The OS image type to use on node pool instances.
Can have a value of
ubuntu
, orwindows
if the cluster enables the Windows node pool preview feature.When unspecified, it defaults to
ubuntu
.
-
(::String) — Optional. The OS image type to use on node pool instances.
Can have a value of
ubuntu
, orwindows
if the cluster enables the Windows node pool preview feature.When unspecified, it defaults to
ubuntu
.
#labels
def labels() -> ::Google::Protobuf::Map{::String => ::String}
- (::Google::Protobuf::Map{::String => ::String}) — Optional. The initial labels assigned to nodes of this node pool. An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
#labels=
def labels=(value) -> ::Google::Protobuf::Map{::String => ::String}
- value (::Google::Protobuf::Map{::String => ::String}) — Optional. The initial labels assigned to nodes of this node pool. An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
- (::Google::Protobuf::Map{::String => ::String}) — Optional. The initial labels assigned to nodes of this node pool. An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
#proxy_config
def proxy_config() -> ::Google::Cloud::GkeMultiCloud::V1::AzureProxyConfig
- (::Google::Cloud::GkeMultiCloud::V1::AzureProxyConfig) — Optional. Proxy configuration for outbound HTTP(S) traffic.
#proxy_config=
def proxy_config=(value) -> ::Google::Cloud::GkeMultiCloud::V1::AzureProxyConfig
- value (::Google::Cloud::GkeMultiCloud::V1::AzureProxyConfig) — Optional. Proxy configuration for outbound HTTP(S) traffic.
- (::Google::Cloud::GkeMultiCloud::V1::AzureProxyConfig) — Optional. Proxy configuration for outbound HTTP(S) traffic.
#root_volume
def root_volume() -> ::Google::Cloud::GkeMultiCloud::V1::AzureDiskTemplate
-
(::Google::Cloud::GkeMultiCloud::V1::AzureDiskTemplate) — Optional. Configuration related to the root volume provisioned for each
node pool machine.
When unspecified, it defaults to a 32-GiB Azure Disk.
#root_volume=
def root_volume=(value) -> ::Google::Cloud::GkeMultiCloud::V1::AzureDiskTemplate
-
value (::Google::Cloud::GkeMultiCloud::V1::AzureDiskTemplate) — Optional. Configuration related to the root volume provisioned for each
node pool machine.
When unspecified, it defaults to a 32-GiB Azure Disk.
-
(::Google::Cloud::GkeMultiCloud::V1::AzureDiskTemplate) — Optional. Configuration related to the root volume provisioned for each
node pool machine.
When unspecified, it defaults to a 32-GiB Azure Disk.
#ssh_config
def ssh_config() -> ::Google::Cloud::GkeMultiCloud::V1::AzureSshConfig
- (::Google::Cloud::GkeMultiCloud::V1::AzureSshConfig) — Required. SSH configuration for how to access the node pool machines.
#ssh_config=
def ssh_config=(value) -> ::Google::Cloud::GkeMultiCloud::V1::AzureSshConfig
- value (::Google::Cloud::GkeMultiCloud::V1::AzureSshConfig) — Required. SSH configuration for how to access the node pool machines.
- (::Google::Cloud::GkeMultiCloud::V1::AzureSshConfig) — Required. SSH configuration for how to access the node pool machines.
#tags
def tags() -> ::Google::Protobuf::Map{::String => ::String}
-
(::Google::Protobuf::Map{::String => ::String}) — Optional. A set of tags to apply to all underlying Azure resources for this
node pool. This currently only includes Virtual Machine Scale Sets.
Specify at most 50 pairs containing alphanumerics, spaces, and symbols (.+-=_:@/). Keys can be up to 127 Unicode characters. Values can be up to 255 Unicode characters.
#tags=
def tags=(value) -> ::Google::Protobuf::Map{::String => ::String}
-
value (::Google::Protobuf::Map{::String => ::String}) — Optional. A set of tags to apply to all underlying Azure resources for this
node pool. This currently only includes Virtual Machine Scale Sets.
Specify at most 50 pairs containing alphanumerics, spaces, and symbols (.+-=_:@/). Keys can be up to 127 Unicode characters. Values can be up to 255 Unicode characters.
-
(::Google::Protobuf::Map{::String => ::String}) — Optional. A set of tags to apply to all underlying Azure resources for this
node pool. This currently only includes Virtual Machine Scale Sets.
Specify at most 50 pairs containing alphanumerics, spaces, and symbols (.+-=_:@/). Keys can be up to 127 Unicode characters. Values can be up to 255 Unicode characters.
#taints
def taints() -> ::Array<::Google::Cloud::GkeMultiCloud::V1::NodeTaint>
- (::Array<::Google::Cloud::GkeMultiCloud::V1::NodeTaint>) — Optional. The initial taints assigned to nodes of this node pool.
#taints=
def taints=(value) -> ::Array<::Google::Cloud::GkeMultiCloud::V1::NodeTaint>
- value (::Array<::Google::Cloud::GkeMultiCloud::V1::NodeTaint>) — Optional. The initial taints assigned to nodes of this node pool.
- (::Array<::Google::Cloud::GkeMultiCloud::V1::NodeTaint>) — Optional. The initial taints assigned to nodes of this node pool.
#vm_size
def vm_size() -> ::String
-
(::String) — Optional. The Azure VM size name. Example:
Standard_DS2_v2
.See Supported VM sizes for options.
When unspecified, it defaults to
Standard_DS2_v2
.
#vm_size=
def vm_size=(value) -> ::String
-
value (::String) — Optional. The Azure VM size name. Example:
Standard_DS2_v2
.See Supported VM sizes for options.
When unspecified, it defaults to
Standard_DS2_v2
.
-
(::String) — Optional. The Azure VM size name. Example:
Standard_DS2_v2
.See Supported VM sizes for options.
When unspecified, it defaults to
Standard_DS2_v2
.