public static class DescribeDeployedApiResponseBody.DescribeDeployedApiResponseBodyServiceConfigVpcConfig
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
instanceId
The ID of the ECS or SLB instance in the VPC.
|
String |
name
The name of the VPC access authorization.
|
Integer |
port
The port number that corresponds to the instance.
|
String |
vpcId
The ID of the VPC.
|
| 构造器和说明 |
|---|
DescribeDeployedApiResponseBody.DescribeDeployedApiResponseBodyServiceConfigVpcConfig() |
@NameInMap(value="InstanceId") public String instanceId
The ID of the ECS or SLB instance in the VPC.
@NameInMap(value="Name") public String name
The name of the VPC access authorization.
@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.
public DescribeDeployedApiResponseBody.DescribeDeployedApiResponseBodyServiceConfigVpcConfig()
public static DescribeDeployedApiResponseBody.DescribeDeployedApiResponseBodyServiceConfigVpcConfig build(Map<String,?> map) throws Exception
Exceptionpublic DescribeDeployedApiResponseBody.DescribeDeployedApiResponseBodyServiceConfigVpcConfig setInstanceId(String instanceId)
public String getInstanceId()
public DescribeDeployedApiResponseBody.DescribeDeployedApiResponseBodyServiceConfigVpcConfig setName(String name)
public String getName()
public DescribeDeployedApiResponseBody.DescribeDeployedApiResponseBodyServiceConfigVpcConfig setPort(Integer port)
public Integer getPort()
public DescribeDeployedApiResponseBody.DescribeDeployedApiResponseBodyServiceConfigVpcConfig setVpcId(String vpcId)
public String getVpcId()
Copyright © 2023. All rights reserved.