Package | Description |
---|---|
com.tencentcloudapi.cdwdoris.v20211228.models |
Modifier and Type | Method and Description |
---|---|
DiskSpec[] |
DescribeSpecResponse.getAttachCBSSpec()
Get Cloud disk list
Note: This field may return null, indicating that no valid values can be obtained.
|
DiskSpec |
ResourceSpec.getDataDisk()
Get Data disk description information
Note: This field may return null, indicating that no valid values can be obtained.
|
DiskSpec |
ResourceSpec.getSystemDisk()
Get System disk description information
Note: This field may return null, indicating that no valid values can be obtained.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeSpecResponse.setAttachCBSSpec(DiskSpec[] AttachCBSSpec)
Set Cloud disk list
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
ResourceSpec.setDataDisk(DiskSpec DataDisk)
Set Data disk description information
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
ResourceSpec.setSystemDisk(DiskSpec SystemDisk)
Set System disk description information
Note: This field may return null, indicating that no valid values can be obtained.
|
Constructor and Description |
---|
DiskSpec(DiskSpec 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.
|
Copyright © 2024. All rights reserved.