public class DiskOperationLog extends AbstractModel
Constructor and Description |
---|
DiskOperationLog() |
DiskOperationLog(DiskOperationLog source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getDiskId()
Get Cloud disk ID of operation.
|
String |
getEndTime()
Get End time
|
String |
getOperation()
Get Operation type.
|
String |
getOperationState()
Get Status of operation.
|
String |
getOperator()
Get UIN of operator.
|
String |
getStartTime()
Get Start time
|
void |
setDiskId(String DiskId)
Set Cloud disk ID of operation.
|
void |
setEndTime(String EndTime)
Set End time
|
void |
setOperation(String Operation)
Set Operation type.
|
void |
setOperationState(String OperationState)
Set Status of operation.
|
void |
setOperator(String Operator)
Set UIN of operator.
|
void |
setStartTime(String StartTime)
Set Start time
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DiskOperationLog()
public DiskOperationLog(DiskOperationLog source)
public String getOperator()
public void setOperator(String Operator)
Operator
- UIN of operator.public String getOperation()
public void setOperation(String Operation)
Operation
- Operation type. Value range:
CBS_OPERATION_ATTACH: Mount cloud disk
CBS_OPERATION_DETACH: Unmount cloud disk
CBS_OPERATION_RENEW: Renew
CBS_OPERATION_EXPAND: Expand
CBS_OPERATION_CREATE: Create
CBS_OPERATION_ISOLATE: Isolate
CBS_OPERATION_MODIFY: Modify cloud disk attributes
ASP_OPERATION_BIND: Associate scheduled snapshot policy
ASP_OPERATION_UNBIND: Cancel associated scheduled snapshot policypublic String getDiskId()
public void setDiskId(String DiskId)
DiskId
- Cloud disk ID of operation.public String getOperationState()
public void setOperationState(String OperationState)
OperationState
- Status of operation. Value range:
SUCCESS: Operation successful
FAILED: Operation failed
PROCESSING: Operation in processpublic String getStartTime()
public void setStartTime(String StartTime)
StartTime
- Start timepublic String getEndTime()
public void setEndTime(String EndTime)
EndTime
- End timeCopyright © 2023. All rights reserved.