public class ManagedClusterAgentPoolProfile extends Object
| Constructor and Description |
|---|
ManagedClusterAgentPoolProfile() |
public String name()
public ManagedClusterAgentPoolProfile withName(String name)
name - the name value to setpublic Integer count()
public ManagedClusterAgentPoolProfile withCount(Integer count)
count - the count value to setpublic ContainerServiceVMSizeTypes vmSize()
public ManagedClusterAgentPoolProfile withVmSize(ContainerServiceVMSizeTypes vmSize)
vmSize - the vmSize value to setpublic Integer osDiskSizeGB()
public ManagedClusterAgentPoolProfile withOsDiskSizeGB(Integer osDiskSizeGB)
osDiskSizeGB - the osDiskSizeGB value to setpublic ContainerServiceStorageProfileTypes storageProfile()
public String vnetSubnetID()
public ManagedClusterAgentPoolProfile withVnetSubnetID(String vnetSubnetID)
vnetSubnetID - the vnetSubnetID value to setpublic Integer maxPods()
public ManagedClusterAgentPoolProfile withMaxPods(Integer maxPods)
maxPods - the maxPods value to setpublic OSType osType()
public ManagedClusterAgentPoolProfile withOsType(OSType osType)
osType - the osType value to setCopyright © 2019. All rights reserved.