public static class DescribeSnapshotPackageResponseBody.DescribeSnapshotPackageResponseBodySnapshotPackagesSnapshotPackage
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
displayName
The name of the OSS storage plan.
|
String |
endTime
The time when the OSS storage plan expires.
|
Long |
initCapacity
The maximum storage capacity offered by the OSS storage plan.
|
String |
startTime
The time when the OSS storage plan was purchased.
|
构造器和说明 |
---|
DescribeSnapshotPackageResponseBodySnapshotPackagesSnapshotPackage() |
@NameInMap(value="DisplayName") public String displayName
The name of the OSS storage plan.
@NameInMap(value="EndTime") public String endTime
The time when the OSS storage plan expires. The time follows the [ISO 8601](~~25696~~) standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC.
@NameInMap(value="InitCapacity") public Long initCapacity
The maximum storage capacity offered by the OSS storage plan.
@NameInMap(value="StartTime") public String startTime
The time when the OSS storage plan was purchased. The time follows the [ISO 8601](~~25696~~) standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC.
public DescribeSnapshotPackageResponseBodySnapshotPackagesSnapshotPackage()
public static DescribeSnapshotPackageResponseBody.DescribeSnapshotPackageResponseBodySnapshotPackagesSnapshotPackage build(Map<String,?> map) throws Exception
Exception
public DescribeSnapshotPackageResponseBody.DescribeSnapshotPackageResponseBodySnapshotPackagesSnapshotPackage setDisplayName(String displayName)
public String getDisplayName()
public DescribeSnapshotPackageResponseBody.DescribeSnapshotPackageResponseBodySnapshotPackagesSnapshotPackage setEndTime(String endTime)
public String getEndTime()
public DescribeSnapshotPackageResponseBody.DescribeSnapshotPackageResponseBodySnapshotPackagesSnapshotPackage setInitCapacity(Long initCapacity)
public Long getInitCapacity()
public DescribeSnapshotPackageResponseBody.DescribeSnapshotPackageResponseBodySnapshotPackagesSnapshotPackage setStartTime(String startTime)
public String getStartTime()
Copyright © 2023. All rights reserved.