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 the event.
|
DescribeDisksFullStatusRequest.DescribeDisksFullStatusRequestEventTime |
eventTime |
String |
eventType
The event type.
|
String |
healthStatus
The health status of the EBS device.
|
String |
ownerAccount |
Long |
ownerId |
Integer |
pageNumber
The number of the page to return.
|
Integer |
pageSize
The number of entries to return on each 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 of the instance.
|
构造器和说明 |
---|
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.
@NameInMap(value="EventId") public List<String> eventId
The ID of the event. Valid values of N: 1 to 100.
@NameInMap(value="EventType") public String eventType
The event type. Valid values:
* Degraded: The performance of the EBS device is degraded.
* SeverelyDegraded: The performance of the EBS device is severely degraded.
* Stalled: The performance of the EBS device is severely affected.
* ErrorDetected: The local disk is damaged.
@NameInMap(value="HealthStatus") public String healthStatus
The health status of the EBS device. Valid values:
* Impaired: The EBS device is damaged.
* Warning: The performance of the EBS device may be degraded.
* Initializing: The disk is being initialized.
* InsufficientData: The status cannot be determined due to insufficient data.
* NotApplicable: The EBS device cannot be used.
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="PageNumber") public Integer pageNumber
The number of the page to return. The value must be a positive integer.
Default value: 1.
@NameInMap(value="PageSize") public Integer pageSize
The number of entries to return on each page. Valid values: 1 to 100.
Default value: 10.
@NameInMap(value="RegionId") public String regionId
The region ID of the EBS device. You can call the [DescribeRegions](~~25609~~) operation to query the most recent region list.
@NameInMap(value="ResourceGroupId") public String resourceGroupId
The ID of the resource group to which the EBS device belongs. When you use this property to query resources, the number of resources that are contained in the specified resource group cannot exceed 1,000.
@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](~~25689~~). Valid values:
* In_use: The disk is in use.
* Available: The disk can be attached.
* Attaching: The disk is being attached.
* Detaching: The disk is being detached.
* Creating: The disk is being created.
* ReIniting: The disk is being initialized.
@NameInMap(value="Tag") public List<DescribeDisksFullStatusRequest.DescribeDisksFullStatusRequestTag> tag
The tags of the instance.
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 © 2023. All rights reserved.