DnsSpec
DnsSpec
Spec contains parameters of Domain Name System
JSON Example
{
"subdomain": "vcf.broadcom.com",
"nameservers": [
"[172.0.0.4, 172.0.0.5]"
]
}
string
As ^(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\-]*[a-zA-Z0-9])\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9\-]*[A-Za-z0-9])$
subdomain
Required
Tenant Sub domain. Includes the full domain suffix
array of
string
nameservers
Optional
Nameservers to be configured for vCenter/ESXi's/NSX. The first is the primary nameserver. Maximum allowed is two entries