Class AzureNodePoolConfig


  • public final class AzureNodePoolConfig
    extends java.lang.Object
    • Method Detail

      • imageType

        public java.util.Optional<java.lang.String> imageType()
        Returns:
        (Beta only) The OS image type to use on node pool instances.
      • rootVolume

        public java.util.Optional<AzureNodePoolConfigRootVolume> rootVolume()
        Returns:
        Optional. Configuration related to the root volume provisioned for each node pool machine. When unspecified, it defaults to a 32-GiB Azure Disk.
      • tags

        public java.util.Map<java.lang.String,​java.lang.String> tags()
        Returns:
        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.
      • vmSize

        public java.util.Optional<java.lang.String> vmSize()
        Returns:
        Optional. The Azure VM size name. Example: `Standard_DS2_v2`. See (/anthos/clusters/docs/azure/reference/supported-vms) for options. When unspecified, it defaults to `Standard_DS2_v2`.