public final class ContainerServiceMasterProfile extends Object
| Constructor and Description |
|---|
ContainerServiceMasterProfile() |
| Modifier and Type | Method and Description |
|---|---|
Count |
count()
Get the count property: Number of masters (VMs) in the container service cluster.
|
String |
dnsPrefix()
Get the dnsPrefix property: DNS prefix to be used to create the FQDN for the master pool.
|
String |
firstConsecutiveStaticIp()
Get the firstConsecutiveStaticIp property: FirstConsecutiveStaticIP used to specify the first static ip of
masters.
|
String |
fqdn()
Get the fqdn property: FQDN for the master pool.
|
Integer |
osDiskSizeGB()
Get the osDiskSizeGB property: OS Disk Size in GB to be used to specify the disk size for every machine in this
master/agent pool.
|
ContainerServiceStorageProfileTypes |
storageProfile()
Get the storageProfile property: Storage profile specifies what kind of storage used.
|
void |
validate()
Validates the instance.
|
ContainerServiceVMSizeTypes |
vmSize()
Get the vmSize property: Size of agent VMs.
|
String |
vnetSubnetId()
Get the vnetSubnetId property: VNet SubnetID specifies the VNet's subnet identifier.
|
ContainerServiceMasterProfile |
withCount(Count count)
Set the count property: Number of masters (VMs) in the container service cluster.
|
ContainerServiceMasterProfile |
withDnsPrefix(String dnsPrefix)
Set the dnsPrefix property: DNS prefix to be used to create the FQDN for the master pool.
|
ContainerServiceMasterProfile |
withFirstConsecutiveStaticIp(String firstConsecutiveStaticIp)
Set the firstConsecutiveStaticIp property: FirstConsecutiveStaticIP used to specify the first static ip of
masters.
|
ContainerServiceMasterProfile |
withOsDiskSizeGB(Integer osDiskSizeGB)
Set the osDiskSizeGB property: OS Disk Size in GB to be used to specify the disk size for every machine in this
master/agent pool.
|
ContainerServiceMasterProfile |
withStorageProfile(ContainerServiceStorageProfileTypes storageProfile)
Set the storageProfile property: Storage profile specifies what kind of storage used.
|
ContainerServiceMasterProfile |
withVmSize(ContainerServiceVMSizeTypes vmSize)
Set the vmSize property: Size of agent VMs.
|
ContainerServiceMasterProfile |
withVnetSubnetId(String vnetSubnetId)
Set the vnetSubnetId property: VNet SubnetID specifies the VNet's subnet identifier.
|
public Count count()
public ContainerServiceMasterProfile withCount(Count count)
count - the count value to set.public String dnsPrefix()
public ContainerServiceMasterProfile withDnsPrefix(String dnsPrefix)
dnsPrefix - the dnsPrefix value to set.public ContainerServiceVMSizeTypes vmSize()
public ContainerServiceMasterProfile withVmSize(ContainerServiceVMSizeTypes vmSize)
vmSize - the vmSize value to set.public Integer osDiskSizeGB()
public ContainerServiceMasterProfile withOsDiskSizeGB(Integer osDiskSizeGB)
osDiskSizeGB - the osDiskSizeGB value to set.public String vnetSubnetId()
public ContainerServiceMasterProfile withVnetSubnetId(String vnetSubnetId)
vnetSubnetId - the vnetSubnetId value to set.public String firstConsecutiveStaticIp()
public ContainerServiceMasterProfile withFirstConsecutiveStaticIp(String firstConsecutiveStaticIp)
firstConsecutiveStaticIp - the firstConsecutiveStaticIp value to set.public ContainerServiceStorageProfileTypes storageProfile()
public ContainerServiceMasterProfile withStorageProfile(ContainerServiceStorageProfileTypes storageProfile)
storageProfile - the storageProfile value to set.public String fqdn()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.