public static class DescribeApiHistoryResponseBody.DescribeApiHistoryResponseBodyServiceConfigVpcConfig
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
instanceId
The ID of the Elastic Compute Service (ECS) or Server Load Balancer (SLB) instance in the VPC.
|
String |
name
The name of the VPC.
|
Integer |
port
The port number that corresponds to the instance.
|
String |
vpcId
The ID of the VPC.
|
String |
vpcScheme
The VPC protocol.
|
| 构造器和说明 |
|---|
DescribeApiHistoryResponseBody.DescribeApiHistoryResponseBodyServiceConfigVpcConfig() |
@NameInMap(value="InstanceId") public String instanceId
The ID of the Elastic Compute Service (ECS) or Server Load Balancer (SLB) instance in the VPC.
@NameInMap(value="Name") public String name
The name of the VPC.
@NameInMap(value="Port") public Integer port
The port number that corresponds to the instance.
@NameInMap(value="VpcId") public String vpcId
The ID of the VPC.
@NameInMap(value="VpcScheme") public String vpcScheme
The VPC protocol.
public DescribeApiHistoryResponseBody.DescribeApiHistoryResponseBodyServiceConfigVpcConfig()
public static DescribeApiHistoryResponseBody.DescribeApiHistoryResponseBodyServiceConfigVpcConfig build(Map<String,?> map) throws Exception
Exceptionpublic DescribeApiHistoryResponseBody.DescribeApiHistoryResponseBodyServiceConfigVpcConfig setInstanceId(String instanceId)
public String getInstanceId()
public DescribeApiHistoryResponseBody.DescribeApiHistoryResponseBodyServiceConfigVpcConfig setName(String name)
public String getName()
public DescribeApiHistoryResponseBody.DescribeApiHistoryResponseBodyServiceConfigVpcConfig setPort(Integer port)
public Integer getPort()
public DescribeApiHistoryResponseBody.DescribeApiHistoryResponseBodyServiceConfigVpcConfig setVpcId(String vpcId)
public String getVpcId()
public DescribeApiHistoryResponseBody.DescribeApiHistoryResponseBodyServiceConfigVpcConfig setVpcScheme(String vpcScheme)
public String getVpcScheme()
Copyright © 2023. All rights reserved.