Package-level declarations

Types

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

Indicates whether the Arc agents on the provisioned clusters be upgraded automatically to the latest version. Defaults to Enabled.

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

LicenseType - The licenseType to use for Windows VMs. Windows_Server is used to enable Azure Hybrid User Benefits for Windows VMs. Possible values include: 'None', 'Windows_Server'

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

LoadBalancerSku - The load balancer sku for the provisioned cluster. Possible values: 'unstacked-haproxy', 'stacked-kube-vip', 'stacked-metallb', 'unmanaged'. The default is 'unmanaged'.

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

Mode - AgentPoolMode represents mode of an agent pool. Possible values include: 'System', 'LB', 'User'. Default is 'User'

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

NetworkPolicy - Network policy used for building Kubernetes network. Possible values include: 'calico', 'flannel'. Default is 'calico'

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

OsType - OsType to be used to specify os type. Choose from Linux and Windows. Default to Linux. Possible values include: 'Linux', 'Windows'

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

The type of identity used for the provisioned cluster. The type SystemAssigned, includes a system created identity. The type None means no identity is assigned to the provisioned cluster.