public static final class DescribeGtmInstanceResponseBody.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeGtmInstanceResponseBody.Builder |
accessStrategyNum(Integer accessStrategyNum)
The number of access policies of the GTM instance.
|
DescribeGtmInstanceResponseBody.Builder |
addressPoolNum(Integer addressPoolNum)
The number of address pools of the GTM instance.
|
DescribeGtmInstanceResponseBody.Builder |
alertGroup(String alertGroup)
The alert group of the GTM instance.
|
DescribeGtmInstanceResponseBody |
build() |
DescribeGtmInstanceResponseBody.Builder |
cname(String cname)
The domain name of the GTM instance to which the service domain name is mapped by using a CNAME record.
|
DescribeGtmInstanceResponseBody.Builder |
cnameMode(String cnameMode)
Indicates whether the CNAME is a custom domain name or is assigned by the system.
|
DescribeGtmInstanceResponseBody.Builder |
createTime(String createTime)
The time when the GTM instance was created.
|
DescribeGtmInstanceResponseBody.Builder |
createTimestamp(Long createTimestamp)
The timestamp that indicates the time when the GTM instance was created.
|
DescribeGtmInstanceResponseBody.Builder |
expireTime(String expireTime)
The time when the GTM instance expires.
|
DescribeGtmInstanceResponseBody.Builder |
expireTimestamp(Long expireTimestamp)
The timestamp that indicates the time when the GTM instance expires.
|
DescribeGtmInstanceResponseBody.Builder |
instanceId(String instanceId)
The ID of the GTM instance.
|
DescribeGtmInstanceResponseBody.Builder |
instanceName(String instanceName)
The name of the GTM instance.
|
DescribeGtmInstanceResponseBody.Builder |
lbaStrategy(String lbaStrategy)
The load balancing policy.
|
DescribeGtmInstanceResponseBody.Builder |
requestId(String requestId)
The ID of the request.
|
DescribeGtmInstanceResponseBody.Builder |
resourceGroupId(String resourceGroupId)
The ID of the resource group.
|
DescribeGtmInstanceResponseBody.Builder |
ttl(Integer ttl)
The global time to live (TTL).
|
DescribeGtmInstanceResponseBody.Builder |
userDomainName(String userDomainName)
The domain name of the application.
|
DescribeGtmInstanceResponseBody.Builder |
versionCode(String versionCode)
The version code.
|
public DescribeGtmInstanceResponseBody.Builder accessStrategyNum(Integer accessStrategyNum)
The number of access policies of the GTM instance.
example:5
public DescribeGtmInstanceResponseBody.Builder addressPoolNum(Integer addressPoolNum)
The number of address pools of the GTM instance.
example:5
public DescribeGtmInstanceResponseBody.Builder alertGroup(String alertGroup)
The alert group of the GTM instance.
example:[\"Daily test - R&D group\"]
public DescribeGtmInstanceResponseBody.Builder cname(String cname)
The domain name of the GTM instance to which the service domain name is mapped by using a CNAME record.
example:instance1.14.com
public DescribeGtmInstanceResponseBody.Builder cnameMode(String cnameMode)
Indicates whether the CNAME is a custom domain name or is assigned by the system. Valid values:
SYSTEM_ASSIGN
public DescribeGtmInstanceResponseBody.Builder createTime(String createTime)
The time when the GTM instance was created.
example:2018-06-06T11:34Z
public DescribeGtmInstanceResponseBody.Builder createTimestamp(Long createTimestamp)
The timestamp that indicates the time when the GTM instance was created.
example:1528284856000
public DescribeGtmInstanceResponseBody.Builder expireTime(String expireTime)
The time when the GTM instance expires.
example:2018-06-06T11:34Z
public DescribeGtmInstanceResponseBody.Builder expireTimestamp(Long expireTimestamp)
The timestamp that indicates the time when the GTM instance expires.
example:1528284856000
public DescribeGtmInstanceResponseBody.Builder instanceId(String instanceId)
The ID of the GTM instance.
example:instance1
public DescribeGtmInstanceResponseBody.Builder instanceName(String instanceName)
The name of the GTM instance.
example:test
public DescribeGtmInstanceResponseBody.Builder lbaStrategy(String lbaStrategy)
The load balancing policy. Valid values:
RATIO
public DescribeGtmInstanceResponseBody.Builder requestId(String requestId)
The ID of the request.
example:E41AA251-F9BA-48C6-99B2-2B82B26A573A
public DescribeGtmInstanceResponseBody.Builder resourceGroupId(String resourceGroupId)
The ID of the resource group.
example:rg-testgroupid
public DescribeGtmInstanceResponseBody.Builder ttl(Integer ttl)
The global time to live (TTL).
example:60
public DescribeGtmInstanceResponseBody.Builder userDomainName(String userDomainName)
The domain name of the application.
example:public DescribeGtmInstanceResponseBody.Builder versionCode(String versionCode)
The version code.
example:biaozhun
public DescribeGtmInstanceResponseBody build()
Copyright © 2026. All rights reserved.