@alicloud/ros-cdk-ecs 1.0.9 → 1.0.10
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 +2 -2
- package/lib/ecs.generated.js +12 -5
- package/lib/instance.d.ts +1 -1
- package/lib/instance.js +1 -1
- package/package.json +1 -1
package/lib/ecs.generated.d.ts
CHANGED
|
@@ -2022,7 +2022,7 @@ export interface RosInstanceProps {
|
|
|
2022
2022
|
*/
|
|
2023
2023
|
readonly diskMappings?: Array<RosInstance.DiskMappingsProperty | ros.IResolvable> | ros.IResolvable;
|
|
2024
2024
|
/**
|
|
2025
|
-
* @Property hostName: Host name of created ecs instance. at least 2 characters, and '.' '-' Is not the first and last characters as hostname, not continuous use. Windows platform can be up to 15 characters, allowing letters (without limiting case), numbers and '-', and does not support the number of points, not all is digital ('.').Other (Linux, etc.) platform up to
|
|
2025
|
+
* @Property hostName: Host name of created ecs instance. at least 2 characters, and '.' '-' Is not the first and last characters as hostname, not continuous use. Windows platform can be up to 15 characters, allowing letters (without limiting case), numbers and '-', and does not support the number of points, not all is digital ('.').Other (Linux, etc.) platform up to 64 characters, allowing support number multiple points for the period between the points, each permit letters (without limiting case), numbers and '-' components.
|
|
2026
2026
|
*/
|
|
2027
2027
|
readonly hostName?: string | ros.IResolvable;
|
|
2028
2028
|
/**
|
|
@@ -2246,7 +2246,7 @@ export declare class RosInstance extends ros.RosResource {
|
|
|
2246
2246
|
*/
|
|
2247
2247
|
diskMappings: Array<RosInstance.DiskMappingsProperty | ros.IResolvable> | ros.IResolvable | undefined;
|
|
2248
2248
|
/**
|
|
2249
|
-
* @Property hostName: Host name of created ecs instance. at least 2 characters, and '.' '-' Is not the first and last characters as hostname, not continuous use. Windows platform can be up to 15 characters, allowing letters (without limiting case), numbers and '-', and does not support the number of points, not all is digital ('.').Other (Linux, etc.) platform up to
|
|
2249
|
+
* @Property hostName: Host name of created ecs instance. at least 2 characters, and '.' '-' Is not the first and last characters as hostname, not continuous use. Windows platform can be up to 15 characters, allowing letters (without limiting case), numbers and '-', and does not support the number of points, not all is digital ('.').Other (Linux, etc.) platform up to 64 characters, allowing support number multiple points for the period between the points, each permit letters (without limiting case), numbers and '-' components.
|
|
2250
2250
|
*/
|
|
2251
2251
|
hostName: string | ros.IResolvable | undefined;
|
|
2252
2252
|
/**
|