public static class RestartInstanceResponseBody.RestartInstanceResponseBodyResultNetworkConfig
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
type
The network type.
|
String |
vpcId
The ID of the VPC.
|
String |
vsArea
The zone where the instance is deployed.
|
String |
vswitchId
The ID of the vSwitch associated with the specified VPC.
|
构造器和说明 |
---|
RestartInstanceResponseBodyResultNetworkConfig() |
@NameInMap(value="type") public String type
The network type. Only Virtual Private Cloud (VPC) is supported.
@NameInMap(value="vpcId") public String vpcId
The ID of the VPC.
@NameInMap(value="vsArea") public String vsArea
The zone where the instance is deployed.
@NameInMap(value="vswitchId") public String vswitchId
The ID of the vSwitch associated with the specified VPC.
public RestartInstanceResponseBodyResultNetworkConfig()
public static RestartInstanceResponseBody.RestartInstanceResponseBodyResultNetworkConfig build(Map<String,?> map) throws Exception
Exception
public RestartInstanceResponseBody.RestartInstanceResponseBodyResultNetworkConfig setType(String type)
public String getType()
public RestartInstanceResponseBody.RestartInstanceResponseBodyResultNetworkConfig setVpcId(String vpcId)
public String getVpcId()
public RestartInstanceResponseBody.RestartInstanceResponseBodyResultNetworkConfig setVsArea(String vsArea)
public String getVsArea()
public RestartInstanceResponseBody.RestartInstanceResponseBodyResultNetworkConfig setVswitchId(String vswitchId)
public String getVswitchId()
Copyright © 2024. All rights reserved.