public static class GetDhcpOptionsSetResponseBody.GetDhcpOptionsSetResponseBodyAssociateVpcs
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
associateStatus
The status of the VPC that is associated with the DHCP options set.
|
String |
vpcId
The ID of the VPC that is associated with the DHCP options set.
|
构造器和说明 |
---|
GetDhcpOptionsSetResponseBodyAssociateVpcs() |
@NameInMap(value="AssociateStatus") public String associateStatus
The status of the VPC that is associated with the DHCP options set. Valid values:
InUse
@NameInMap(value="VpcId") public String vpcId
The ID of the VPC that is associated with the DHCP options set.
example:vpc-eb3b54r6otues4tjj****
public GetDhcpOptionsSetResponseBodyAssociateVpcs()
public static GetDhcpOptionsSetResponseBody.GetDhcpOptionsSetResponseBodyAssociateVpcs build(Map<String,?> map) throws Exception
Exception
public GetDhcpOptionsSetResponseBody.GetDhcpOptionsSetResponseBodyAssociateVpcs setAssociateStatus(String associateStatus)
public String getAssociateStatus()
public GetDhcpOptionsSetResponseBody.GetDhcpOptionsSetResponseBodyAssociateVpcs setVpcId(String vpcId)
public String getVpcId()
Copyright © 2024. All rights reserved.