public static final class DescribeDnsGtmInstanceResponseBody.Config.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeDnsGtmInstanceResponseBody.Config.Builder |
alertConfig(DescribeDnsGtmInstanceResponseBody.ConfigAlertConfig alertConfig)
The alert notification method.
|
DescribeDnsGtmInstanceResponseBody.Config.Builder |
alertGroup(String alertGroup)
The name of the alert group.
|
DescribeDnsGtmInstanceResponseBody.Config |
build() |
DescribeDnsGtmInstanceResponseBody.Config.Builder |
cnameType(String cnameType)
The type of the CNAME domain name that is used to access the instance.
|
DescribeDnsGtmInstanceResponseBody.Config.Builder |
instanceName(String instanceName)
The name of the instance.
|
DescribeDnsGtmInstanceResponseBody.Config.Builder |
pubicZoneName(String pubicZoneName)
The domain name that is used to access the instance over the Internet.
|
DescribeDnsGtmInstanceResponseBody.Config.Builder |
publicCnameMode(String publicCnameMode)
Indicates whether a custom CNAME domain name or a CNAME domain name assigned by the system is used to access the instance over the Internet.
|
DescribeDnsGtmInstanceResponseBody.Config.Builder |
publicRr(String publicRr)
The hostname corresponding to the CNAME domain name that is used to access the instance over the Internet.
|
DescribeDnsGtmInstanceResponseBody.Config.Builder |
publicUserDomainName(String publicUserDomainName)
The service domain name that is used over the Internet.
|
DescribeDnsGtmInstanceResponseBody.Config.Builder |
strategyMode(String strategyMode)
The type of the access policy.
|
DescribeDnsGtmInstanceResponseBody.Config.Builder |
ttl(Integer ttl)
The global time to live (TTL).
|
public DescribeDnsGtmInstanceResponseBody.Config.Builder alertConfig(DescribeDnsGtmInstanceResponseBody.ConfigAlertConfig alertConfig)
The alert notification method.
public DescribeDnsGtmInstanceResponseBody.Config.Builder alertGroup(String alertGroup)
The name of the alert group.
example:alertgroup1
public DescribeDnsGtmInstanceResponseBody.Config.Builder cnameType(String cnameType)
The type of the CNAME domain name that is used to access the instance. Valid value:
public
public DescribeDnsGtmInstanceResponseBody.Config.Builder instanceName(String instanceName)
The name of the instance.
example:instancetest1
public DescribeDnsGtmInstanceResponseBody.Config.Builder pubicZoneName(String pubicZoneName)
The domain name that is used to access the instance over the Internet.
example:test.rr.gtm-003.com
public DescribeDnsGtmInstanceResponseBody.Config.Builder publicCnameMode(String publicCnameMode)
Indicates whether a custom CNAME domain name or a CNAME domain name assigned by the system is used to access the instance over the Internet. Valid values:
custom
public DescribeDnsGtmInstanceResponseBody.Config.Builder publicRr(String publicRr)
The hostname corresponding to the CNAME domain name that is used to access the instance over the Internet.
example:test.rr
public DescribeDnsGtmInstanceResponseBody.Config.Builder publicUserDomainName(String publicUserDomainName)
The service domain name that is used over the Internet.
example:example.com
public DescribeDnsGtmInstanceResponseBody.Config.Builder strategyMode(String strategyMode)
The type of the access policy. Valid values:
GEO
public DescribeDnsGtmInstanceResponseBody.Config.Builder ttl(Integer ttl)
The global time to live (TTL).
example:1
public DescribeDnsGtmInstanceResponseBody.Config build()
Copyright © 2026. All rights reserved.