public class DescribeApiGroupResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
basePath
The root path of the API.
|
String |
billingStatus
The billing status of the API group.
|
String |
classicVpcSubDomain
The VPC second-level domain name.
|
Boolean |
cloudMarketCommodity
The products on Alibaba Cloud Marketplace.
|
String |
cmsMonitorGroup
The CloudMonitor application group.
|
String |
compatibleFlags
The list of associated tags.
|
String |
createdTime
The creation time (UTC) of the API group.
|
DescribeApiGroupResponseBody.DescribeApiGroupResponseBodyCustomDomains |
customDomains
The custom domain name information.
|
String |
customerConfigs
The list of custom configuration items.
|
String |
customTraceConfig
The custom trace configuration.
|
String |
defaultDomain
The default domain name.
|
String |
description
The description of the API group.
|
String |
groupId
The ID of the API group.
|
String |
groupName
The name of the group to which the API belongs.
|
String |
httpsPolicy
The HTTPS policy.
|
String |
illegalStatus
The validity status of the API group.
|
String |
instanceId
The ID of the instance.
|
String |
instanceType
The type of the instance.
|
String |
instanceVipList
The VIP list of the instance.
|
String |
ipv6Status
The IPv6 status.
|
String |
modifiedTime
The last modification time (UTC) of the API group.
|
String |
passthroughHeaders
Specifies whether to pass headers.
|
String |
regionId
The region to which the API group belongs.
|
String |
requestId
The ID of the request.
|
String |
rpcPattern
The RPC mode.
|
DescribeApiGroupResponseBody.DescribeApiGroupResponseBodyStageItems |
stageItems
The runtime environment information.
|
String |
status
The status of the API group.
|
String |
subDomain
The second-level domain name automatically assigned to the API group.
|
Integer |
trafficLimit
The upper QPS limit of the API group.
|
String |
userLogConfig
The user log settings.
|
String |
vpcDomain
The VPC domain name.
|
String |
vpcSlbIntranetDomain
The VPC SLB domain name.
|
| 构造器和说明 |
|---|
DescribeApiGroupResponseBody() |
@NameInMap(value="BasePath") public String basePath
The root path of the API.
@NameInMap(value="BillingStatus") public String billingStatus
The billing status of the API group.
* **NORMAL**: The API group is normal.
* **LOCKED**: The API group is locked due to overdue payments.
@NameInMap(value="ClassicVpcSubDomain") public String classicVpcSubDomain
The VPC second-level domain name.
@NameInMap(value="CloudMarketCommodity") public Boolean cloudMarketCommodity
The products on Alibaba Cloud Marketplace.
@NameInMap(value="CmsMonitorGroup") public String cmsMonitorGroup
The CloudMonitor application group.
@NameInMap(value="CompatibleFlags") public String compatibleFlags
The list of associated tags. Separate multiple tags with commas (,).
@NameInMap(value="CreatedTime") public String createdTime
The creation time (UTC) of the API group.
@NameInMap(value="CustomDomains") public DescribeApiGroupResponseBody.DescribeApiGroupResponseBodyCustomDomains customDomains
The custom domain name information.
@NameInMap(value="CustomTraceConfig") public String customTraceConfig
The custom trace configuration.
@NameInMap(value="CustomerConfigs") public String customerConfigs
The list of custom configuration items.
@NameInMap(value="DefaultDomain") public String defaultDomain
The default domain name.
@NameInMap(value="Description") public String description
The description of the API group.
@NameInMap(value="GroupId") public String groupId
The ID of the API group. This ID is generated by the system and globally unique.
@NameInMap(value="GroupName") public String groupName
The name of the group to which the API belongs.
@NameInMap(value="HttpsPolicy") public String httpsPolicy
The HTTPS policy.
@NameInMap(value="IllegalStatus") public String illegalStatus
The validity status of the API group. Valid values:
* **NORMAL**: The API group is normal.
* **LOCKED**: The API group is locked because it is not valid.
@NameInMap(value="InstanceId") public String instanceId
The ID of the instance.
@NameInMap(value="InstanceType") public String instanceType
The type of the instance.
* CLASSIC_SHARED: shared instance that uses the classic network configuration
* VPC_SHARED: shared instance that uses VPC
* VPC_DEDICATED: dedicated instance that uses VPC
@NameInMap(value="InstanceVipList") public String instanceVipList
The VIP list of the instance.
@NameInMap(value="Ipv6Status") public String ipv6Status
The IPv6 status.
@NameInMap(value="ModifiedTime") public String modifiedTime
The last modification time (UTC) of the API group.
@NameInMap(value="PassthroughHeaders") public String passthroughHeaders
Specifies whether to pass headers.
@NameInMap(value="RegionId") public String regionId
The region to which the API group belongs.
@NameInMap(value="RequestId") public String requestId
The ID of the request.
@NameInMap(value="RpcPattern") public String rpcPattern
The RPC mode.
@NameInMap(value="StageItems") public DescribeApiGroupResponseBody.DescribeApiGroupResponseBodyStageItems stageItems
The runtime environment information.
@NameInMap(value="Status") public String status
The status of the API group.
* **NORMAL**: The API group is normal.
* **DELETE**: The API group is deleted.
@NameInMap(value="SubDomain") public String subDomain
The second-level domain name automatically assigned to the API group.
@NameInMap(value="TrafficLimit") public Integer trafficLimit
The upper QPS limit of the API group. The default value is 500. You can increase the upper limit by submitting an application.
@NameInMap(value="UserLogConfig") public String userLogConfig
The user log settings.
@NameInMap(value="VpcDomain") public String vpcDomain
The VPC domain name.
@NameInMap(value="VpcSlbIntranetDomain") public String vpcSlbIntranetDomain
The VPC SLB domain name.
public static DescribeApiGroupResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic DescribeApiGroupResponseBody setBasePath(String basePath)
public String getBasePath()
public DescribeApiGroupResponseBody setBillingStatus(String billingStatus)
public String getBillingStatus()
public DescribeApiGroupResponseBody setClassicVpcSubDomain(String classicVpcSubDomain)
public String getClassicVpcSubDomain()
public DescribeApiGroupResponseBody setCloudMarketCommodity(Boolean cloudMarketCommodity)
public Boolean getCloudMarketCommodity()
public DescribeApiGroupResponseBody setCmsMonitorGroup(String cmsMonitorGroup)
public String getCmsMonitorGroup()
public DescribeApiGroupResponseBody setCompatibleFlags(String compatibleFlags)
public String getCompatibleFlags()
public DescribeApiGroupResponseBody setCreatedTime(String createdTime)
public String getCreatedTime()
public DescribeApiGroupResponseBody setCustomDomains(DescribeApiGroupResponseBody.DescribeApiGroupResponseBodyCustomDomains customDomains)
public DescribeApiGroupResponseBody.DescribeApiGroupResponseBodyCustomDomains getCustomDomains()
public DescribeApiGroupResponseBody setCustomTraceConfig(String customTraceConfig)
public String getCustomTraceConfig()
public DescribeApiGroupResponseBody setCustomerConfigs(String customerConfigs)
public String getCustomerConfigs()
public DescribeApiGroupResponseBody setDefaultDomain(String defaultDomain)
public String getDefaultDomain()
public DescribeApiGroupResponseBody setDescription(String description)
public String getDescription()
public DescribeApiGroupResponseBody setGroupId(String groupId)
public String getGroupId()
public DescribeApiGroupResponseBody setGroupName(String groupName)
public String getGroupName()
public DescribeApiGroupResponseBody setHttpsPolicy(String httpsPolicy)
public String getHttpsPolicy()
public DescribeApiGroupResponseBody setIllegalStatus(String illegalStatus)
public String getIllegalStatus()
public DescribeApiGroupResponseBody setInstanceId(String instanceId)
public String getInstanceId()
public DescribeApiGroupResponseBody setInstanceType(String instanceType)
public String getInstanceType()
public DescribeApiGroupResponseBody setInstanceVipList(String instanceVipList)
public String getInstanceVipList()
public DescribeApiGroupResponseBody setIpv6Status(String ipv6Status)
public String getIpv6Status()
public DescribeApiGroupResponseBody setModifiedTime(String modifiedTime)
public String getModifiedTime()
public DescribeApiGroupResponseBody setPassthroughHeaders(String passthroughHeaders)
public String getPassthroughHeaders()
public DescribeApiGroupResponseBody setRegionId(String regionId)
public String getRegionId()
public DescribeApiGroupResponseBody setRequestId(String requestId)
public String getRequestId()
public DescribeApiGroupResponseBody setRpcPattern(String rpcPattern)
public String getRpcPattern()
public DescribeApiGroupResponseBody setStageItems(DescribeApiGroupResponseBody.DescribeApiGroupResponseBodyStageItems stageItems)
public DescribeApiGroupResponseBody.DescribeApiGroupResponseBodyStageItems getStageItems()
public DescribeApiGroupResponseBody setStatus(String status)
public String getStatus()
public DescribeApiGroupResponseBody setSubDomain(String subDomain)
public String getSubDomain()
public DescribeApiGroupResponseBody setTrafficLimit(Integer trafficLimit)
public Integer getTrafficLimit()
public DescribeApiGroupResponseBody setUserLogConfig(String userLogConfig)
public String getUserLogConfig()
public DescribeApiGroupResponseBody setVpcDomain(String vpcDomain)
public String getVpcDomain()
public DescribeApiGroupResponseBody setVpcSlbIntranetDomain(String vpcSlbIntranetDomain)
public String getVpcSlbIntranetDomain()
Copyright © 2023. All rights reserved.