| Package | Description | 
|---|---|
| com.tencentcloudapi.as.v20180419.models | 
| Modifier and Type | Method and Description | 
|---|---|
SystemDisk | 
ModifyLaunchConfigurationAttributesRequest.getSystemDisk()
Get Instance system disk configurations 
 | 
SystemDisk | 
UpgradeLaunchConfigurationRequest.getSystemDisk()
Get System disk configuration of the instance. 
 | 
SystemDisk | 
CreateLaunchConfigurationRequest.getSystemDisk()
Get System disk configuration of the instance. 
 | 
SystemDisk | 
LaunchConfiguration.getSystemDisk()
Get Information of the instance's system disk configuration. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ModifyLaunchConfigurationAttributesRequest.setSystemDisk(SystemDisk SystemDisk)
Set Instance system disk configurations 
 | 
void | 
UpgradeLaunchConfigurationRequest.setSystemDisk(SystemDisk SystemDisk)
Set System disk configuration of the instance. 
 | 
void | 
CreateLaunchConfigurationRequest.setSystemDisk(SystemDisk SystemDisk)
Set System disk configuration of the instance. 
 | 
void | 
LaunchConfiguration.setSystemDisk(SystemDisk SystemDisk)
Set Information of the instance's system disk configuration. 
 | 
| 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 © 2024. All rights reserved.