public static class UpdateConnectionRequest.UpdateConnectionRequestNetworkParameters
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
networkType
PublicNetwork: the Internet.
|
String |
securityGroupId
The security group ID.
|
String |
vpcId
The VPC ID.
|
String |
vswitcheId
The vSwitch ID.
|
| 构造器和说明 |
|---|
UpdateConnectionRequestNetworkParameters() |
@NameInMap(value="NetworkType") public String networkType
If you set this parameter to PrivateNetwork, you must also configure VpcId, VswitchId, and SecurityGroupId.
This parameter is required.
example:PublicNetwork
@NameInMap(value="SecurityGroupId") public String securityGroupId
The security group ID.
example:eb-167adad548759-security_grop/sg-bp1addad26peuh9qh9rtyb
@NameInMap(value="VpcId") public String vpcId
The VPC ID.
example:eb-test/vpc-bp1symadadwnwgmqud
@NameInMap(value="VswitcheId") public String vswitcheId
The vSwitch ID.
example:vsw-bp1iu4x7aeradadown1og8,vsw-bp193sqmadadlaszpeqbt2c
public static UpdateConnectionRequest.UpdateConnectionRequestNetworkParameters build(Map<String,?> map) throws Exception
Exceptionpublic UpdateConnectionRequest.UpdateConnectionRequestNetworkParameters setNetworkType(String networkType)
public String getNetworkType()
public UpdateConnectionRequest.UpdateConnectionRequestNetworkParameters setSecurityGroupId(String securityGroupId)
public String getSecurityGroupId()
public UpdateConnectionRequest.UpdateConnectionRequestNetworkParameters setVpcId(String vpcId)
public String getVpcId()
public UpdateConnectionRequest.UpdateConnectionRequestNetworkParameters setVswitcheId(String vswitcheId)
public String getVswitcheId()
Copyright © 2026. All rights reserved.