| Package | Description | 
|---|---|
| com.tencentcloudapi.cvm.v20170312.models | 
| Modifier and Type | Method and Description | 
|---|---|
SystemDisk | 
ResetInstanceRequest.getSystemDisk()
Get System disk configurations in the instance. 
 | 
SystemDisk | 
InquiryPriceResetInstanceRequest.getSystemDisk()
Get Configuration of the system disk of the instance. 
 | 
SystemDisk | 
InquiryPriceRunInstancesRequest.getSystemDisk()
Get System disk configuration of the instance. 
 | 
SystemDisk | 
RunInstancesRequest.getSystemDisk()
Get System disk configuration of the instance. 
 | 
SystemDisk | 
Instance.getSystemDisk()
Get Information on the system disk of the instance 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ResetInstanceRequest.setSystemDisk(SystemDisk SystemDisk)
Set System disk configurations in the instance. 
 | 
void | 
InquiryPriceResetInstanceRequest.setSystemDisk(SystemDisk SystemDisk)
Set Configuration of the system disk of the instance. 
 | 
void | 
InquiryPriceRunInstancesRequest.setSystemDisk(SystemDisk SystemDisk)
Set System disk configuration of the instance. 
 | 
void | 
RunInstancesRequest.setSystemDisk(SystemDisk SystemDisk)
Set System disk configuration of the instance. 
 | 
void | 
Instance.setSystemDisk(SystemDisk SystemDisk)
Set Information on the system disk of the instance 
 | 
| Constructor and Description | 
|---|
SystemDisk(SystemDisk 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 © 2021. All rights reserved.