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/cs/_inputs.py
CHANGED
|
@@ -2463,12 +2463,18 @@ class NodePoolManagementArgs:
|
|
|
2463
2463
|
class NodePoolManagementAutoRepairPolicyArgs:
|
|
2464
2464
|
def __init__(__self__, *,
|
|
2465
2465
|
restart_node: Optional[pulumi.Input[bool]] = None):
|
|
2466
|
+
"""
|
|
2467
|
+
:param pulumi.Input[bool] restart_node: Specifies whether to automatically restart nodes after patching CVE vulnerabilities. Valid values: `true`, `false`.
|
|
2468
|
+
"""
|
|
2466
2469
|
if restart_node is not None:
|
|
2467
2470
|
pulumi.set(__self__, "restart_node", restart_node)
|
|
2468
2471
|
|
|
2469
2472
|
@property
|
|
2470
2473
|
@pulumi.getter(name="restartNode")
|
|
2471
2474
|
def restart_node(self) -> Optional[pulumi.Input[bool]]:
|
|
2475
|
+
"""
|
|
2476
|
+
Specifies whether to automatically restart nodes after patching CVE vulnerabilities. Valid values: `true`, `false`.
|
|
2477
|
+
"""
|
|
2472
2478
|
return pulumi.get(self, "restart_node")
|
|
2473
2479
|
|
|
2474
2480
|
@restart_node.setter
|
|
@@ -2480,12 +2486,18 @@ class NodePoolManagementAutoRepairPolicyArgs:
|
|
|
2480
2486
|
class NodePoolManagementAutoUpgradePolicyArgs:
|
|
2481
2487
|
def __init__(__self__, *,
|
|
2482
2488
|
auto_upgrade_kubelet: Optional[pulumi.Input[bool]] = None):
|
|
2489
|
+
"""
|
|
2490
|
+
:param pulumi.Input[bool] auto_upgrade_kubelet: Specifies whether to automatically update the kubelet. Valid values: `true`: yes; `false`: no.
|
|
2491
|
+
"""
|
|
2483
2492
|
if auto_upgrade_kubelet is not None:
|
|
2484
2493
|
pulumi.set(__self__, "auto_upgrade_kubelet", auto_upgrade_kubelet)
|
|
2485
2494
|
|
|
2486
2495
|
@property
|
|
2487
2496
|
@pulumi.getter(name="autoUpgradeKubelet")
|
|
2488
2497
|
def auto_upgrade_kubelet(self) -> Optional[pulumi.Input[bool]]:
|
|
2498
|
+
"""
|
|
2499
|
+
Specifies whether to automatically update the kubelet. Valid values: `true`: yes; `false`: no.
|
|
2500
|
+
"""
|
|
2489
2501
|
return pulumi.get(self, "auto_upgrade_kubelet")
|
|
2490
2502
|
|
|
2491
2503
|
@auto_upgrade_kubelet.setter
|
|
@@ -2498,6 +2510,10 @@ class NodePoolManagementAutoVulFixPolicyArgs:
|
|
|
2498
2510
|
def __init__(__self__, *,
|
|
2499
2511
|
restart_node: Optional[pulumi.Input[bool]] = None,
|
|
2500
2512
|
vul_level: Optional[pulumi.Input[str]] = None):
|
|
2513
|
+
"""
|
|
2514
|
+
:param pulumi.Input[bool] restart_node: Specifies whether to automatically restart nodes after patching CVE vulnerabilities. Valid values: `true`, `false`.
|
|
2515
|
+
:param pulumi.Input[str] vul_level: The severity levels of vulnerabilities that is allowed to automatically patch. Multiple severity levels are separated by commas (,).
|
|
2516
|
+
"""
|
|
2501
2517
|
if restart_node is not None:
|
|
2502
2518
|
pulumi.set(__self__, "restart_node", restart_node)
|
|
2503
2519
|
if vul_level is not None:
|
|
@@ -2506,6 +2522,9 @@ class NodePoolManagementAutoVulFixPolicyArgs:
|
|
|
2506
2522
|
@property
|
|
2507
2523
|
@pulumi.getter(name="restartNode")
|
|
2508
2524
|
def restart_node(self) -> Optional[pulumi.Input[bool]]:
|
|
2525
|
+
"""
|
|
2526
|
+
Specifies whether to automatically restart nodes after patching CVE vulnerabilities. Valid values: `true`, `false`.
|
|
2527
|
+
"""
|
|
2509
2528
|
return pulumi.get(self, "restart_node")
|
|
2510
2529
|
|
|
2511
2530
|
@restart_node.setter
|
|
@@ -2515,6 +2534,9 @@ class NodePoolManagementAutoVulFixPolicyArgs:
|
|
|
2515
2534
|
@property
|
|
2516
2535
|
@pulumi.getter(name="vulLevel")
|
|
2517
2536
|
def vul_level(self) -> Optional[pulumi.Input[str]]:
|
|
2537
|
+
"""
|
|
2538
|
+
The severity levels of vulnerabilities that is allowed to automatically patch. Multiple severity levels are separated by commas (,).
|
|
2539
|
+
"""
|
|
2518
2540
|
return pulumi.get(self, "vul_level")
|
|
2519
2541
|
|
|
2520
2542
|
@vul_level.setter
|
pulumi_alicloud/cs/node_pool.py
CHANGED
|
@@ -114,7 +114,7 @@ class NodePoolArgs:
|
|
|
114
114
|
- `ContainerOS` : container-optimized image.
|
|
115
115
|
:param pulumi.Input[bool] install_cloud_monitor: Whether to install cloud monitoring on the ECS node. After installation, you can view the monitoring information of the created ECS instance in the cloud monitoring console and recommend enable it. Default value: `false`. Valid values:
|
|
116
116
|
:param pulumi.Input[str] instance_charge_type: Node payment type. Valid values: `PostPaid`, `PrePaid`, default is `PostPaid`. If value is `PrePaid`, the arguments `period`, `period_unit`, `auto_renew` and `auto_renew_period` are required.
|
|
117
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] instances: The instance
|
|
117
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] instances: The list of ECS instance ids. Add existing nodes with same type of security group under the same cluster VPC to the node pool. **Note** that removing instance ids from the list will remove the nodes from cluster and release the ECS instances.
|
|
118
118
|
:param pulumi.Input[str] internet_charge_type: The billing method for network usage. Valid values `PayByBandwidth` and `PayByTraffic`. Conflict with `eip_internet_charge_type`, EIP and public network IP can only choose one. .
|
|
119
119
|
:param pulumi.Input[int] internet_max_bandwidth_out: The maximum bandwidth of the public IP address of the node. The unit is Mbps(Mega bit per second). The value range is:\\[1,100\\].
|
|
120
120
|
:param pulumi.Input[bool] keep_instance_name: Add an existing instance to the node pool, whether to keep the original instance name. It is recommended to set to `true`.
|
|
@@ -552,7 +552,7 @@ class NodePoolArgs:
|
|
|
552
552
|
@pulumi.getter
|
|
553
553
|
def instances(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
554
554
|
"""
|
|
555
|
-
The instance
|
|
555
|
+
The list of ECS instance ids. Add existing nodes with same type of security group under the same cluster VPC to the node pool. **Note** that removing instance ids from the list will remove the nodes from cluster and release the ECS instances.
|
|
556
556
|
"""
|
|
557
557
|
return pulumi.get(self, "instances")
|
|
558
558
|
|
|
@@ -1314,7 +1314,7 @@ class _NodePoolState:
|
|
|
1314
1314
|
:param pulumi.Input[bool] install_cloud_monitor: Whether to install cloud monitoring on the ECS node. After installation, you can view the monitoring information of the created ECS instance in the cloud monitoring console and recommend enable it. Default value: `false`. Valid values:
|
|
1315
1315
|
:param pulumi.Input[str] instance_charge_type: Node payment type. Valid values: `PostPaid`, `PrePaid`, default is `PostPaid`. If value is `PrePaid`, the arguments `period`, `period_unit`, `auto_renew` and `auto_renew_period` are required.
|
|
1316
1316
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] instance_types: In the node instance specification list, you can select multiple instance specifications as alternatives. When each node is created, it will try to purchase from the first specification until it is created successfully. The final purchased instance specifications may vary with inventory changes.
|
|
1317
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] instances: The instance
|
|
1317
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] instances: The list of ECS instance ids. Add existing nodes with same type of security group under the same cluster VPC to the node pool. **Note** that removing instance ids from the list will remove the nodes from cluster and release the ECS instances.
|
|
1318
1318
|
:param pulumi.Input[str] internet_charge_type: The billing method for network usage. Valid values `PayByBandwidth` and `PayByTraffic`. Conflict with `eip_internet_charge_type`, EIP and public network IP can only choose one. .
|
|
1319
1319
|
:param pulumi.Input[int] internet_max_bandwidth_out: The maximum bandwidth of the public IP address of the node. The unit is Mbps(Mega bit per second). The value range is:\\[1,100\\].
|
|
1320
1320
|
:param pulumi.Input[bool] keep_instance_name: Add an existing instance to the node pool, whether to keep the original instance name. It is recommended to set to `true`.
|
|
@@ -1750,7 +1750,7 @@ class _NodePoolState:
|
|
|
1750
1750
|
@pulumi.getter
|
|
1751
1751
|
def instances(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
1752
1752
|
"""
|
|
1753
|
-
The instance
|
|
1753
|
+
The list of ECS instance ids. Add existing nodes with same type of security group under the same cluster VPC to the node pool. **Note** that removing instance ids from the list will remove the nodes from cluster and release the ECS instances.
|
|
1754
1754
|
"""
|
|
1755
1755
|
return pulumi.get(self, "instances")
|
|
1756
1756
|
|
|
@@ -2562,7 +2562,7 @@ class NodePool(pulumi.CustomResource):
|
|
|
2562
2562
|
:param pulumi.Input[bool] install_cloud_monitor: Whether to install cloud monitoring on the ECS node. After installation, you can view the monitoring information of the created ECS instance in the cloud monitoring console and recommend enable it. Default value: `false`. Valid values:
|
|
2563
2563
|
:param pulumi.Input[str] instance_charge_type: Node payment type. Valid values: `PostPaid`, `PrePaid`, default is `PostPaid`. If value is `PrePaid`, the arguments `period`, `period_unit`, `auto_renew` and `auto_renew_period` are required.
|
|
2564
2564
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] instance_types: In the node instance specification list, you can select multiple instance specifications as alternatives. When each node is created, it will try to purchase from the first specification until it is created successfully. The final purchased instance specifications may vary with inventory changes.
|
|
2565
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] instances: The instance
|
|
2565
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] instances: The list of ECS instance ids. Add existing nodes with same type of security group under the same cluster VPC to the node pool. **Note** that removing instance ids from the list will remove the nodes from cluster and release the ECS instances.
|
|
2566
2566
|
:param pulumi.Input[str] internet_charge_type: The billing method for network usage. Valid values `PayByBandwidth` and `PayByTraffic`. Conflict with `eip_internet_charge_type`, EIP and public network IP can only choose one. .
|
|
2567
2567
|
:param pulumi.Input[int] internet_max_bandwidth_out: The maximum bandwidth of the public IP address of the node. The unit is Mbps(Mega bit per second). The value range is:\\[1,100\\].
|
|
2568
2568
|
:param pulumi.Input[bool] keep_instance_name: Add an existing instance to the node pool, whether to keep the original instance name. It is recommended to set to `true`.
|
|
@@ -2938,7 +2938,7 @@ class NodePool(pulumi.CustomResource):
|
|
|
2938
2938
|
:param pulumi.Input[bool] install_cloud_monitor: Whether to install cloud monitoring on the ECS node. After installation, you can view the monitoring information of the created ECS instance in the cloud monitoring console and recommend enable it. Default value: `false`. Valid values:
|
|
2939
2939
|
:param pulumi.Input[str] instance_charge_type: Node payment type. Valid values: `PostPaid`, `PrePaid`, default is `PostPaid`. If value is `PrePaid`, the arguments `period`, `period_unit`, `auto_renew` and `auto_renew_period` are required.
|
|
2940
2940
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] instance_types: In the node instance specification list, you can select multiple instance specifications as alternatives. When each node is created, it will try to purchase from the first specification until it is created successfully. The final purchased instance specifications may vary with inventory changes.
|
|
2941
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] instances: The instance
|
|
2941
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] instances: The list of ECS instance ids. Add existing nodes with same type of security group under the same cluster VPC to the node pool. **Note** that removing instance ids from the list will remove the nodes from cluster and release the ECS instances.
|
|
2942
2942
|
:param pulumi.Input[str] internet_charge_type: The billing method for network usage. Valid values `PayByBandwidth` and `PayByTraffic`. Conflict with `eip_internet_charge_type`, EIP and public network IP can only choose one. .
|
|
2943
2943
|
:param pulumi.Input[int] internet_max_bandwidth_out: The maximum bandwidth of the public IP address of the node. The unit is Mbps(Mega bit per second). The value range is:\\[1,100\\].
|
|
2944
2944
|
:param pulumi.Input[bool] keep_instance_name: Add an existing instance to the node pool, whether to keep the original instance name. It is recommended to set to `true`.
|
|
@@ -3227,7 +3227,7 @@ class NodePool(pulumi.CustomResource):
|
|
|
3227
3227
|
@pulumi.getter
|
|
3228
3228
|
def instances(self) -> pulumi.Output[Optional[Sequence[str]]]:
|
|
3229
3229
|
"""
|
|
3230
|
-
The instance
|
|
3230
|
+
The list of ECS instance ids. Add existing nodes with same type of security group under the same cluster VPC to the node pool. **Note** that removing instance ids from the list will remove the nodes from cluster and release the ECS instances.
|
|
3231
3231
|
"""
|
|
3232
3232
|
return pulumi.get(self, "instances")
|
|
3233
3233
|
|
pulumi_alicloud/cs/outputs.py
CHANGED
|
@@ -2413,12 +2413,18 @@ class NodePoolManagementAutoRepairPolicy(dict):
|
|
|
2413
2413
|
|
|
2414
2414
|
def __init__(__self__, *,
|
|
2415
2415
|
restart_node: Optional[bool] = None):
|
|
2416
|
+
"""
|
|
2417
|
+
:param bool restart_node: Specifies whether to automatically restart nodes after patching CVE vulnerabilities. Valid values: `true`, `false`.
|
|
2418
|
+
"""
|
|
2416
2419
|
if restart_node is not None:
|
|
2417
2420
|
pulumi.set(__self__, "restart_node", restart_node)
|
|
2418
2421
|
|
|
2419
2422
|
@property
|
|
2420
2423
|
@pulumi.getter(name="restartNode")
|
|
2421
2424
|
def restart_node(self) -> Optional[bool]:
|
|
2425
|
+
"""
|
|
2426
|
+
Specifies whether to automatically restart nodes after patching CVE vulnerabilities. Valid values: `true`, `false`.
|
|
2427
|
+
"""
|
|
2422
2428
|
return pulumi.get(self, "restart_node")
|
|
2423
2429
|
|
|
2424
2430
|
|
|
@@ -2443,12 +2449,18 @@ class NodePoolManagementAutoUpgradePolicy(dict):
|
|
|
2443
2449
|
|
|
2444
2450
|
def __init__(__self__, *,
|
|
2445
2451
|
auto_upgrade_kubelet: Optional[bool] = None):
|
|
2452
|
+
"""
|
|
2453
|
+
:param bool auto_upgrade_kubelet: Specifies whether to automatically update the kubelet. Valid values: `true`: yes; `false`: no.
|
|
2454
|
+
"""
|
|
2446
2455
|
if auto_upgrade_kubelet is not None:
|
|
2447
2456
|
pulumi.set(__self__, "auto_upgrade_kubelet", auto_upgrade_kubelet)
|
|
2448
2457
|
|
|
2449
2458
|
@property
|
|
2450
2459
|
@pulumi.getter(name="autoUpgradeKubelet")
|
|
2451
2460
|
def auto_upgrade_kubelet(self) -> Optional[bool]:
|
|
2461
|
+
"""
|
|
2462
|
+
Specifies whether to automatically update the kubelet. Valid values: `true`: yes; `false`: no.
|
|
2463
|
+
"""
|
|
2452
2464
|
return pulumi.get(self, "auto_upgrade_kubelet")
|
|
2453
2465
|
|
|
2454
2466
|
|
|
@@ -2476,6 +2488,10 @@ class NodePoolManagementAutoVulFixPolicy(dict):
|
|
|
2476
2488
|
def __init__(__self__, *,
|
|
2477
2489
|
restart_node: Optional[bool] = None,
|
|
2478
2490
|
vul_level: Optional[str] = None):
|
|
2491
|
+
"""
|
|
2492
|
+
:param bool restart_node: Specifies whether to automatically restart nodes after patching CVE vulnerabilities. Valid values: `true`, `false`.
|
|
2493
|
+
:param str vul_level: The severity levels of vulnerabilities that is allowed to automatically patch. Multiple severity levels are separated by commas (,).
|
|
2494
|
+
"""
|
|
2479
2495
|
if restart_node is not None:
|
|
2480
2496
|
pulumi.set(__self__, "restart_node", restart_node)
|
|
2481
2497
|
if vul_level is not None:
|
|
@@ -2484,11 +2500,17 @@ class NodePoolManagementAutoVulFixPolicy(dict):
|
|
|
2484
2500
|
@property
|
|
2485
2501
|
@pulumi.getter(name="restartNode")
|
|
2486
2502
|
def restart_node(self) -> Optional[bool]:
|
|
2503
|
+
"""
|
|
2504
|
+
Specifies whether to automatically restart nodes after patching CVE vulnerabilities. Valid values: `true`, `false`.
|
|
2505
|
+
"""
|
|
2487
2506
|
return pulumi.get(self, "restart_node")
|
|
2488
2507
|
|
|
2489
2508
|
@property
|
|
2490
2509
|
@pulumi.getter(name="vulLevel")
|
|
2491
2510
|
def vul_level(self) -> Optional[str]:
|
|
2511
|
+
"""
|
|
2512
|
+
The severity levels of vulnerabilities that is allowed to automatically patch. Multiple severity levels are separated by commas (,).
|
|
2513
|
+
"""
|
|
2492
2514
|
return pulumi.get(self, "vul_level")
|
|
2493
2515
|
|
|
2494
2516
|
|
|
@@ -141,6 +141,18 @@ class GetGatewaysGatewayGatewayInstanceResult(dict):
|
|
|
141
141
|
local_ip: str,
|
|
142
142
|
message: str,
|
|
143
143
|
output_ip: str):
|
|
144
|
+
"""
|
|
145
|
+
:param str connect_endpoint_type: The connection type of Gateway instance.
|
|
146
|
+
:param str current_daemon_version: The process of version number of Gateway instance.
|
|
147
|
+
:param str current_version: The version of Gateway instance.
|
|
148
|
+
:param str end_point: The endpoint address of Gateway instance.
|
|
149
|
+
:param str gateway_instance_id: The id of Gateway instance.
|
|
150
|
+
:param str gateway_instance_status: The status of Gateway instance. Valid values: `EXCEPTION`, `NEW`, `RUNNING`, `STOPPED`.
|
|
151
|
+
:param str last_update_time: The last Updated time stamp of Gateway instance.
|
|
152
|
+
:param str local_ip: The Local IP ADDRESS of Gateway instance.
|
|
153
|
+
:param str message: The prompt information of Gateway instance.
|
|
154
|
+
:param str output_ip: The host of Gateway instance.
|
|
155
|
+
"""
|
|
144
156
|
pulumi.set(__self__, "connect_endpoint_type", connect_endpoint_type)
|
|
145
157
|
pulumi.set(__self__, "current_daemon_version", current_daemon_version)
|
|
146
158
|
pulumi.set(__self__, "current_version", current_version)
|
|
@@ -155,51 +167,81 @@ class GetGatewaysGatewayGatewayInstanceResult(dict):
|
|
|
155
167
|
@property
|
|
156
168
|
@pulumi.getter(name="connectEndpointType")
|
|
157
169
|
def connect_endpoint_type(self) -> str:
|
|
170
|
+
"""
|
|
171
|
+
The connection type of Gateway instance.
|
|
172
|
+
"""
|
|
158
173
|
return pulumi.get(self, "connect_endpoint_type")
|
|
159
174
|
|
|
160
175
|
@property
|
|
161
176
|
@pulumi.getter(name="currentDaemonVersion")
|
|
162
177
|
def current_daemon_version(self) -> str:
|
|
178
|
+
"""
|
|
179
|
+
The process of version number of Gateway instance.
|
|
180
|
+
"""
|
|
163
181
|
return pulumi.get(self, "current_daemon_version")
|
|
164
182
|
|
|
165
183
|
@property
|
|
166
184
|
@pulumi.getter(name="currentVersion")
|
|
167
185
|
def current_version(self) -> str:
|
|
186
|
+
"""
|
|
187
|
+
The version of Gateway instance.
|
|
188
|
+
"""
|
|
168
189
|
return pulumi.get(self, "current_version")
|
|
169
190
|
|
|
170
191
|
@property
|
|
171
192
|
@pulumi.getter(name="endPoint")
|
|
172
193
|
def end_point(self) -> str:
|
|
194
|
+
"""
|
|
195
|
+
The endpoint address of Gateway instance.
|
|
196
|
+
"""
|
|
173
197
|
return pulumi.get(self, "end_point")
|
|
174
198
|
|
|
175
199
|
@property
|
|
176
200
|
@pulumi.getter(name="gatewayInstanceId")
|
|
177
201
|
def gateway_instance_id(self) -> str:
|
|
202
|
+
"""
|
|
203
|
+
The id of Gateway instance.
|
|
204
|
+
"""
|
|
178
205
|
return pulumi.get(self, "gateway_instance_id")
|
|
179
206
|
|
|
180
207
|
@property
|
|
181
208
|
@pulumi.getter(name="gatewayInstanceStatus")
|
|
182
209
|
def gateway_instance_status(self) -> str:
|
|
210
|
+
"""
|
|
211
|
+
The status of Gateway instance. Valid values: `EXCEPTION`, `NEW`, `RUNNING`, `STOPPED`.
|
|
212
|
+
"""
|
|
183
213
|
return pulumi.get(self, "gateway_instance_status")
|
|
184
214
|
|
|
185
215
|
@property
|
|
186
216
|
@pulumi.getter(name="lastUpdateTime")
|
|
187
217
|
def last_update_time(self) -> str:
|
|
218
|
+
"""
|
|
219
|
+
The last Updated time stamp of Gateway instance.
|
|
220
|
+
"""
|
|
188
221
|
return pulumi.get(self, "last_update_time")
|
|
189
222
|
|
|
190
223
|
@property
|
|
191
224
|
@pulumi.getter(name="localIp")
|
|
192
225
|
def local_ip(self) -> str:
|
|
226
|
+
"""
|
|
227
|
+
The Local IP ADDRESS of Gateway instance.
|
|
228
|
+
"""
|
|
193
229
|
return pulumi.get(self, "local_ip")
|
|
194
230
|
|
|
195
231
|
@property
|
|
196
232
|
@pulumi.getter
|
|
197
233
|
def message(self) -> str:
|
|
234
|
+
"""
|
|
235
|
+
The prompt information of Gateway instance.
|
|
236
|
+
"""
|
|
198
237
|
return pulumi.get(self, "message")
|
|
199
238
|
|
|
200
239
|
@property
|
|
201
240
|
@pulumi.getter(name="outputIp")
|
|
202
241
|
def output_ip(self) -> str:
|
|
242
|
+
"""
|
|
243
|
+
The host of Gateway instance.
|
|
244
|
+
"""
|
|
203
245
|
return pulumi.get(self, "output_ip")
|
|
204
246
|
|
|
205
247
|
|