pulumi-alicloud 3.59.0a1720761596__py3-none-any.whl → 3.59.1__py3-none-any.whl
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.
Potentially problematic release.
This version of pulumi-alicloud might be problematic. Click here for more details.
- pulumi_alicloud/__init__.py +48 -0
- pulumi_alicloud/_utilities.py +3 -4
- pulumi_alicloud/adb/_inputs.py +14 -0
- pulumi_alicloud/adb/outputs.py +14 -0
- pulumi_alicloud/adb/resource_group.py +115 -119
- pulumi_alicloud/alb/_inputs.py +224 -0
- pulumi_alicloud/alb/outputs.py +260 -0
- pulumi_alicloud/arms/_inputs.py +438 -0
- pulumi_alicloud/arms/outputs.py +442 -0
- pulumi_alicloud/bp/_inputs.py +14 -0
- pulumi_alicloud/bp/outputs.py +14 -0
- pulumi_alicloud/cas/outputs.py +4 -0
- pulumi_alicloud/cddc/outputs.py +6 -0
- pulumi_alicloud/cen/get_transit_router_service.py +2 -2
- pulumi_alicloud/cfg/_inputs.py +20 -0
- pulumi_alicloud/cfg/outputs.py +20 -0
- pulumi_alicloud/clickhouse/get_regions.py +2 -2
- pulumi_alicloud/clickhouse/outputs.py +4 -0
- pulumi_alicloud/cloudfirewall/_inputs.py +40 -0
- pulumi_alicloud/cloudfirewall/control_policy_order.py +60 -44
- pulumi_alicloud/cloudfirewall/outputs.py +40 -0
- pulumi_alicloud/cloudmonitor/_inputs.py +18 -0
- pulumi_alicloud/cloudmonitor/outputs.py +18 -0
- pulumi_alicloud/cloudstoragegateway/gateway_cache_disk.py +150 -27
- pulumi_alicloud/cms/_inputs.py +188 -0
- pulumi_alicloud/cms/outputs.py +228 -0
- pulumi_alicloud/compute/_inputs.py +4 -0
- pulumi_alicloud/compute/outputs.py +4 -0
- pulumi_alicloud/cs/_inputs.py +22 -0
- pulumi_alicloud/cs/node_pool.py +7 -7
- pulumi_alicloud/cs/outputs.py +22 -0
- pulumi_alicloud/databasegateway/outputs.py +42 -0
- pulumi_alicloud/dcdn/_inputs.py +555 -27
- pulumi_alicloud/dcdn/domain.py +366 -217
- pulumi_alicloud/dcdn/outputs.py +550 -22
- pulumi_alicloud/ddos/_inputs.py +162 -0
- pulumi_alicloud/ddos/outputs.py +162 -0
- pulumi_alicloud/dfs/file_system.py +52 -19
- pulumi_alicloud/directmail/get_domains.py +31 -24
- pulumi_alicloud/directmail/outputs.py +131 -32
- pulumi_alicloud/ebs/_inputs.py +22 -0
- pulumi_alicloud/ebs/outputs.py +22 -0
- pulumi_alicloud/eci/_inputs.py +100 -0
- pulumi_alicloud/eci/outputs.py +100 -0
- pulumi_alicloud/ecs/_inputs.py +242 -16
- pulumi_alicloud/ecs/ecs_disk.py +7 -0
- pulumi_alicloud/ecs/image.py +607 -121
- pulumi_alicloud/ecs/instance.py +304 -102
- pulumi_alicloud/ecs/outputs.py +348 -17
- pulumi_alicloud/edas/_inputs.py +28 -0
- pulumi_alicloud/edas/outputs.py +28 -0
- pulumi_alicloud/ehpc/_inputs.py +6 -0
- pulumi_alicloud/ehpc/outputs.py +6 -0
- pulumi_alicloud/emr/_inputs.py +134 -0
- pulumi_alicloud/emr/outputs.py +148 -0
- pulumi_alicloud/emrv2/_inputs.py +714 -0
- pulumi_alicloud/emrv2/cluster.py +14 -14
- pulumi_alicloud/emrv2/outputs.py +724 -0
- pulumi_alicloud/ens/__init__.py +2 -0
- pulumi_alicloud/ens/eip_instance_attachment.py +480 -0
- pulumi_alicloud/ens/instance.py +16 -17
- pulumi_alicloud/ens/nat_gateway.py +458 -0
- pulumi_alicloud/ess/_inputs.py +24 -0
- pulumi_alicloud/ess/eci_scaling_configuration.py +94 -0
- pulumi_alicloud/ess/outputs.py +24 -0
- pulumi_alicloud/ess/scaling_group.py +94 -0
- pulumi_alicloud/eventbridge/_inputs.py +156 -0
- pulumi_alicloud/eventbridge/outputs.py +156 -0
- pulumi_alicloud/expressconnect/_inputs.py +12 -0
- pulumi_alicloud/expressconnect/outputs.py +12 -0
- pulumi_alicloud/fc/_inputs.py +32 -0
- pulumi_alicloud/fc/outputs.py +32 -0
- pulumi_alicloud/ga/_inputs.py +24 -0
- pulumi_alicloud/ga/bandwidth_package_attachment.py +34 -34
- pulumi_alicloud/ga/listener.py +122 -0
- pulumi_alicloud/ga/outputs.py +24 -0
- pulumi_alicloud/gpdb/__init__.py +4 -0
- pulumi_alicloud/gpdb/_inputs.py +48 -0
- pulumi_alicloud/gpdb/external_data_service.py +485 -0
- pulumi_alicloud/gpdb/outputs.py +60 -0
- pulumi_alicloud/gpdb/remote_adb_data_source.py +763 -0
- pulumi_alicloud/gpdb/streaming_data_service.py +481 -0
- pulumi_alicloud/gpdb/streaming_data_source.py +645 -0
- pulumi_alicloud/hbr/_inputs.py +68 -0
- pulumi_alicloud/hbr/outputs.py +68 -0
- pulumi_alicloud/imp/_inputs.py +14 -0
- pulumi_alicloud/imp/outputs.py +14 -0
- pulumi_alicloud/log/_inputs.py +14 -0
- pulumi_alicloud/log/outputs.py +14 -0
- pulumi_alicloud/maxcompute/_inputs.py +54 -34
- pulumi_alicloud/maxcompute/outputs.py +54 -34
- pulumi_alicloud/maxcompute/project.py +230 -66
- pulumi_alicloud/mongodb/_inputs.py +14 -0
- pulumi_alicloud/mongodb/outputs.py +14 -0
- pulumi_alicloud/oss/_inputs.py +100 -0
- pulumi_alicloud/oss/outputs.py +100 -0
- pulumi_alicloud/ots/_inputs.py +60 -0
- pulumi_alicloud/ots/outputs.py +60 -0
- pulumi_alicloud/polardb/_inputs.py +10 -0
- pulumi_alicloud/polardb/cluster.py +28 -28
- pulumi_alicloud/polardb/outputs.py +10 -0
- pulumi_alicloud/pulumi-plugin.json +1 -1
- pulumi_alicloud/pvtz/outputs.py +18 -0
- pulumi_alicloud/quotas/_inputs.py +10 -0
- pulumi_alicloud/quotas/outputs.py +10 -0
- pulumi_alicloud/ram/_inputs.py +24 -0
- pulumi_alicloud/ram/outputs.py +24 -0
- pulumi_alicloud/rdc/organization.py +2 -2
- pulumi_alicloud/realtimecompute/_inputs.py +6 -0
- pulumi_alicloud/realtimecompute/outputs.py +6 -0
- pulumi_alicloud/redis/tair_instance.py +161 -67
- pulumi_alicloud/rocketmq/_inputs.py +36 -0
- pulumi_alicloud/rocketmq/outputs.py +36 -0
- pulumi_alicloud/ros/_inputs.py +72 -0
- pulumi_alicloud/ros/outputs.py +72 -0
- pulumi_alicloud/sae/_inputs.py +118 -0
- pulumi_alicloud/sae/outputs.py +118 -0
- pulumi_alicloud/scdn/_inputs.py +56 -0
- pulumi_alicloud/scdn/outputs.py +56 -0
- pulumi_alicloud/servicecatalog/_inputs.py +10 -0
- pulumi_alicloud/servicecatalog/outputs.py +10 -0
- pulumi_alicloud/servicemesh/_inputs.py +150 -0
- pulumi_alicloud/servicemesh/outputs.py +154 -0
- pulumi_alicloud/slb/_inputs.py +8 -8
- pulumi_alicloud/slb/outputs.py +8 -8
- pulumi_alicloud/slb/server_group.py +140 -84
- pulumi_alicloud/sls/_inputs.py +186 -0
- pulumi_alicloud/sls/outputs.py +186 -0
- pulumi_alicloud/threatdetection/_inputs.py +32 -0
- pulumi_alicloud/threatdetection/outputs.py +32 -0
- pulumi_alicloud/vod/_inputs.py +18 -0
- pulumi_alicloud/vod/outputs.py +18 -0
- pulumi_alicloud/vpc/_inputs.py +50 -12
- pulumi_alicloud/vpc/network.py +332 -134
- pulumi_alicloud/vpc/outputs.py +50 -12
- pulumi_alicloud/vpc/public_ip_address_pool.py +118 -10
- pulumi_alicloud/vpn/_inputs.py +10 -0
- pulumi_alicloud/vpn/outputs.py +14 -0
- pulumi_alicloud/wafv3/_inputs.py +10 -0
- pulumi_alicloud/wafv3/outputs.py +10 -0
- {pulumi_alicloud-3.59.0a1720761596.dist-info → pulumi_alicloud-3.59.1.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.59.0a1720761596.dist-info → pulumi_alicloud-3.59.1.dist-info}/RECORD +144 -138
- {pulumi_alicloud-3.59.0a1720761596.dist-info → pulumi_alicloud-3.59.1.dist-info}/WHEEL +1 -1
- {pulumi_alicloud-3.59.0a1720761596.dist-info → pulumi_alicloud-3.59.1.dist-info}/top_level.txt +0 -0
pulumi_alicloud/ecs/outputs.py
CHANGED
|
@@ -21,6 +21,7 @@ __all__ = [
|
|
|
21
21
|
'EcsLaunchTemplateSystemDisk',
|
|
22
22
|
'EcsPrefixListEntry',
|
|
23
23
|
'ImageDiskDeviceMapping',
|
|
24
|
+
'ImageFeatures',
|
|
24
25
|
'ImageImportDiskDeviceMapping',
|
|
25
26
|
'InstanceDataDisk',
|
|
26
27
|
'InstanceMaintenanceTime',
|
|
@@ -128,6 +129,13 @@ class AutoProvisioningGroupLaunchTemplateConfig(dict):
|
|
|
128
129
|
weighted_capacity: str,
|
|
129
130
|
instance_type: Optional[str] = None,
|
|
130
131
|
priority: Optional[str] = None):
|
|
132
|
+
"""
|
|
133
|
+
:param str max_price: The maximum price of the instance type specified in the Nth extended configurations of the launch template.
|
|
134
|
+
:param str vswitch_id: The ID of the VSwitch in the Nth extended configurations of the launch template.
|
|
135
|
+
:param str weighted_capacity: The weight of the instance type specified in the Nth extended configurations of the launch template.
|
|
136
|
+
:param str instance_type: The instance type of the Nth extended configurations of the launch template.
|
|
137
|
+
:param str priority: The priority of the instance type specified in the Nth extended configurations of the launch template. A value of 0 indicates the highest priority.
|
|
138
|
+
"""
|
|
131
139
|
pulumi.set(__self__, "max_price", max_price)
|
|
132
140
|
pulumi.set(__self__, "vswitch_id", vswitch_id)
|
|
133
141
|
pulumi.set(__self__, "weighted_capacity", weighted_capacity)
|
|
@@ -139,26 +147,41 @@ class AutoProvisioningGroupLaunchTemplateConfig(dict):
|
|
|
139
147
|
@property
|
|
140
148
|
@pulumi.getter(name="maxPrice")
|
|
141
149
|
def max_price(self) -> str:
|
|
150
|
+
"""
|
|
151
|
+
The maximum price of the instance type specified in the Nth extended configurations of the launch template.
|
|
152
|
+
"""
|
|
142
153
|
return pulumi.get(self, "max_price")
|
|
143
154
|
|
|
144
155
|
@property
|
|
145
156
|
@pulumi.getter(name="vswitchId")
|
|
146
157
|
def vswitch_id(self) -> str:
|
|
158
|
+
"""
|
|
159
|
+
The ID of the VSwitch in the Nth extended configurations of the launch template.
|
|
160
|
+
"""
|
|
147
161
|
return pulumi.get(self, "vswitch_id")
|
|
148
162
|
|
|
149
163
|
@property
|
|
150
164
|
@pulumi.getter(name="weightedCapacity")
|
|
151
165
|
def weighted_capacity(self) -> str:
|
|
166
|
+
"""
|
|
167
|
+
The weight of the instance type specified in the Nth extended configurations of the launch template.
|
|
168
|
+
"""
|
|
152
169
|
return pulumi.get(self, "weighted_capacity")
|
|
153
170
|
|
|
154
171
|
@property
|
|
155
172
|
@pulumi.getter(name="instanceType")
|
|
156
173
|
def instance_type(self) -> Optional[str]:
|
|
174
|
+
"""
|
|
175
|
+
The instance type of the Nth extended configurations of the launch template.
|
|
176
|
+
"""
|
|
157
177
|
return pulumi.get(self, "instance_type")
|
|
158
178
|
|
|
159
179
|
@property
|
|
160
180
|
@pulumi.getter
|
|
161
181
|
def priority(self) -> Optional[str]:
|
|
182
|
+
"""
|
|
183
|
+
The priority of the instance type specified in the Nth extended configurations of the launch template. A value of 0 indicates the highest priority.
|
|
184
|
+
"""
|
|
162
185
|
return pulumi.get(self, "priority")
|
|
163
186
|
|
|
164
187
|
|
|
@@ -867,6 +890,12 @@ class ImageDiskDeviceMapping(dict):
|
|
|
867
890
|
suggest = None
|
|
868
891
|
if key == "diskType":
|
|
869
892
|
suggest = "disk_type"
|
|
893
|
+
elif key == "importOssBucket":
|
|
894
|
+
suggest = "import_oss_bucket"
|
|
895
|
+
elif key == "importOssObject":
|
|
896
|
+
suggest = "import_oss_object"
|
|
897
|
+
elif key == "remainTime":
|
|
898
|
+
suggest = "remain_time"
|
|
870
899
|
elif key == "snapshotId":
|
|
871
900
|
suggest = "snapshot_id"
|
|
872
901
|
|
|
@@ -884,18 +913,46 @@ class ImageDiskDeviceMapping(dict):
|
|
|
884
913
|
def __init__(__self__, *,
|
|
885
914
|
device: Optional[str] = None,
|
|
886
915
|
disk_type: Optional[str] = None,
|
|
916
|
+
format: Optional[str] = None,
|
|
917
|
+
import_oss_bucket: Optional[str] = None,
|
|
918
|
+
import_oss_object: Optional[str] = None,
|
|
919
|
+
progress: Optional[str] = None,
|
|
920
|
+
remain_time: Optional[int] = None,
|
|
887
921
|
size: Optional[int] = None,
|
|
888
922
|
snapshot_id: Optional[str] = None):
|
|
889
923
|
"""
|
|
890
|
-
:param str device:
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
:param str
|
|
924
|
+
:param str device: The device name of disk N in the custom image. Valid values:
|
|
925
|
+
- For disks other than basic disks, such as standard SSDs, ultra disks, and enhanced SSDs (ESSDs), the valid values range from /dev/vda to /dev/vdz in alphabetical order.
|
|
926
|
+
- For basic disks, the valid values range from /dev/xvda to /dev/xvdz in alphabetical order.
|
|
927
|
+
:param str disk_type: The type of disk N in the custom image. You can specify this parameter to create the system disk of the custom image from a data disk snapshot. If you do not specify this parameter, the disk type is determined by the corresponding snapshot. Valid values:
|
|
928
|
+
- system: system disk. You can specify only one snapshot to use to create the system disk in the custom image.
|
|
929
|
+
- data: data disk. You can specify up to 16 snapshots to use to create data disks in the custom image.
|
|
930
|
+
:param str format: Image format.
|
|
931
|
+
:param str import_oss_bucket: Import the bucket of the OSS to which the image belongs.
|
|
932
|
+
:param str import_oss_object: Import the object of the OSS to which the image file belongs.
|
|
933
|
+
:param str progress: Copy the progress of the task.
|
|
934
|
+
:param int remain_time: For an image being replicated, return the remaining time of the replication task, in seconds.
|
|
935
|
+
:param int size: The size of disk N in the custom image. Unit: GiB. The valid values and default value of DiskDeviceMapping.N.Size vary based on the value of DiskDeviceMapping.N.SnapshotId.
|
|
936
|
+
- If no corresponding snapshot IDs are specified in the value of DiskDeviceMapping.N.SnapshotId, DiskDeviceMapping.N.Size has the following valid values and default values:
|
|
937
|
+
* For basic disks, the valid values range from 5 to 2000, and the default value is 5.
|
|
938
|
+
* For other disks, the valid values range from 20 to 32768, and the default value is 20.
|
|
939
|
+
- If a corresponding snapshot ID is specified in the value of DiskDeviceMapping.N.SnapshotId, the value of DiskDeviceMapping.N.Size must be greater than or equal to the size of the specified snapshot. The default value of DiskDeviceMapping.N.Size is the size of the specified snapshot.
|
|
940
|
+
:param str snapshot_id: The ID of snapshot N to use to create the custom image. .
|
|
894
941
|
"""
|
|
895
942
|
if device is not None:
|
|
896
943
|
pulumi.set(__self__, "device", device)
|
|
897
944
|
if disk_type is not None:
|
|
898
945
|
pulumi.set(__self__, "disk_type", disk_type)
|
|
946
|
+
if format is not None:
|
|
947
|
+
pulumi.set(__self__, "format", format)
|
|
948
|
+
if import_oss_bucket is not None:
|
|
949
|
+
pulumi.set(__self__, "import_oss_bucket", import_oss_bucket)
|
|
950
|
+
if import_oss_object is not None:
|
|
951
|
+
pulumi.set(__self__, "import_oss_object", import_oss_object)
|
|
952
|
+
if progress is not None:
|
|
953
|
+
pulumi.set(__self__, "progress", progress)
|
|
954
|
+
if remain_time is not None:
|
|
955
|
+
pulumi.set(__self__, "remain_time", remain_time)
|
|
899
956
|
if size is not None:
|
|
900
957
|
pulumi.set(__self__, "size", size)
|
|
901
958
|
if snapshot_id is not None:
|
|
@@ -905,7 +962,9 @@ class ImageDiskDeviceMapping(dict):
|
|
|
905
962
|
@pulumi.getter
|
|
906
963
|
def device(self) -> Optional[str]:
|
|
907
964
|
"""
|
|
908
|
-
|
|
965
|
+
The device name of disk N in the custom image. Valid values:
|
|
966
|
+
- For disks other than basic disks, such as standard SSDs, ultra disks, and enhanced SSDs (ESSDs), the valid values range from /dev/vda to /dev/vdz in alphabetical order.
|
|
967
|
+
- For basic disks, the valid values range from /dev/xvda to /dev/xvdz in alphabetical order.
|
|
909
968
|
"""
|
|
910
969
|
return pulumi.get(self, "device")
|
|
911
970
|
|
|
@@ -913,15 +972,61 @@ class ImageDiskDeviceMapping(dict):
|
|
|
913
972
|
@pulumi.getter(name="diskType")
|
|
914
973
|
def disk_type(self) -> Optional[str]:
|
|
915
974
|
"""
|
|
916
|
-
|
|
975
|
+
The type of disk N in the custom image. You can specify this parameter to create the system disk of the custom image from a data disk snapshot. If you do not specify this parameter, the disk type is determined by the corresponding snapshot. Valid values:
|
|
976
|
+
- system: system disk. You can specify only one snapshot to use to create the system disk in the custom image.
|
|
977
|
+
- data: data disk. You can specify up to 16 snapshots to use to create data disks in the custom image.
|
|
917
978
|
"""
|
|
918
979
|
return pulumi.get(self, "disk_type")
|
|
919
980
|
|
|
981
|
+
@property
|
|
982
|
+
@pulumi.getter
|
|
983
|
+
def format(self) -> Optional[str]:
|
|
984
|
+
"""
|
|
985
|
+
Image format.
|
|
986
|
+
"""
|
|
987
|
+
return pulumi.get(self, "format")
|
|
988
|
+
|
|
989
|
+
@property
|
|
990
|
+
@pulumi.getter(name="importOssBucket")
|
|
991
|
+
def import_oss_bucket(self) -> Optional[str]:
|
|
992
|
+
"""
|
|
993
|
+
Import the bucket of the OSS to which the image belongs.
|
|
994
|
+
"""
|
|
995
|
+
return pulumi.get(self, "import_oss_bucket")
|
|
996
|
+
|
|
997
|
+
@property
|
|
998
|
+
@pulumi.getter(name="importOssObject")
|
|
999
|
+
def import_oss_object(self) -> Optional[str]:
|
|
1000
|
+
"""
|
|
1001
|
+
Import the object of the OSS to which the image file belongs.
|
|
1002
|
+
"""
|
|
1003
|
+
return pulumi.get(self, "import_oss_object")
|
|
1004
|
+
|
|
1005
|
+
@property
|
|
1006
|
+
@pulumi.getter
|
|
1007
|
+
def progress(self) -> Optional[str]:
|
|
1008
|
+
"""
|
|
1009
|
+
Copy the progress of the task.
|
|
1010
|
+
"""
|
|
1011
|
+
return pulumi.get(self, "progress")
|
|
1012
|
+
|
|
1013
|
+
@property
|
|
1014
|
+
@pulumi.getter(name="remainTime")
|
|
1015
|
+
def remain_time(self) -> Optional[int]:
|
|
1016
|
+
"""
|
|
1017
|
+
For an image being replicated, return the remaining time of the replication task, in seconds.
|
|
1018
|
+
"""
|
|
1019
|
+
return pulumi.get(self, "remain_time")
|
|
1020
|
+
|
|
920
1021
|
@property
|
|
921
1022
|
@pulumi.getter
|
|
922
1023
|
def size(self) -> Optional[int]:
|
|
923
1024
|
"""
|
|
924
|
-
|
|
1025
|
+
The size of disk N in the custom image. Unit: GiB. The valid values and default value of DiskDeviceMapping.N.Size vary based on the value of DiskDeviceMapping.N.SnapshotId.
|
|
1026
|
+
- If no corresponding snapshot IDs are specified in the value of DiskDeviceMapping.N.SnapshotId, DiskDeviceMapping.N.Size has the following valid values and default values:
|
|
1027
|
+
* For basic disks, the valid values range from 5 to 2000, and the default value is 5.
|
|
1028
|
+
* For other disks, the valid values range from 20 to 32768, and the default value is 20.
|
|
1029
|
+
- If a corresponding snapshot ID is specified in the value of DiskDeviceMapping.N.SnapshotId, the value of DiskDeviceMapping.N.Size must be greater than or equal to the size of the specified snapshot. The default value of DiskDeviceMapping.N.Size is the size of the specified snapshot.
|
|
925
1030
|
"""
|
|
926
1031
|
return pulumi.get(self, "size")
|
|
927
1032
|
|
|
@@ -929,11 +1034,51 @@ class ImageDiskDeviceMapping(dict):
|
|
|
929
1034
|
@pulumi.getter(name="snapshotId")
|
|
930
1035
|
def snapshot_id(self) -> Optional[str]:
|
|
931
1036
|
"""
|
|
932
|
-
|
|
1037
|
+
The ID of snapshot N to use to create the custom image. .
|
|
933
1038
|
"""
|
|
934
1039
|
return pulumi.get(self, "snapshot_id")
|
|
935
1040
|
|
|
936
1041
|
|
|
1042
|
+
@pulumi.output_type
|
|
1043
|
+
class ImageFeatures(dict):
|
|
1044
|
+
@staticmethod
|
|
1045
|
+
def __key_warning(key: str):
|
|
1046
|
+
suggest = None
|
|
1047
|
+
if key == "nvmeSupport":
|
|
1048
|
+
suggest = "nvme_support"
|
|
1049
|
+
|
|
1050
|
+
if suggest:
|
|
1051
|
+
pulumi.log.warn(f"Key '{key}' not found in ImageFeatures. Access the value via the '{suggest}' property getter instead.")
|
|
1052
|
+
|
|
1053
|
+
def __getitem__(self, key: str) -> Any:
|
|
1054
|
+
ImageFeatures.__key_warning(key)
|
|
1055
|
+
return super().__getitem__(key)
|
|
1056
|
+
|
|
1057
|
+
def get(self, key: str, default = None) -> Any:
|
|
1058
|
+
ImageFeatures.__key_warning(key)
|
|
1059
|
+
return super().get(key, default)
|
|
1060
|
+
|
|
1061
|
+
def __init__(__self__, *,
|
|
1062
|
+
nvme_support: Optional[str] = None):
|
|
1063
|
+
"""
|
|
1064
|
+
:param str nvme_support: Specifies whether to support the Non-Volatile Memory Express (NVMe) protocol. Valid values:
|
|
1065
|
+
- supported: The image supports NVMe. Instances created from this image also support NVMe.
|
|
1066
|
+
- unsupported: The image does not support NVMe. Instances created from this image do not support NVMe.
|
|
1067
|
+
"""
|
|
1068
|
+
if nvme_support is not None:
|
|
1069
|
+
pulumi.set(__self__, "nvme_support", nvme_support)
|
|
1070
|
+
|
|
1071
|
+
@property
|
|
1072
|
+
@pulumi.getter(name="nvmeSupport")
|
|
1073
|
+
def nvme_support(self) -> Optional[str]:
|
|
1074
|
+
"""
|
|
1075
|
+
Specifies whether to support the Non-Volatile Memory Express (NVMe) protocol. Valid values:
|
|
1076
|
+
- supported: The image supports NVMe. Instances created from this image also support NVMe.
|
|
1077
|
+
- unsupported: The image does not support NVMe. Instances created from this image do not support NVMe.
|
|
1078
|
+
"""
|
|
1079
|
+
return pulumi.get(self, "nvme_support")
|
|
1080
|
+
|
|
1081
|
+
|
|
937
1082
|
@pulumi.output_type
|
|
938
1083
|
class ImageImportDiskDeviceMapping(dict):
|
|
939
1084
|
@staticmethod
|
|
@@ -1260,10 +1405,14 @@ class InstanceNetworkInterfaces(dict):
|
|
|
1260
1405
|
@staticmethod
|
|
1261
1406
|
def __key_warning(key: str):
|
|
1262
1407
|
suggest = None
|
|
1263
|
-
if key == "
|
|
1408
|
+
if key == "networkCardIndex":
|
|
1409
|
+
suggest = "network_card_index"
|
|
1410
|
+
elif key == "networkInterfaceId":
|
|
1264
1411
|
suggest = "network_interface_id"
|
|
1265
1412
|
elif key == "networkInterfaceTrafficMode":
|
|
1266
1413
|
suggest = "network_interface_traffic_mode"
|
|
1414
|
+
elif key == "queuePairNumber":
|
|
1415
|
+
suggest = "queue_pair_number"
|
|
1267
1416
|
elif key == "securityGroupIds":
|
|
1268
1417
|
suggest = "security_group_ids"
|
|
1269
1418
|
elif key == "vswitchId":
|
|
@@ -1281,32 +1430,48 @@ class InstanceNetworkInterfaces(dict):
|
|
|
1281
1430
|
return super().get(key, default)
|
|
1282
1431
|
|
|
1283
1432
|
def __init__(__self__, *,
|
|
1433
|
+
network_card_index: Optional[int] = None,
|
|
1284
1434
|
network_interface_id: Optional[str] = None,
|
|
1285
1435
|
network_interface_traffic_mode: Optional[str] = None,
|
|
1436
|
+
queue_pair_number: Optional[int] = None,
|
|
1286
1437
|
security_group_ids: Optional[Sequence[str]] = None,
|
|
1287
1438
|
vswitch_id: Optional[str] = None):
|
|
1288
1439
|
"""
|
|
1289
|
-
:param
|
|
1290
|
-
:param str
|
|
1440
|
+
:param int network_card_index: The index of the network card for Secondary ENI.
|
|
1441
|
+
:param str network_interface_id: The ID of the Secondary ENI.
|
|
1442
|
+
:param str network_interface_traffic_mode: The communication mode of the Secondary ENI. Default value: `Standard`. Valid values:
|
|
1291
1443
|
- `Standard`: Uses the TCP communication mode.
|
|
1292
1444
|
- `HighPerformance`: Uses the remote direct memory access (RDMA) communication mode with Elastic RDMA Interface (ERI) enabled.
|
|
1293
|
-
:param
|
|
1294
|
-
:param str
|
|
1445
|
+
:param int queue_pair_number: The number of queues supported by the ERI.
|
|
1446
|
+
:param Sequence[str] security_group_ids: The ID of security group N to which to assign Secondary ENI N.
|
|
1447
|
+
:param str vswitch_id: The ID of the vSwitch to which to connect Secondary ENI N.
|
|
1295
1448
|
"""
|
|
1449
|
+
if network_card_index is not None:
|
|
1450
|
+
pulumi.set(__self__, "network_card_index", network_card_index)
|
|
1296
1451
|
if network_interface_id is not None:
|
|
1297
1452
|
pulumi.set(__self__, "network_interface_id", network_interface_id)
|
|
1298
1453
|
if network_interface_traffic_mode is not None:
|
|
1299
1454
|
pulumi.set(__self__, "network_interface_traffic_mode", network_interface_traffic_mode)
|
|
1455
|
+
if queue_pair_number is not None:
|
|
1456
|
+
pulumi.set(__self__, "queue_pair_number", queue_pair_number)
|
|
1300
1457
|
if security_group_ids is not None:
|
|
1301
1458
|
pulumi.set(__self__, "security_group_ids", security_group_ids)
|
|
1302
1459
|
if vswitch_id is not None:
|
|
1303
1460
|
pulumi.set(__self__, "vswitch_id", vswitch_id)
|
|
1304
1461
|
|
|
1462
|
+
@property
|
|
1463
|
+
@pulumi.getter(name="networkCardIndex")
|
|
1464
|
+
def network_card_index(self) -> Optional[int]:
|
|
1465
|
+
"""
|
|
1466
|
+
The index of the network card for Secondary ENI.
|
|
1467
|
+
"""
|
|
1468
|
+
return pulumi.get(self, "network_card_index")
|
|
1469
|
+
|
|
1305
1470
|
@property
|
|
1306
1471
|
@pulumi.getter(name="networkInterfaceId")
|
|
1307
1472
|
def network_interface_id(self) -> Optional[str]:
|
|
1308
1473
|
"""
|
|
1309
|
-
The ID of the
|
|
1474
|
+
The ID of the Secondary ENI.
|
|
1310
1475
|
"""
|
|
1311
1476
|
return pulumi.get(self, "network_interface_id")
|
|
1312
1477
|
|
|
@@ -1314,17 +1479,25 @@ class InstanceNetworkInterfaces(dict):
|
|
|
1314
1479
|
@pulumi.getter(name="networkInterfaceTrafficMode")
|
|
1315
1480
|
def network_interface_traffic_mode(self) -> Optional[str]:
|
|
1316
1481
|
"""
|
|
1317
|
-
The communication mode of the ENI. Default value: `Standard`. Valid values:
|
|
1482
|
+
The communication mode of the Secondary ENI. Default value: `Standard`. Valid values:
|
|
1318
1483
|
- `Standard`: Uses the TCP communication mode.
|
|
1319
1484
|
- `HighPerformance`: Uses the remote direct memory access (RDMA) communication mode with Elastic RDMA Interface (ERI) enabled.
|
|
1320
1485
|
"""
|
|
1321
1486
|
return pulumi.get(self, "network_interface_traffic_mode")
|
|
1322
1487
|
|
|
1488
|
+
@property
|
|
1489
|
+
@pulumi.getter(name="queuePairNumber")
|
|
1490
|
+
def queue_pair_number(self) -> Optional[int]:
|
|
1491
|
+
"""
|
|
1492
|
+
The number of queues supported by the ERI.
|
|
1493
|
+
"""
|
|
1494
|
+
return pulumi.get(self, "queue_pair_number")
|
|
1495
|
+
|
|
1323
1496
|
@property
|
|
1324
1497
|
@pulumi.getter(name="securityGroupIds")
|
|
1325
1498
|
def security_group_ids(self) -> Optional[Sequence[str]]:
|
|
1326
1499
|
"""
|
|
1327
|
-
The ID of security group N to which to assign ENI N.
|
|
1500
|
+
The ID of security group N to which to assign Secondary ENI N.
|
|
1328
1501
|
"""
|
|
1329
1502
|
return pulumi.get(self, "security_group_ids")
|
|
1330
1503
|
|
|
@@ -1332,7 +1505,7 @@ class InstanceNetworkInterfaces(dict):
|
|
|
1332
1505
|
@pulumi.getter(name="vswitchId")
|
|
1333
1506
|
def vswitch_id(self) -> Optional[str]:
|
|
1334
1507
|
"""
|
|
1335
|
-
The ID of the vSwitch to which to connect ENI N.
|
|
1508
|
+
The ID of the vSwitch to which to connect Secondary ENI N.
|
|
1336
1509
|
"""
|
|
1337
1510
|
return pulumi.get(self, "vswitch_id")
|
|
1338
1511
|
|
|
@@ -1608,8 +1781,28 @@ class LaunchTemplateSystemDisk(dict):
|
|
|
1608
1781
|
performance_level: Optional[str] = None,
|
|
1609
1782
|
size: Optional[int] = None):
|
|
1610
1783
|
"""
|
|
1784
|
+
:param str category: The category of the disk:
|
|
1785
|
+
- cloud: Basic cloud disk.
|
|
1786
|
+
- cloud_efficiency: Ultra cloud disk.
|
|
1787
|
+
- cloud_ssd: SSD cloud Disks.
|
|
1788
|
+
- ephemeral_ssd: local SSD Disks
|
|
1789
|
+
- cloud_essd: ESSD cloud Disks.
|
|
1790
|
+
|
|
1791
|
+
Default to `cloud_efficiency`.
|
|
1792
|
+
:param bool delete_with_instance: Delete this data disk when the instance is destroyed. It only works on cloud, cloud_efficiency, cloud_ssd and cloud_essd disk. If the category of this data disk was ephemeral_ssd, please don't set this param.
|
|
1793
|
+
|
|
1794
|
+
Default to true
|
|
1611
1795
|
:param str description: Description of instance launch template version 1. It can be [2, 256] characters in length. It cannot start with "http://" or "https://". The default value is null.
|
|
1796
|
+
:param bool encrypted: Encrypted the data in this disk.
|
|
1797
|
+
|
|
1798
|
+
Default to false
|
|
1612
1799
|
:param str name: Instance launch template name. Can contain [2, 128] characters in length. It must start with an English letter or Chinese, can contain numbers, periods (.), colons (:), underscores (_), and hyphens (-). It cannot start with "http://" or "https://".
|
|
1800
|
+
:param int size: The size of the data disk.
|
|
1801
|
+
- cloud:[5, 2000]
|
|
1802
|
+
- cloud_efficiency:[20, 32768]
|
|
1803
|
+
- cloud_ssd:[20, 32768]
|
|
1804
|
+
- cloud_essd:[20, 32768]
|
|
1805
|
+
- ephemeral_ssd: [5, 800]
|
|
1613
1806
|
"""
|
|
1614
1807
|
if category is not None:
|
|
1615
1808
|
pulumi.set(__self__, "category", category)
|
|
@@ -1631,11 +1824,26 @@ class LaunchTemplateSystemDisk(dict):
|
|
|
1631
1824
|
@property
|
|
1632
1825
|
@pulumi.getter
|
|
1633
1826
|
def category(self) -> Optional[str]:
|
|
1827
|
+
"""
|
|
1828
|
+
The category of the disk:
|
|
1829
|
+
- cloud: Basic cloud disk.
|
|
1830
|
+
- cloud_efficiency: Ultra cloud disk.
|
|
1831
|
+
- cloud_ssd: SSD cloud Disks.
|
|
1832
|
+
- ephemeral_ssd: local SSD Disks
|
|
1833
|
+
- cloud_essd: ESSD cloud Disks.
|
|
1834
|
+
|
|
1835
|
+
Default to `cloud_efficiency`.
|
|
1836
|
+
"""
|
|
1634
1837
|
return pulumi.get(self, "category")
|
|
1635
1838
|
|
|
1636
1839
|
@property
|
|
1637
1840
|
@pulumi.getter(name="deleteWithInstance")
|
|
1638
1841
|
def delete_with_instance(self) -> Optional[bool]:
|
|
1842
|
+
"""
|
|
1843
|
+
Delete this data disk when the instance is destroyed. It only works on cloud, cloud_efficiency, cloud_ssd and cloud_essd disk. If the category of this data disk was ephemeral_ssd, please don't set this param.
|
|
1844
|
+
|
|
1845
|
+
Default to true
|
|
1846
|
+
"""
|
|
1639
1847
|
return pulumi.get(self, "delete_with_instance")
|
|
1640
1848
|
|
|
1641
1849
|
@property
|
|
@@ -1649,6 +1857,11 @@ class LaunchTemplateSystemDisk(dict):
|
|
|
1649
1857
|
@property
|
|
1650
1858
|
@pulumi.getter
|
|
1651
1859
|
def encrypted(self) -> Optional[bool]:
|
|
1860
|
+
"""
|
|
1861
|
+
Encrypted the data in this disk.
|
|
1862
|
+
|
|
1863
|
+
Default to false
|
|
1864
|
+
"""
|
|
1652
1865
|
return pulumi.get(self, "encrypted")
|
|
1653
1866
|
|
|
1654
1867
|
@property
|
|
@@ -1672,6 +1885,14 @@ class LaunchTemplateSystemDisk(dict):
|
|
|
1672
1885
|
@property
|
|
1673
1886
|
@pulumi.getter
|
|
1674
1887
|
def size(self) -> Optional[int]:
|
|
1888
|
+
"""
|
|
1889
|
+
The size of the data disk.
|
|
1890
|
+
- cloud:[5, 2000]
|
|
1891
|
+
- cloud_efficiency:[20, 32768]
|
|
1892
|
+
- cloud_ssd:[20, 32768]
|
|
1893
|
+
- cloud_essd:[20, 32768]
|
|
1894
|
+
- ephemeral_ssd: [5, 800]
|
|
1895
|
+
"""
|
|
1675
1896
|
return pulumi.get(self, "size")
|
|
1676
1897
|
|
|
1677
1898
|
|
|
@@ -4729,7 +4950,11 @@ class GetEcsKeyPairsKeyPairResult(dict):
|
|
|
4729
4950
|
tags: Mapping[str, Any]):
|
|
4730
4951
|
"""
|
|
4731
4952
|
:param str finger_print: The finger print of the key pair.
|
|
4953
|
+
:param str id: The ID of the Key Pair.
|
|
4954
|
+
:param Sequence['GetEcsKeyPairsKeyPairInstanceArgs'] instances: A list of ECS instances that has been bound this key pair.
|
|
4955
|
+
:param str key_name: The Key Pair Name.
|
|
4732
4956
|
:param str resource_group_id: The resource group Id.
|
|
4957
|
+
:param Mapping[str, Any] tags: The tags.
|
|
4733
4958
|
"""
|
|
4734
4959
|
pulumi.set(__self__, "finger_print", finger_print)
|
|
4735
4960
|
pulumi.set(__self__, "id", id)
|
|
@@ -4750,16 +4975,25 @@ class GetEcsKeyPairsKeyPairResult(dict):
|
|
|
4750
4975
|
@property
|
|
4751
4976
|
@pulumi.getter
|
|
4752
4977
|
def id(self) -> str:
|
|
4978
|
+
"""
|
|
4979
|
+
The ID of the Key Pair.
|
|
4980
|
+
"""
|
|
4753
4981
|
return pulumi.get(self, "id")
|
|
4754
4982
|
|
|
4755
4983
|
@property
|
|
4756
4984
|
@pulumi.getter
|
|
4757
4985
|
def instances(self) -> Sequence['outputs.GetEcsKeyPairsKeyPairInstanceResult']:
|
|
4986
|
+
"""
|
|
4987
|
+
A list of ECS instances that has been bound this key pair.
|
|
4988
|
+
"""
|
|
4758
4989
|
return pulumi.get(self, "instances")
|
|
4759
4990
|
|
|
4760
4991
|
@property
|
|
4761
4992
|
@pulumi.getter(name="keyName")
|
|
4762
4993
|
def key_name(self) -> str:
|
|
4994
|
+
"""
|
|
4995
|
+
The Key Pair Name.
|
|
4996
|
+
"""
|
|
4763
4997
|
return pulumi.get(self, "key_name")
|
|
4764
4998
|
|
|
4765
4999
|
@property
|
|
@@ -4778,6 +5012,9 @@ class GetEcsKeyPairsKeyPairResult(dict):
|
|
|
4778
5012
|
@property
|
|
4779
5013
|
@pulumi.getter
|
|
4780
5014
|
def tags(self) -> Mapping[str, Any]:
|
|
5015
|
+
"""
|
|
5016
|
+
The tags.
|
|
5017
|
+
"""
|
|
4781
5018
|
return pulumi.get(self, "tags")
|
|
4782
5019
|
|
|
4783
5020
|
|
|
@@ -4796,6 +5033,15 @@ class GetEcsKeyPairsKeyPairInstanceResult(dict):
|
|
|
4796
5033
|
region_id: str,
|
|
4797
5034
|
status: str,
|
|
4798
5035
|
vswitch_id: str):
|
|
5036
|
+
"""
|
|
5037
|
+
:param str availability_zone: The ID of the availability zone where the ECS instance is located.
|
|
5038
|
+
:param str instance_id: The ID of the ECS instance.
|
|
5039
|
+
:param str instance_name: The name of the ECS instance.
|
|
5040
|
+
:param str key_name: The Key Pair Name.
|
|
5041
|
+
:param str private_ip: The private IP address of the ECS instance.
|
|
5042
|
+
:param str public_ip: The public IP address or EIP of the ECS instance.
|
|
5043
|
+
:param str vswitch_id: The ID of the VSwitch attached to the ECS instance.
|
|
5044
|
+
"""
|
|
4799
5045
|
pulumi.set(__self__, "availability_zone", availability_zone)
|
|
4800
5046
|
pulumi.set(__self__, "description", description)
|
|
4801
5047
|
pulumi.set(__self__, "image_id", image_id)
|
|
@@ -4812,6 +5058,9 @@ class GetEcsKeyPairsKeyPairInstanceResult(dict):
|
|
|
4812
5058
|
@property
|
|
4813
5059
|
@pulumi.getter(name="availabilityZone")
|
|
4814
5060
|
def availability_zone(self) -> str:
|
|
5061
|
+
"""
|
|
5062
|
+
The ID of the availability zone where the ECS instance is located.
|
|
5063
|
+
"""
|
|
4815
5064
|
return pulumi.get(self, "availability_zone")
|
|
4816
5065
|
|
|
4817
5066
|
@property
|
|
@@ -4827,11 +5076,17 @@ class GetEcsKeyPairsKeyPairInstanceResult(dict):
|
|
|
4827
5076
|
@property
|
|
4828
5077
|
@pulumi.getter(name="instanceId")
|
|
4829
5078
|
def instance_id(self) -> str:
|
|
5079
|
+
"""
|
|
5080
|
+
The ID of the ECS instance.
|
|
5081
|
+
"""
|
|
4830
5082
|
return pulumi.get(self, "instance_id")
|
|
4831
5083
|
|
|
4832
5084
|
@property
|
|
4833
5085
|
@pulumi.getter(name="instanceName")
|
|
4834
5086
|
def instance_name(self) -> str:
|
|
5087
|
+
"""
|
|
5088
|
+
The name of the ECS instance.
|
|
5089
|
+
"""
|
|
4835
5090
|
return pulumi.get(self, "instance_name")
|
|
4836
5091
|
|
|
4837
5092
|
@property
|
|
@@ -4842,16 +5097,25 @@ class GetEcsKeyPairsKeyPairInstanceResult(dict):
|
|
|
4842
5097
|
@property
|
|
4843
5098
|
@pulumi.getter(name="keyName")
|
|
4844
5099
|
def key_name(self) -> str:
|
|
5100
|
+
"""
|
|
5101
|
+
The Key Pair Name.
|
|
5102
|
+
"""
|
|
4845
5103
|
return pulumi.get(self, "key_name")
|
|
4846
5104
|
|
|
4847
5105
|
@property
|
|
4848
5106
|
@pulumi.getter(name="privateIp")
|
|
4849
5107
|
def private_ip(self) -> str:
|
|
5108
|
+
"""
|
|
5109
|
+
The private IP address of the ECS instance.
|
|
5110
|
+
"""
|
|
4850
5111
|
return pulumi.get(self, "private_ip")
|
|
4851
5112
|
|
|
4852
5113
|
@property
|
|
4853
5114
|
@pulumi.getter(name="publicIp")
|
|
4854
5115
|
def public_ip(self) -> str:
|
|
5116
|
+
"""
|
|
5117
|
+
The public IP address or EIP of the ECS instance.
|
|
5118
|
+
"""
|
|
4855
5119
|
return pulumi.get(self, "public_ip")
|
|
4856
5120
|
|
|
4857
5121
|
@property
|
|
@@ -4867,6 +5131,9 @@ class GetEcsKeyPairsKeyPairInstanceResult(dict):
|
|
|
4867
5131
|
@property
|
|
4868
5132
|
@pulumi.getter(name="vswitchId")
|
|
4869
5133
|
def vswitch_id(self) -> str:
|
|
5134
|
+
"""
|
|
5135
|
+
The ID of the VSwitch attached to the ECS instance.
|
|
5136
|
+
"""
|
|
4870
5137
|
return pulumi.get(self, "vswitch_id")
|
|
4871
5138
|
|
|
4872
5139
|
|
|
@@ -4883,6 +5150,7 @@ class GetEcsKeyPairsPairResult(dict):
|
|
|
4883
5150
|
"""
|
|
4884
5151
|
:param str finger_print: The finger print of the key pair.
|
|
4885
5152
|
:param str id: The ID of the Key Pair.
|
|
5153
|
+
:param Sequence['GetEcsKeyPairsPairInstanceArgs'] instances: A list of ECS instances that has been bound this key pair.
|
|
4886
5154
|
:param str key_name: The Key Pair Name.
|
|
4887
5155
|
:param str resource_group_id: The Resource Group Id.
|
|
4888
5156
|
:param Mapping[str, Any] tags: The tags.
|
|
@@ -4914,6 +5182,9 @@ class GetEcsKeyPairsPairResult(dict):
|
|
|
4914
5182
|
@property
|
|
4915
5183
|
@pulumi.getter
|
|
4916
5184
|
def instances(self) -> Sequence['outputs.GetEcsKeyPairsPairInstanceResult']:
|
|
5185
|
+
"""
|
|
5186
|
+
A list of ECS instances that has been bound this key pair.
|
|
5187
|
+
"""
|
|
4917
5188
|
return pulumi.get(self, "instances")
|
|
4918
5189
|
|
|
4919
5190
|
@property
|
|
@@ -4961,6 +5232,15 @@ class GetEcsKeyPairsPairInstanceResult(dict):
|
|
|
4961
5232
|
region_id: str,
|
|
4962
5233
|
status: str,
|
|
4963
5234
|
vswitch_id: str):
|
|
5235
|
+
"""
|
|
5236
|
+
:param str availability_zone: The ID of the availability zone where the ECS instance is located.
|
|
5237
|
+
:param str instance_id: The ID of the ECS instance.
|
|
5238
|
+
:param str instance_name: The name of the ECS instance.
|
|
5239
|
+
:param str key_name: The Key Pair Name.
|
|
5240
|
+
:param str private_ip: The private IP address of the ECS instance.
|
|
5241
|
+
:param str public_ip: The public IP address or EIP of the ECS instance.
|
|
5242
|
+
:param str vswitch_id: The ID of the VSwitch attached to the ECS instance.
|
|
5243
|
+
"""
|
|
4964
5244
|
pulumi.set(__self__, "availability_zone", availability_zone)
|
|
4965
5245
|
pulumi.set(__self__, "description", description)
|
|
4966
5246
|
pulumi.set(__self__, "image_id", image_id)
|
|
@@ -4977,6 +5257,9 @@ class GetEcsKeyPairsPairInstanceResult(dict):
|
|
|
4977
5257
|
@property
|
|
4978
5258
|
@pulumi.getter(name="availabilityZone")
|
|
4979
5259
|
def availability_zone(self) -> str:
|
|
5260
|
+
"""
|
|
5261
|
+
The ID of the availability zone where the ECS instance is located.
|
|
5262
|
+
"""
|
|
4980
5263
|
return pulumi.get(self, "availability_zone")
|
|
4981
5264
|
|
|
4982
5265
|
@property
|
|
@@ -4992,11 +5275,17 @@ class GetEcsKeyPairsPairInstanceResult(dict):
|
|
|
4992
5275
|
@property
|
|
4993
5276
|
@pulumi.getter(name="instanceId")
|
|
4994
5277
|
def instance_id(self) -> str:
|
|
5278
|
+
"""
|
|
5279
|
+
The ID of the ECS instance.
|
|
5280
|
+
"""
|
|
4995
5281
|
return pulumi.get(self, "instance_id")
|
|
4996
5282
|
|
|
4997
5283
|
@property
|
|
4998
5284
|
@pulumi.getter(name="instanceName")
|
|
4999
5285
|
def instance_name(self) -> str:
|
|
5286
|
+
"""
|
|
5287
|
+
The name of the ECS instance.
|
|
5288
|
+
"""
|
|
5000
5289
|
return pulumi.get(self, "instance_name")
|
|
5001
5290
|
|
|
5002
5291
|
@property
|
|
@@ -5007,16 +5296,25 @@ class GetEcsKeyPairsPairInstanceResult(dict):
|
|
|
5007
5296
|
@property
|
|
5008
5297
|
@pulumi.getter(name="keyName")
|
|
5009
5298
|
def key_name(self) -> str:
|
|
5299
|
+
"""
|
|
5300
|
+
The Key Pair Name.
|
|
5301
|
+
"""
|
|
5010
5302
|
return pulumi.get(self, "key_name")
|
|
5011
5303
|
|
|
5012
5304
|
@property
|
|
5013
5305
|
@pulumi.getter(name="privateIp")
|
|
5014
5306
|
def private_ip(self) -> str:
|
|
5307
|
+
"""
|
|
5308
|
+
The private IP address of the ECS instance.
|
|
5309
|
+
"""
|
|
5015
5310
|
return pulumi.get(self, "private_ip")
|
|
5016
5311
|
|
|
5017
5312
|
@property
|
|
5018
5313
|
@pulumi.getter(name="publicIp")
|
|
5019
5314
|
def public_ip(self) -> str:
|
|
5315
|
+
"""
|
|
5316
|
+
The public IP address or EIP of the ECS instance.
|
|
5317
|
+
"""
|
|
5020
5318
|
return pulumi.get(self, "public_ip")
|
|
5021
5319
|
|
|
5022
5320
|
@property
|
|
@@ -5032,6 +5330,9 @@ class GetEcsKeyPairsPairInstanceResult(dict):
|
|
|
5032
5330
|
@property
|
|
5033
5331
|
@pulumi.getter(name="vswitchId")
|
|
5034
5332
|
def vswitch_id(self) -> str:
|
|
5333
|
+
"""
|
|
5334
|
+
The ID of the VSwitch attached to the ECS instance.
|
|
5335
|
+
"""
|
|
5035
5336
|
return pulumi.get(self, "vswitch_id")
|
|
5036
5337
|
|
|
5037
5338
|
|
|
@@ -6265,6 +6566,9 @@ class GetEcsPrefixListsListEntryResult(dict):
|
|
|
6265
6566
|
def __init__(__self__, *,
|
|
6266
6567
|
cidr: str,
|
|
6267
6568
|
description: str):
|
|
6569
|
+
"""
|
|
6570
|
+
:param str description: The description of the prefix list.
|
|
6571
|
+
"""
|
|
6268
6572
|
pulumi.set(__self__, "cidr", cidr)
|
|
6269
6573
|
pulumi.set(__self__, "description", description)
|
|
6270
6574
|
|
|
@@ -6276,6 +6580,9 @@ class GetEcsPrefixListsListEntryResult(dict):
|
|
|
6276
6580
|
@property
|
|
6277
6581
|
@pulumi.getter
|
|
6278
6582
|
def description(self) -> str:
|
|
6583
|
+
"""
|
|
6584
|
+
The description of the prefix list.
|
|
6585
|
+
"""
|
|
6279
6586
|
return pulumi.get(self, "description")
|
|
6280
6587
|
|
|
6281
6588
|
|
|
@@ -7130,6 +7437,12 @@ class GetEipAddressesEipResult(dict):
|
|
|
7130
7437
|
ip_address: str,
|
|
7131
7438
|
status: str):
|
|
7132
7439
|
"""
|
|
7440
|
+
:param str bandwidth: The maximum bandwidth of the EIP. Unit: Mbit/s.
|
|
7441
|
+
:param bool deletion_protection: Indicates whether deletion protection is enabled.
|
|
7442
|
+
:param str id: The ID of the Address.
|
|
7443
|
+
:param str instance_id: The ID of the instance with which the EIP is associated.
|
|
7444
|
+
:param str instance_type: The type of the instance with which the EIP is associated.
|
|
7445
|
+
:param str internet_charge_type: The metering method of the EIP.
|
|
7133
7446
|
:param str ip_address: The eip address.
|
|
7134
7447
|
:param str status: The status of the EIP. Valid values: `Associating`: The EIP is being associated. `Unassociating`: The EIP is being disassociated. `InUse`: The EIP is allocated. `Available`:The EIP is available.
|
|
7135
7448
|
"""
|
|
@@ -7146,6 +7459,9 @@ class GetEipAddressesEipResult(dict):
|
|
|
7146
7459
|
@property
|
|
7147
7460
|
@pulumi.getter
|
|
7148
7461
|
def bandwidth(self) -> str:
|
|
7462
|
+
"""
|
|
7463
|
+
The maximum bandwidth of the EIP. Unit: Mbit/s.
|
|
7464
|
+
"""
|
|
7149
7465
|
return pulumi.get(self, "bandwidth")
|
|
7150
7466
|
|
|
7151
7467
|
@property
|
|
@@ -7156,26 +7472,41 @@ class GetEipAddressesEipResult(dict):
|
|
|
7156
7472
|
@property
|
|
7157
7473
|
@pulumi.getter(name="deletionProtection")
|
|
7158
7474
|
def deletion_protection(self) -> bool:
|
|
7475
|
+
"""
|
|
7476
|
+
Indicates whether deletion protection is enabled.
|
|
7477
|
+
"""
|
|
7159
7478
|
return pulumi.get(self, "deletion_protection")
|
|
7160
7479
|
|
|
7161
7480
|
@property
|
|
7162
7481
|
@pulumi.getter
|
|
7163
7482
|
def id(self) -> str:
|
|
7483
|
+
"""
|
|
7484
|
+
The ID of the Address.
|
|
7485
|
+
"""
|
|
7164
7486
|
return pulumi.get(self, "id")
|
|
7165
7487
|
|
|
7166
7488
|
@property
|
|
7167
7489
|
@pulumi.getter(name="instanceId")
|
|
7168
7490
|
def instance_id(self) -> str:
|
|
7491
|
+
"""
|
|
7492
|
+
The ID of the instance with which the EIP is associated.
|
|
7493
|
+
"""
|
|
7169
7494
|
return pulumi.get(self, "instance_id")
|
|
7170
7495
|
|
|
7171
7496
|
@property
|
|
7172
7497
|
@pulumi.getter(name="instanceType")
|
|
7173
7498
|
def instance_type(self) -> str:
|
|
7499
|
+
"""
|
|
7500
|
+
The type of the instance with which the EIP is associated.
|
|
7501
|
+
"""
|
|
7174
7502
|
return pulumi.get(self, "instance_type")
|
|
7175
7503
|
|
|
7176
7504
|
@property
|
|
7177
7505
|
@pulumi.getter(name="internetChargeType")
|
|
7178
7506
|
def internet_charge_type(self) -> str:
|
|
7507
|
+
"""
|
|
7508
|
+
The metering method of the EIP.
|
|
7509
|
+
"""
|
|
7179
7510
|
return pulumi.get(self, "internet_charge_type")
|
|
7180
7511
|
|
|
7181
7512
|
@property
|