public static class DescribeEipSegmentResponseBody.DescribeEipSegmentResponseBodyEipSegmentsEipSegment
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
creationTime
The time when the contiguous EIP group was created.
|
String |
descritpion
The description of the contiguous EIP group.
|
String |
instanceId
The ID of the contiguous EIP group.
|
String |
ipCount
The number of EIPs in the contiguous EIP group.
|
String |
name
The name of the contiguous EIP group.
|
String |
regionId
The ID of the region to which the contiguous EIP group belongs.
|
String |
segment
The CIDR block and mask of the contiguous EIP group.
|
String |
status
The status of the contiguous EIP group.
|
String |
zone
The zone of the contiguous EIP group.
|
构造器和说明 |
---|
DescribeEipSegmentResponseBodyEipSegmentsEipSegment() |
@NameInMap(value="CreationTime") public String creationTime
The time when the contiguous EIP group was created. The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC.
example:2020-03-06T12:30:07Z
@NameInMap(value="Descritpion") public String descritpion
The description of the contiguous EIP group.
example:MyEipSegment
@NameInMap(value="InstanceId") public String instanceId
The ID of the contiguous EIP group.
example:eipsg-2zett8ba055tbsxme****
@NameInMap(value="IpCount") public String ipCount
The number of EIPs in the contiguous EIP group.
example:16
@NameInMap(value="Name") public String name
The name of the contiguous EIP group.
example:MyEipSegment
@NameInMap(value="RegionId") public String regionId
The ID of the region to which the contiguous EIP group belongs.
example:cn-hangzhou
@NameInMap(value="Segment") public String segment
The CIDR block and mask of the contiguous EIP group.
example:161.xx.xx.32/28
@NameInMap(value="Status") public String status
The status of the contiguous EIP group. Valid values:
Allocated
@NameInMap(value="Zone") public String zone
The zone of the contiguous EIP group.
example:cn-hangzhou-a
public DescribeEipSegmentResponseBodyEipSegmentsEipSegment()
public static DescribeEipSegmentResponseBody.DescribeEipSegmentResponseBodyEipSegmentsEipSegment build(Map<String,?> map) throws Exception
Exception
public DescribeEipSegmentResponseBody.DescribeEipSegmentResponseBodyEipSegmentsEipSegment setCreationTime(String creationTime)
public String getCreationTime()
public DescribeEipSegmentResponseBody.DescribeEipSegmentResponseBodyEipSegmentsEipSegment setDescritpion(String descritpion)
public String getDescritpion()
public DescribeEipSegmentResponseBody.DescribeEipSegmentResponseBodyEipSegmentsEipSegment setInstanceId(String instanceId)
public String getInstanceId()
public DescribeEipSegmentResponseBody.DescribeEipSegmentResponseBodyEipSegmentsEipSegment setIpCount(String ipCount)
public String getIpCount()
public DescribeEipSegmentResponseBody.DescribeEipSegmentResponseBodyEipSegmentsEipSegment setName(String name)
public String getName()
public DescribeEipSegmentResponseBody.DescribeEipSegmentResponseBodyEipSegmentsEipSegment setRegionId(String regionId)
public String getRegionId()
public DescribeEipSegmentResponseBody.DescribeEipSegmentResponseBodyEipSegmentsEipSegment setSegment(String segment)
public String getSegment()
public DescribeEipSegmentResponseBody.DescribeEipSegmentResponseBodyEipSegmentsEipSegment setStatus(String status)
public String getStatus()
public DescribeEipSegmentResponseBody.DescribeEipSegmentResponseBodyEipSegmentsEipSegment setZone(String zone)
public String getZone()
Copyright © 2024. All rights reserved.