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 master.
|
String |
fqdn()
Get fQDN for the master.
|
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 master.
|
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 String fqdn()
Copyright © 2019. All rights reserved.