Reference documentation and code samples for the Google Anthos Multi Cloud V1 Client class AzureNodeConfig.
Parameters that describe the configuration of all node machines on a given node pool.
Generated from protobuf message google.cloud.gkemulticloud.v1.AzureNodeConfig
Namespace
Google \ Cloud \ GkeMultiCloud \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ vm_size
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
.
↳ root_volume
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.
↳ tags
array| Google\Protobuf\Internal\MapField
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.
↳ image_type
string
Optional. The OS image type to use on node pool instances. Can be unspecified, or have a value of ubuntu
. When unspecified, it defaults to ubuntu
.
↳ ssh_config
Google\Cloud\GkeMultiCloud\V1\AzureSshConfig
Required. SSH configuration for how to access the node pool machines.
↳ proxy_config
Google\Cloud\GkeMultiCloud\V1\AzureProxyConfig
Optional. Proxy configuration for outbound HTTP(S) traffic.
↳ config_encryption
Google\Cloud\GkeMultiCloud\V1\AzureConfigEncryption
Optional. Configuration related to vm config encryption.
↳ taints
array< Google\Cloud\GkeMultiCloud\V1\NodeTaint
>
Optional. The initial taints assigned to nodes of this node pool.
↳ labels
array| Google\Protobuf\Internal\MapField
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" }.
getVmSize
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
setVmSize
Optional. The Azure VM size name. Example: Standard_DS2_v2
.
See Supported VM
sizes
for options.
When unspecified, it defaults to Standard_DS2_v2
.
var
string
$this
getRootVolume
Optional. Configuration related to the root volume provisioned for each node pool machine.
When unspecified, it defaults to a 32-GiB Azure Disk.
hasRootVolume
clearRootVolume
setRootVolume
Optional. Configuration related to the root volume provisioned for each node pool machine.
When unspecified, it defaults to a 32-GiB Azure Disk.
$this
getTags
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.
setTags
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.
$this
getImageType
Optional. The OS image type to use on node pool instances.
Can be unspecified, or have a value of ubuntu
.
When unspecified, it defaults to ubuntu
.
string
setImageType
Optional. The OS image type to use on node pool instances.
Can be unspecified, or have a value of ubuntu
.
When unspecified, it defaults to ubuntu
.
var
string
$this
getSshConfig
Required. SSH configuration for how to access the node pool machines.
hasSshConfig
clearSshConfig
setSshConfig
Required. SSH configuration for how to access the node pool machines.
$this
getProxyConfig
Optional. Proxy configuration for outbound HTTP(S) traffic.
hasProxyConfig
clearProxyConfig
setProxyConfig
Optional. Proxy configuration for outbound HTTP(S) traffic.
$this
getConfigEncryption
Optional. Configuration related to vm config encryption.
hasConfigEncryption
clearConfigEncryption
setConfigEncryption
Optional. Configuration related to vm config encryption.
$this
getTaints
Optional. The initial taints assigned to nodes of this node pool.
setTaints
Optional. The initial taints assigned to nodes of this node pool.
$this
getLabels
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" }.
setLabels
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" }.
$this