Package-level declarations

Types

Link copied to clipboard
enum AgentPoolMode : Enum<AgentPoolMode> , ConvertibleToJava<AgentPoolMode>

AgentPoolMode represents mode of an agent pool

Link copied to clipboard
enum AgentPoolType : Enum<AgentPoolType> , ConvertibleToJava<AgentPoolType>

AgentPoolType represents types of an agent pool

Link copied to clipboard
enum ConnectionStatus : Enum<ConnectionStatus> , ConvertibleToJava<ConnectionStatus>

The private link service connection status.

Link copied to clipboard
enum Expander : Enum<Expander> , ConvertibleToJava<Expander>
Link copied to clipboard
enum ExtendedLocationTypes : Enum<ExtendedLocationTypes> , ConvertibleToJava<ExtendedLocationTypes>

The type of the extended location.

Link copied to clipboard
enum GPUInstanceProfile : Enum<GPUInstanceProfile> , ConvertibleToJava<GPUInstanceProfile>

GPUInstanceProfile to be used to specify GPU MIG instance profile for supported GPU VM SKU. Supported values are MIG1g, MIG2g, MIG3g, MIG4g and MIG7g.

Link copied to clipboard
enum KubeletDiskType : Enum<KubeletDiskType> , ConvertibleToJava<KubeletDiskType>

KubeletDiskType determines the placement of emptyDir volumes, container runtime data root, and Kubelet ephemeral storage. Currently allows one value, OS, resulting in Kubelet using the OS disk for data.

Link copied to clipboard
enum LicenseType : Enum<LicenseType> , ConvertibleToJava<LicenseType>

The licenseType to use for Windows VMs. Windows_Server is used to enable Azure Hybrid User Benefits for Windows VMs.

Link copied to clipboard
enum LoadBalancerSku : Enum<LoadBalancerSku> , ConvertibleToJava<LoadBalancerSku>

The load balancer sku for the managed cluster.

Link copied to clipboard
enum ManagedClusterSKUName : Enum<ManagedClusterSKUName> , ConvertibleToJava<ManagedClusterSKUName>

Name of a managed cluster SKU.

Link copied to clipboard
enum ManagedClusterSKUTier : Enum<ManagedClusterSKUTier> , ConvertibleToJava<ManagedClusterSKUTier>

Tier of a managed cluster SKU.

Link copied to clipboard
enum NetworkMode : Enum<NetworkMode> , ConvertibleToJava<NetworkMode>

Network mode used for building Kubernetes network.

Link copied to clipboard
enum NetworkPlugin : Enum<NetworkPlugin> , ConvertibleToJava<NetworkPlugin>

Network plugin used for building Kubernetes network.

Link copied to clipboard
enum NetworkPolicy : Enum<NetworkPolicy> , ConvertibleToJava<NetworkPolicy>

Network policy used for building Kubernetes network.

Link copied to clipboard
enum OpenShiftAgentPoolProfileRole : Enum<OpenShiftAgentPoolProfileRole> , ConvertibleToJava<OpenShiftAgentPoolProfileRole>

Define the role of the AgentPoolProfile.

Link copied to clipboard
enum OpenShiftContainerServiceVMSize : Enum<OpenShiftContainerServiceVMSize> , ConvertibleToJava<OpenShiftContainerServiceVMSize>

Size of agent VMs.

Link copied to clipboard
enum OSDiskType : Enum<OSDiskType> , ConvertibleToJava<OSDiskType>

OS disk type to be used for machines in a given agent pool. Allowed values are 'Ephemeral' and 'Managed'. If unspecified, defaults to 'Ephemeral' when the VM supports ephemeral OS and has a cache disk larger than the requested OSDiskSizeGB. Otherwise, defaults to 'Managed'. May not be changed after creation.

Link copied to clipboard
enum OSSKU : Enum<OSSKU> , ConvertibleToJava<OSSKU>

OsSKU to be used to specify os sku. Choose from Ubuntu(default) and CBLMariner for Linux OSType. Not applicable to Windows OSType.

Link copied to clipboard
enum OSType : Enum<OSType> , ConvertibleToJava<OSType>

OsType to be used to specify os type. Choose from Linux and Windows. Default to Linux.

Link copied to clipboard
enum OutboundType : Enum<OutboundType> , ConvertibleToJava<OutboundType>

The outbound (egress) routing method.

Link copied to clipboard
enum ResourceIdentityType : Enum<ResourceIdentityType> , ConvertibleToJava<ResourceIdentityType>

The type of identity used for the managed cluster. Type 'SystemAssigned' will use an implicitly created identity in master components and an auto-created user assigned identity in MC_ resource group in agent nodes. Type 'None' will not use MSI for the managed cluster, service principal will be used instead.

Link copied to clipboard
enum ScaleSetEvictionPolicy : Enum<ScaleSetEvictionPolicy> , ConvertibleToJava<ScaleSetEvictionPolicy>

ScaleSetEvictionPolicy to be used to specify eviction policy for Spot virtual machine scale set. Default to Delete.

Link copied to clipboard
enum ScaleSetPriority : Enum<ScaleSetPriority> , ConvertibleToJava<ScaleSetPriority>

ScaleSetPriority to be used to specify virtual machine scale set priority. Default to regular.

Link copied to clipboard
enum SnapshotType : Enum<SnapshotType> , ConvertibleToJava<SnapshotType>

The type of a snapshot. The default is NodePool.

Link copied to clipboard
enum UpgradeChannel : Enum<UpgradeChannel> , ConvertibleToJava<UpgradeChannel>

upgrade channel for auto upgrade.

Link copied to clipboard
enum WeekDay : Enum<WeekDay> , ConvertibleToJava<WeekDay>

A day in a week.