Package | Description |
---|---|
com.tencentcloudapi.cvm.v20170312.models |
Modifier and Type | Method and Description |
---|---|
SystemDisk |
ResetInstanceRequest.getSystemDisk()
Get Configurations of the system disk.
|
SystemDisk |
InquiryPriceRunInstancesRequest.getSystemDisk()
Get System disk configuration of the instance.
|
SystemDisk |
LaunchTemplateVersionData.getSystemDisk()
Get Instance system disk information.
|
SystemDisk |
RunInstancesRequest.getSystemDisk()
Get System disk configuration of the instance.
|
SystemDisk |
CreateLaunchTemplateVersionRequest.getSystemDisk()
Get System disk configuration of the instance.
|
SystemDisk |
InquiryPriceResetInstanceRequest.getSystemDisk()
Get Configuration of the system disk of the instance.
|
SystemDisk |
Instance.getSystemDisk()
Get Information on the system disk of the instance
|
SystemDisk |
ResizeInstanceDisksRequest.getSystemDisk()
Get Configuration of the system disk to be expanded.
|
Modifier and Type | Method and Description |
---|---|
void |
ResetInstanceRequest.setSystemDisk(SystemDisk SystemDisk)
Set Configurations of the system disk.
|
void |
InquiryPriceRunInstancesRequest.setSystemDisk(SystemDisk SystemDisk)
Set System disk configuration of the instance.
|
void |
LaunchTemplateVersionData.setSystemDisk(SystemDisk SystemDisk)
Set Instance system disk information.
|
void |
RunInstancesRequest.setSystemDisk(SystemDisk SystemDisk)
Set System disk configuration of the instance.
|
void |
CreateLaunchTemplateVersionRequest.setSystemDisk(SystemDisk SystemDisk)
Set System disk configuration of the instance.
|
void |
InquiryPriceResetInstanceRequest.setSystemDisk(SystemDisk SystemDisk)
Set Configuration of the system disk of the instance.
|
void |
Instance.setSystemDisk(SystemDisk SystemDisk)
Set Information on the system disk of the instance
|
void |
ResizeInstanceDisksRequest.setSystemDisk(SystemDisk SystemDisk)
Set Configuration of the system disk to be expanded.
|
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 © 2023. All rights reserved.