public static class DescribeVpcAttributeResponseBody.DescribeVpcAttributeResponseBodyAssociatedCensAssociatedCen
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
cenId
The ID of the CEN instance to which the VPC is attached.
|
Long |
cenOwnerId
The ID of the account to which the CEN instance belongs.
|
String |
cenStatus
The status of the CEN instance.
|
构造器和说明 |
---|
DescribeVpcAttributeResponseBodyAssociatedCensAssociatedCen() |
@NameInMap(value="CenId") public String cenId
The ID of the CEN instance to which the VPC is attached.
example:cen-7qthudw0ll6jmc****
@NameInMap(value="CenOwnerId") public Long cenOwnerId
The ID of the account to which the CEN instance belongs.
example:28311773240248****
@NameInMap(value="CenStatus") public String cenStatus
The status of the CEN instance.
Attached is returned only when the VPC is attached to a CEN instance.
example:Attached
public DescribeVpcAttributeResponseBodyAssociatedCensAssociatedCen()
public static DescribeVpcAttributeResponseBody.DescribeVpcAttributeResponseBodyAssociatedCensAssociatedCen build(Map<String,?> map) throws Exception
Exception
public DescribeVpcAttributeResponseBody.DescribeVpcAttributeResponseBodyAssociatedCensAssociatedCen setCenId(String cenId)
public String getCenId()
public DescribeVpcAttributeResponseBody.DescribeVpcAttributeResponseBodyAssociatedCensAssociatedCen setCenOwnerId(Long cenOwnerId)
public Long getCenOwnerId()
public DescribeVpcAttributeResponseBody.DescribeVpcAttributeResponseBodyAssociatedCensAssociatedCen setCenStatus(String cenStatus)
public String getCenStatus()
Copyright © 2024. All rights reserved.