public class ContainerServiceMasterProfile extends Object
| Constructor and Description |
|---|
ContainerServiceMasterProfile() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
count()
Get number of masters (VMs) in the container service cluster.
|
String |
dnsPrefix()
Get dNS prefix to be used to create the FQDN for the master pool.
|
String |
firstConsecutiveStaticIP()
Get firstConsecutiveStaticIP used to specify the first static ip of masters.
|
String |
fqdn()
Get fQDN for the master pool.
|
Integer |
osDiskSizeGB()
Get oS Disk Size in GB to be used to specify the disk size for every machine in this master/agent pool.
|
ContainerServiceStorageProfileTypes |
storageProfile()
Get storage profile specifies what kind of storage used.
|
ContainerServiceVMSizeTypes |
vmSize()
Get size of agent VMs.
|
String |
vnetSubnetID()
Get vNet SubnetID specifies the VNet's subnet identifier.
|
ContainerServiceMasterProfile |
withCount(Integer count)
Set number of masters (VMs) in the container service cluster.
|
ContainerServiceMasterProfile |
withDnsPrefix(String dnsPrefix)
Set dNS prefix to be used to create the FQDN for the master pool.
|
ContainerServiceMasterProfile |
withFirstConsecutiveStaticIP(String firstConsecutiveStaticIP)
Set firstConsecutiveStaticIP used to specify the first static ip of masters.
|
ContainerServiceMasterProfile |
withOsDiskSizeGB(Integer osDiskSizeGB)
Set 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 storage profile specifies what kind of storage used.
|
ContainerServiceMasterProfile |
withVmSize(ContainerServiceVMSizeTypes vmSize)
Set size of agent VMs.
|
ContainerServiceMasterProfile |
withVnetSubnetID(String vnetSubnetID)
Set vNet SubnetID specifies the VNet's subnet identifier.
|
public Integer count()
public ContainerServiceMasterProfile withCount(Integer count)
count - the count value to setpublic String dnsPrefix()
public ContainerServiceMasterProfile withDnsPrefix(String dnsPrefix)
dnsPrefix - the dnsPrefix value to setpublic ContainerServiceVMSizeTypes vmSize()
public ContainerServiceMasterProfile withVmSize(ContainerServiceVMSizeTypes vmSize)
vmSize - the vmSize value to setpublic Integer osDiskSizeGB()
public ContainerServiceMasterProfile withOsDiskSizeGB(Integer osDiskSizeGB)
osDiskSizeGB - the osDiskSizeGB value to setpublic String vnetSubnetID()
public ContainerServiceMasterProfile withVnetSubnetID(String vnetSubnetID)
vnetSubnetID - the vnetSubnetID value to setpublic String firstConsecutiveStaticIP()
public ContainerServiceMasterProfile withFirstConsecutiveStaticIP(String firstConsecutiveStaticIP)
firstConsecutiveStaticIP - the firstConsecutiveStaticIP value to setpublic ContainerServiceStorageProfileTypes storageProfile()
public ContainerServiceMasterProfile withStorageProfile(ContainerServiceStorageProfileTypes storageProfile)
storageProfile - the storageProfile value to setpublic String fqdn()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/