@alicloud/ros-cdk-ecs 1.3.0 → 1.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/ecs.generated.d.ts
CHANGED
|
@@ -4094,9 +4094,9 @@ export interface RosInstanceGroupProps {
|
|
|
4094
4094
|
readonly systemDiskDiskName?: string | ros.IResolvable;
|
|
4095
4095
|
/**
|
|
4096
4096
|
* @Property systemDiskEncryptAlgorithm: The algorithm to use to encrypt the system disk. Valid values:
|
|
4097
|
-
* -
|
|
4097
|
+
* - aes-256
|
|
4098
4098
|
* - sm4-128
|
|
4099
|
-
* Default value:
|
|
4099
|
+
* Default value: aes-256.
|
|
4100
4100
|
*/
|
|
4101
4101
|
readonly systemDiskEncryptAlgorithm?: string | ros.IResolvable;
|
|
4102
4102
|
/**
|
|
@@ -4529,9 +4529,9 @@ export declare class RosInstanceGroup extends ros.RosResource {
|
|
|
4529
4529
|
systemDiskDiskName: string | ros.IResolvable | undefined;
|
|
4530
4530
|
/**
|
|
4531
4531
|
* @Property systemDiskEncryptAlgorithm: The algorithm to use to encrypt the system disk. Valid values:
|
|
4532
|
-
* -
|
|
4532
|
+
* - aes-256
|
|
4533
4533
|
* - sm4-128
|
|
4534
|
-
* Default value:
|
|
4534
|
+
* Default value: aes-256.
|
|
4535
4535
|
*/
|
|
4536
4536
|
systemDiskEncryptAlgorithm: string | ros.IResolvable | undefined;
|
|
4537
4537
|
/**
|
|
@@ -5098,9 +5098,9 @@ export interface RosInstanceGroupCloneProps {
|
|
|
5098
5098
|
readonly systemDiskDiskName?: string | ros.IResolvable;
|
|
5099
5099
|
/**
|
|
5100
5100
|
* @Property systemDiskEncryptAlgorithm: The algorithm to use to encrypt the system disk. Valid values:
|
|
5101
|
-
* -
|
|
5101
|
+
* - aes-256
|
|
5102
5102
|
* - sm4-128
|
|
5103
|
-
* Default value:
|
|
5103
|
+
* Default value: aes-256.
|
|
5104
5104
|
*/
|
|
5105
5105
|
readonly systemDiskEncryptAlgorithm?: string | ros.IResolvable;
|
|
5106
5106
|
/**
|
|
@@ -5396,9 +5396,9 @@ export declare class RosInstanceGroupClone extends ros.RosResource {
|
|
|
5396
5396
|
systemDiskDiskName: string | ros.IResolvable | undefined;
|
|
5397
5397
|
/**
|
|
5398
5398
|
* @Property systemDiskEncryptAlgorithm: The algorithm to use to encrypt the system disk. Valid values:
|
|
5399
|
-
* -
|
|
5399
|
+
* - aes-256
|
|
5400
5400
|
* - sm4-128
|
|
5401
|
-
* Default value:
|
|
5401
|
+
* Default value: aes-256.
|
|
5402
5402
|
*/
|
|
5403
5403
|
systemDiskEncryptAlgorithm: string | ros.IResolvable | undefined;
|
|
5404
5404
|
/**
|