DataDiskProperty
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkecs"
&alicloudroscdkecs.DataDiskProperty {
Category: interface{},
DeleteWithInstance: interface{},
Description: interface{},
DiskName: interface{},
Encrypted: interface{},
InternetChargeType: interface{},
KmsKeyId: interface{},
PerformanceLevel: interface{},
Size: interface{},
SnapshotId: interface{},
}
Properties
| Name | Type | Description |
|---|---|---|
Category |
interface{} |
No description. |
DeleteWithInstance |
interface{} |
No description. |
Description |
interface{} |
No description. |
DiskName |
interface{} |
No description. |
Encrypted |
interface{} |
No description. |
InternetChargeType |
interface{} |
No description. |
KmsKeyId |
interface{} |
No description. |
PerformanceLevel |
interface{} |
No description. |
Size |
interface{} |
No description. |
SnapshotId |
interface{} |
No description. |
CategoryOptional
Category interface{}
- Type: interface{}
DeleteWithInstanceOptional
DeleteWithInstance interface{}
- Type: interface{}
DescriptionOptional
Description interface{}
- Type: interface{}
DiskNameOptional
DiskName interface{}
- Type: interface{}
EncryptedOptional
Encrypted interface{}
- Type: interface{}
InternetChargeTypeOptional
InternetChargeType interface{}
- Type: interface{}
KmsKeyIdOptional
KmsKeyId interface{}
- Type: interface{}
PerformanceLevelOptional
PerformanceLevel interface{}
- Type: interface{}
SizeOptional
Size interface{}
- Type: interface{}
SnapshotIdOptional
SnapshotId interface{}
- Type: interface{}