public class DescribeDisksFullStatusRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 类和说明 |
---|---|
static class |
DescribeDisksFullStatusRequest.DescribeDisksFullStatusRequestEventTime |
static class |
DescribeDisksFullStatusRequest.DescribeDisksFullStatusRequestTag |
限定符和类型 | 字段和说明 |
---|---|
List<String> |
diskId
The ID of EBS device N.
|
List<String> |
eventId
The ID of event N.
|
DescribeDisksFullStatusRequest.DescribeDisksFullStatusRequestEventTime |
eventTime |
String |
eventType
The event type of the EBS device.
|
String |
healthStatus
The health status of the EBS device.
|
String |
ownerAccount |
Long |
ownerId |
Integer |
pageNumber
The page number.
|
Integer |
pageSize
The number of entries per page.
|
String |
regionId
The region ID of the EBS device.
|
String |
resourceGroupId
The ID of the resource group to which the EBS device belongs.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
status
The lifecycle status of the EBS device.
|
List<DescribeDisksFullStatusRequest.DescribeDisksFullStatusRequestTag> |
tag
The tags to add to the EBS device.
|
构造器和说明 |
---|
DescribeDisksFullStatusRequest() |
@NameInMap(value="EventTime") public DescribeDisksFullStatusRequest.DescribeDisksFullStatusRequestEventTime eventTime
@NameInMap(value="DiskId") public List<String> diskId
The ID of EBS device N. Valid values of N: 1 to 100.
example:d-bp67acfmxazb4p****
@NameInMap(value="EventId") public List<String> eventId
The ID of event N. Valid values of N: 1 to 100.
example:e-bp67acfmxazb4p****
@NameInMap(value="EventType") public String eventType
The event type of the EBS device. Valid values:
Stalled
@NameInMap(value="HealthStatus") public String healthStatus
The health status of the EBS device. Valid values:
Warning
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="PageNumber") public Integer pageNumber
The page number. Pages start from page 1. The value must be a positive integer.
Default value: 1.
example:1
@NameInMap(value="PageSize") public Integer pageSize
The number of entries per page. Valid values: 1 to 100.
Default value: 10.
example:10
@NameInMap(value="RegionId") public String regionId
The region ID of the EBS device. You can call the DescribeRegions operation to query the most recent region list.
This parameter is required.
example:cn-hangzhou
@NameInMap(value="ResourceGroupId") public String resourceGroupId
The ID of the resource group to which the EBS device belongs. If you configure this parameter to query resources, up to 1,000 resources that belong to the specified resource group can be displayed in the response.
example:rg-aek2kkmhmhs****
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="Status") public String status
The lifecycle status of the EBS device. For more information, see Disk status. Valid values:
Available
@NameInMap(value="Tag") public List<DescribeDisksFullStatusRequest.DescribeDisksFullStatusRequestTag> tag
The tags to add to the EBS device.
public static DescribeDisksFullStatusRequest build(Map<String,?> map) throws Exception
Exception
public DescribeDisksFullStatusRequest setEventTime(DescribeDisksFullStatusRequest.DescribeDisksFullStatusRequestEventTime eventTime)
public DescribeDisksFullStatusRequest.DescribeDisksFullStatusRequestEventTime getEventTime()
public DescribeDisksFullStatusRequest setDiskId(List<String> diskId)
public DescribeDisksFullStatusRequest setEventId(List<String> eventId)
public DescribeDisksFullStatusRequest setEventType(String eventType)
public String getEventType()
public DescribeDisksFullStatusRequest setHealthStatus(String healthStatus)
public String getHealthStatus()
public DescribeDisksFullStatusRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public DescribeDisksFullStatusRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DescribeDisksFullStatusRequest setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public DescribeDisksFullStatusRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public DescribeDisksFullStatusRequest setRegionId(String regionId)
public String getRegionId()
public DescribeDisksFullStatusRequest setResourceGroupId(String resourceGroupId)
public String getResourceGroupId()
public DescribeDisksFullStatusRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DescribeDisksFullStatusRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public DescribeDisksFullStatusRequest setStatus(String status)
public String getStatus()
public DescribeDisksFullStatusRequest setTag(List<DescribeDisksFullStatusRequest.DescribeDisksFullStatusRequestTag> tag)
public List<DescribeDisksFullStatusRequest.DescribeDisksFullStatusRequestTag> getTag()
Copyright © 2024. All rights reserved.