pulumi-aiven 6.41.0a1752901795__py3-none-any.whl → 6.42.0__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-aiven might be problematic. Click here for more details.
- pulumi_aiven/__init__.py +1 -1
- pulumi_aiven/_inputs.py +11086 -10761
- pulumi_aiven/account.py +89 -90
- pulumi_aiven/account_authentication.py +253 -254
- pulumi_aiven/account_team.py +62 -63
- pulumi_aiven/account_team_member.py +79 -80
- pulumi_aiven/account_team_project.py +72 -73
- pulumi_aiven/alloydbomni.py +319 -320
- pulumi_aiven/alloydbomni_database.py +86 -87
- pulumi_aiven/alloydbomni_user.py +113 -114
- pulumi_aiven/aws_org_vpc_peering_connection.py +113 -114
- pulumi_aiven/aws_privatelink.py +70 -71
- pulumi_aiven/aws_vpc_peering_connection.py +96 -97
- pulumi_aiven/azure_org_vpc_peering_connection.py +138 -139
- pulumi_aiven/azure_privatelink.py +88 -89
- pulumi_aiven/azure_privatelink_connection_approval.py +70 -71
- pulumi_aiven/azure_vpc_peering_connection.py +130 -131
- pulumi_aiven/billing_group.py +256 -257
- pulumi_aiven/cassandra.py +302 -303
- pulumi_aiven/cassandra_user.py +96 -97
- pulumi_aiven/clickhouse.py +304 -305
- pulumi_aiven/clickhouse_database.py +65 -66
- pulumi_aiven/clickhouse_grant.py +75 -76
- pulumi_aiven/clickhouse_role.py +52 -53
- pulumi_aiven/clickhouse_user.py +79 -80
- pulumi_aiven/config/__init__.py +1 -1
- pulumi_aiven/config/__init__.pyi +1 -2
- pulumi_aiven/config/vars.py +2 -3
- pulumi_aiven/connection_pool.py +129 -130
- pulumi_aiven/dragonfly.py +302 -303
- pulumi_aiven/flink.py +302 -303
- pulumi_aiven/flink_application.py +97 -98
- pulumi_aiven/flink_application_deployment.py +138 -139
- pulumi_aiven/flink_application_version.py +117 -118
- pulumi_aiven/flink_jar_application.py +101 -102
- pulumi_aiven/flink_jar_application_deployment.py +217 -218
- pulumi_aiven/flink_jar_application_version.py +116 -117
- pulumi_aiven/gcp_org_vpc_peering_connection.py +87 -88
- pulumi_aiven/gcp_privatelink.py +62 -63
- pulumi_aiven/gcp_privatelink_connection_approval.py +79 -80
- pulumi_aiven/gcp_vpc_peering_connection.py +79 -80
- pulumi_aiven/get_account.py +23 -24
- pulumi_aiven/get_account_authentication.py +46 -47
- pulumi_aiven/get_account_team.py +21 -22
- pulumi_aiven/get_account_team_member.py +27 -28
- pulumi_aiven/get_account_team_project.py +24 -25
- pulumi_aiven/get_alloydbomni.py +63 -64
- pulumi_aiven/get_alloydbomni_database.py +25 -26
- pulumi_aiven/get_alloydbomni_user.py +31 -32
- pulumi_aiven/get_aws_org_vpc_peering_connection.py +39 -40
- pulumi_aiven/get_aws_privatelink.py +21 -22
- pulumi_aiven/get_aws_vpc_peering_connection.py +33 -34
- pulumi_aiven/get_azure_org_vpc_peering_connection.py +41 -42
- pulumi_aiven/get_azure_privatelink.py +25 -26
- pulumi_aiven/get_azure_vpc_peering_connection.py +45 -46
- pulumi_aiven/get_billing_group.py +39 -40
- pulumi_aiven/get_cassanda.py +61 -62
- pulumi_aiven/get_cassandra.py +61 -62
- pulumi_aiven/get_cassandra_user.py +29 -30
- pulumi_aiven/get_clickhouse.py +62 -63
- pulumi_aiven/get_clickhouse_database.py +23 -24
- pulumi_aiven/get_clickhouse_user.py +27 -28
- pulumi_aiven/get_connection_pool.py +31 -32
- pulumi_aiven/get_dragonfly.py +61 -62
- pulumi_aiven/get_external_identity.py +27 -28
- pulumi_aiven/get_flink.py +61 -62
- pulumi_aiven/get_flink_application.py +31 -32
- pulumi_aiven/get_flink_application_version.py +39 -40
- pulumi_aiven/get_gcp_org_vpc_peering_connection.py +31 -32
- pulumi_aiven/get_gcp_privatelink.py +21 -22
- pulumi_aiven/get_gcp_vpc_peering_connection.py +27 -28
- pulumi_aiven/get_grafana.py +61 -62
- pulumi_aiven/get_influx_db.py +57 -58
- pulumi_aiven/get_influxdb_database.py +17 -18
- pulumi_aiven/get_influxdb_user.py +23 -24
- pulumi_aiven/get_kafka.py +66 -67
- pulumi_aiven/get_kafka_acl.py +35 -36
- pulumi_aiven/get_kafka_connect.py +60 -61
- pulumi_aiven/get_kafka_connector.py +36 -37
- pulumi_aiven/get_kafka_mirror_maker.py +60 -61
- pulumi_aiven/get_kafka_schema.py +29 -30
- pulumi_aiven/get_kafka_schema_configuration.py +25 -26
- pulumi_aiven/get_kafka_schema_registry_acl.py +35 -36
- pulumi_aiven/get_kafka_topic.py +33 -34
- pulumi_aiven/get_kafka_user.py +29 -30
- pulumi_aiven/get_m3_aggregator.py +61 -62
- pulumi_aiven/get_m3_db.py +61 -62
- pulumi_aiven/get_m3db_user.py +25 -26
- pulumi_aiven/get_mirror_maker_replication_flow.py +51 -52
- pulumi_aiven/get_my_sql.py +61 -62
- pulumi_aiven/get_mysql_database.py +23 -24
- pulumi_aiven/get_mysql_user.py +31 -32
- pulumi_aiven/get_open_search.py +61 -62
- pulumi_aiven/get_open_search_acl_config.py +19 -20
- pulumi_aiven/get_open_search_acl_rule.py +33 -34
- pulumi_aiven/get_opensearch_security_plugin_config.py +23 -24
- pulumi_aiven/get_opensearch_user.py +25 -26
- pulumi_aiven/get_organization.py +20 -21
- pulumi_aiven/get_organization_address.py +32 -33
- pulumi_aiven/get_organization_application_user.py +21 -22
- pulumi_aiven/get_organization_billing_group.py +34 -35
- pulumi_aiven/get_organization_billing_group_list.py +11 -12
- pulumi_aiven/get_organization_project.py +27 -28
- pulumi_aiven/get_organization_user.py +23 -24
- pulumi_aiven/get_organization_user_group.py +23 -24
- pulumi_aiven/get_organization_user_list.py +14 -15
- pulumi_aiven/get_organization_vpc.py +25 -26
- pulumi_aiven/get_organizational_unit.py +17 -18
- pulumi_aiven/get_pg.py +61 -62
- pulumi_aiven/get_pg_database.py +27 -28
- pulumi_aiven/get_pg_user.py +31 -32
- pulumi_aiven/get_project.py +34 -35
- pulumi_aiven/get_project_user.py +20 -21
- pulumi_aiven/get_project_vpc.py +25 -26
- pulumi_aiven/get_redis.py +61 -62
- pulumi_aiven/get_redis_user.py +33 -34
- pulumi_aiven/get_service_component.py +51 -52
- pulumi_aiven/get_service_integration.py +66 -53
- pulumi_aiven/get_service_integration_endpoint.py +38 -39
- pulumi_aiven/get_thanos.py +61 -62
- pulumi_aiven/get_transit_gateway_vpc_attachment.py +31 -32
- pulumi_aiven/get_valkey.py +61 -62
- pulumi_aiven/get_valkey_user.py +33 -34
- pulumi_aiven/governance_access.py +84 -85
- pulumi_aiven/grafana.py +302 -303
- pulumi_aiven/influx_db.py +302 -303
- pulumi_aiven/influxdb_database.py +65 -66
- pulumi_aiven/influxdb_user.py +96 -97
- pulumi_aiven/kafka.py +339 -340
- pulumi_aiven/kafka_acl.py +95 -96
- pulumi_aiven/kafka_connect.py +299 -300
- pulumi_aiven/kafka_connector.py +125 -126
- pulumi_aiven/kafka_mirror_maker.py +299 -300
- pulumi_aiven/kafka_native_acl.py +154 -155
- pulumi_aiven/kafka_quota.py +120 -121
- pulumi_aiven/kafka_schema.py +112 -113
- pulumi_aiven/kafka_schema_configuration.py +52 -53
- pulumi_aiven/kafka_schema_registry_acl.py +95 -96
- pulumi_aiven/kafka_topic.py +139 -140
- pulumi_aiven/kafka_user.py +96 -97
- pulumi_aiven/m3_aggregator.py +311 -303
- pulumi_aiven/m3_db.py +311 -303
- pulumi_aiven/m3db_user.py +78 -79
- pulumi_aiven/mirror_maker_replication_flow.py +273 -274
- pulumi_aiven/my_sql.py +302 -303
- pulumi_aiven/mysql_database.py +65 -66
- pulumi_aiven/mysql_user.py +113 -114
- pulumi_aiven/open_search.py +302 -303
- pulumi_aiven/open_search_acl_config.py +69 -70
- pulumi_aiven/open_search_acl_rule.py +86 -87
- pulumi_aiven/opensearch_security_plugin_config.py +79 -80
- pulumi_aiven/opensearch_user.py +78 -79
- pulumi_aiven/organization.py +48 -49
- pulumi_aiven/organization_address.py +150 -151
- pulumi_aiven/organization_application_user.py +77 -78
- pulumi_aiven/organization_application_user_token.py +210 -211
- pulumi_aiven/organization_billing_group.py +183 -184
- pulumi_aiven/organization_group_project.py +58 -59
- pulumi_aiven/organization_permission.py +55 -56
- pulumi_aiven/organization_project.py +118 -119
- pulumi_aiven/organization_user.py +71 -72
- pulumi_aiven/organization_user_group.py +79 -80
- pulumi_aiven/organization_user_group_member.py +64 -65
- pulumi_aiven/organization_vpc.py +88 -89
- pulumi_aiven/organizational_unit.py +62 -63
- pulumi_aiven/outputs.py +14747 -14310
- pulumi_aiven/pg.py +302 -303
- pulumi_aiven/pg_database.py +99 -100
- pulumi_aiven/pg_user.py +113 -114
- pulumi_aiven/project.py +193 -194
- pulumi_aiven/project_user.py +64 -65
- pulumi_aiven/project_vpc.py +61 -62
- pulumi_aiven/provider.py +12 -13
- pulumi_aiven/pulumi-plugin.json +1 -1
- pulumi_aiven/redis.py +302 -303
- pulumi_aiven/redis_user.py +146 -147
- pulumi_aiven/service_integration.py +235 -189
- pulumi_aiven/service_integration_endpoint.py +118 -119
- pulumi_aiven/static_ip.py +71 -72
- pulumi_aiven/thanos.py +302 -303
- pulumi_aiven/transit_gateway_vpc_attachment.py +113 -114
- pulumi_aiven/valkey.py +302 -303
- pulumi_aiven/valkey_user.py +146 -147
- {pulumi_aiven-6.41.0a1752901795.dist-info → pulumi_aiven-6.42.0.dist-info}/METADATA +1 -1
- pulumi_aiven-6.42.0.dist-info/RECORD +189 -0
- pulumi_aiven-6.41.0a1752901795.dist-info/RECORD +0 -189
- {pulumi_aiven-6.41.0a1752901795.dist-info → pulumi_aiven-6.42.0.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.41.0a1752901795.dist-info → pulumi_aiven-6.42.0.dist-info}/top_level.txt +0 -0
pulumi_aiven/static_ip.py
CHANGED
|
@@ -2,8 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
-
import builtins
|
|
6
|
-
import copy
|
|
5
|
+
import builtins as _builtins
|
|
7
6
|
import warnings
|
|
8
7
|
import sys
|
|
9
8
|
import pulumi
|
|
@@ -20,58 +19,58 @@ __all__ = ['StaticIpArgs', 'StaticIp']
|
|
|
20
19
|
@pulumi.input_type
|
|
21
20
|
class StaticIpArgs:
|
|
22
21
|
def __init__(__self__, *,
|
|
23
|
-
cloud_name: pulumi.Input[
|
|
24
|
-
project: pulumi.Input[
|
|
22
|
+
cloud_name: pulumi.Input[_builtins.str],
|
|
23
|
+
project: pulumi.Input[_builtins.str]):
|
|
25
24
|
"""
|
|
26
25
|
The set of arguments for constructing a StaticIp resource.
|
|
27
|
-
:param pulumi.Input[
|
|
28
|
-
:param pulumi.Input[
|
|
26
|
+
:param pulumi.Input[_builtins.str] cloud_name: Specifies the cloud that the static ip belongs to. Changing this property forces recreation of the resource.
|
|
27
|
+
:param pulumi.Input[_builtins.str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
29
28
|
"""
|
|
30
29
|
pulumi.set(__self__, "cloud_name", cloud_name)
|
|
31
30
|
pulumi.set(__self__, "project", project)
|
|
32
31
|
|
|
33
|
-
@property
|
|
32
|
+
@_builtins.property
|
|
34
33
|
@pulumi.getter(name="cloudName")
|
|
35
|
-
def cloud_name(self) -> pulumi.Input[
|
|
34
|
+
def cloud_name(self) -> pulumi.Input[_builtins.str]:
|
|
36
35
|
"""
|
|
37
36
|
Specifies the cloud that the static ip belongs to. Changing this property forces recreation of the resource.
|
|
38
37
|
"""
|
|
39
38
|
return pulumi.get(self, "cloud_name")
|
|
40
39
|
|
|
41
40
|
@cloud_name.setter
|
|
42
|
-
def cloud_name(self, value: pulumi.Input[
|
|
41
|
+
def cloud_name(self, value: pulumi.Input[_builtins.str]):
|
|
43
42
|
pulumi.set(self, "cloud_name", value)
|
|
44
43
|
|
|
45
|
-
@property
|
|
44
|
+
@_builtins.property
|
|
46
45
|
@pulumi.getter
|
|
47
|
-
def project(self) -> pulumi.Input[
|
|
46
|
+
def project(self) -> pulumi.Input[_builtins.str]:
|
|
48
47
|
"""
|
|
49
48
|
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
50
49
|
"""
|
|
51
50
|
return pulumi.get(self, "project")
|
|
52
51
|
|
|
53
52
|
@project.setter
|
|
54
|
-
def project(self, value: pulumi.Input[
|
|
53
|
+
def project(self, value: pulumi.Input[_builtins.str]):
|
|
55
54
|
pulumi.set(self, "project", value)
|
|
56
55
|
|
|
57
56
|
|
|
58
57
|
@pulumi.input_type
|
|
59
58
|
class _StaticIpState:
|
|
60
59
|
def __init__(__self__, *,
|
|
61
|
-
cloud_name: Optional[pulumi.Input[
|
|
62
|
-
ip_address: Optional[pulumi.Input[
|
|
63
|
-
project: Optional[pulumi.Input[
|
|
64
|
-
service_name: Optional[pulumi.Input[
|
|
65
|
-
state: Optional[pulumi.Input[
|
|
66
|
-
static_ip_address_id: Optional[pulumi.Input[
|
|
60
|
+
cloud_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
61
|
+
ip_address: Optional[pulumi.Input[_builtins.str]] = None,
|
|
62
|
+
project: Optional[pulumi.Input[_builtins.str]] = None,
|
|
63
|
+
service_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
64
|
+
state: Optional[pulumi.Input[_builtins.str]] = None,
|
|
65
|
+
static_ip_address_id: Optional[pulumi.Input[_builtins.str]] = None):
|
|
67
66
|
"""
|
|
68
67
|
Input properties used for looking up and filtering StaticIp resources.
|
|
69
|
-
:param pulumi.Input[
|
|
70
|
-
:param pulumi.Input[
|
|
71
|
-
:param pulumi.Input[
|
|
72
|
-
:param pulumi.Input[
|
|
73
|
-
:param pulumi.Input[
|
|
74
|
-
:param pulumi.Input[
|
|
68
|
+
:param pulumi.Input[_builtins.str] cloud_name: Specifies the cloud that the static ip belongs to. Changing this property forces recreation of the resource.
|
|
69
|
+
:param pulumi.Input[_builtins.str] ip_address: The address of the static ip.
|
|
70
|
+
:param pulumi.Input[_builtins.str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
71
|
+
:param pulumi.Input[_builtins.str] service_name: The service name the static ip is associated with.
|
|
72
|
+
:param pulumi.Input[_builtins.str] state: The state the static ip is in.
|
|
73
|
+
:param pulumi.Input[_builtins.str] static_ip_address_id: The static ip id of the resource. Should be used as a reference elsewhere.
|
|
75
74
|
"""
|
|
76
75
|
if cloud_name is not None:
|
|
77
76
|
pulumi.set(__self__, "cloud_name", cloud_name)
|
|
@@ -86,76 +85,76 @@ class _StaticIpState:
|
|
|
86
85
|
if static_ip_address_id is not None:
|
|
87
86
|
pulumi.set(__self__, "static_ip_address_id", static_ip_address_id)
|
|
88
87
|
|
|
89
|
-
@property
|
|
88
|
+
@_builtins.property
|
|
90
89
|
@pulumi.getter(name="cloudName")
|
|
91
|
-
def cloud_name(self) -> Optional[pulumi.Input[
|
|
90
|
+
def cloud_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
92
91
|
"""
|
|
93
92
|
Specifies the cloud that the static ip belongs to. Changing this property forces recreation of the resource.
|
|
94
93
|
"""
|
|
95
94
|
return pulumi.get(self, "cloud_name")
|
|
96
95
|
|
|
97
96
|
@cloud_name.setter
|
|
98
|
-
def cloud_name(self, value: Optional[pulumi.Input[
|
|
97
|
+
def cloud_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
99
98
|
pulumi.set(self, "cloud_name", value)
|
|
100
99
|
|
|
101
|
-
@property
|
|
100
|
+
@_builtins.property
|
|
102
101
|
@pulumi.getter(name="ipAddress")
|
|
103
|
-
def ip_address(self) -> Optional[pulumi.Input[
|
|
102
|
+
def ip_address(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
104
103
|
"""
|
|
105
104
|
The address of the static ip.
|
|
106
105
|
"""
|
|
107
106
|
return pulumi.get(self, "ip_address")
|
|
108
107
|
|
|
109
108
|
@ip_address.setter
|
|
110
|
-
def ip_address(self, value: Optional[pulumi.Input[
|
|
109
|
+
def ip_address(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
111
110
|
pulumi.set(self, "ip_address", value)
|
|
112
111
|
|
|
113
|
-
@property
|
|
112
|
+
@_builtins.property
|
|
114
113
|
@pulumi.getter
|
|
115
|
-
def project(self) -> Optional[pulumi.Input[
|
|
114
|
+
def project(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
116
115
|
"""
|
|
117
116
|
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
118
117
|
"""
|
|
119
118
|
return pulumi.get(self, "project")
|
|
120
119
|
|
|
121
120
|
@project.setter
|
|
122
|
-
def project(self, value: Optional[pulumi.Input[
|
|
121
|
+
def project(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
123
122
|
pulumi.set(self, "project", value)
|
|
124
123
|
|
|
125
|
-
@property
|
|
124
|
+
@_builtins.property
|
|
126
125
|
@pulumi.getter(name="serviceName")
|
|
127
|
-
def service_name(self) -> Optional[pulumi.Input[
|
|
126
|
+
def service_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
128
127
|
"""
|
|
129
128
|
The service name the static ip is associated with.
|
|
130
129
|
"""
|
|
131
130
|
return pulumi.get(self, "service_name")
|
|
132
131
|
|
|
133
132
|
@service_name.setter
|
|
134
|
-
def service_name(self, value: Optional[pulumi.Input[
|
|
133
|
+
def service_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
135
134
|
pulumi.set(self, "service_name", value)
|
|
136
135
|
|
|
137
|
-
@property
|
|
136
|
+
@_builtins.property
|
|
138
137
|
@pulumi.getter
|
|
139
|
-
def state(self) -> Optional[pulumi.Input[
|
|
138
|
+
def state(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
140
139
|
"""
|
|
141
140
|
The state the static ip is in.
|
|
142
141
|
"""
|
|
143
142
|
return pulumi.get(self, "state")
|
|
144
143
|
|
|
145
144
|
@state.setter
|
|
146
|
-
def state(self, value: Optional[pulumi.Input[
|
|
145
|
+
def state(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
147
146
|
pulumi.set(self, "state", value)
|
|
148
147
|
|
|
149
|
-
@property
|
|
148
|
+
@_builtins.property
|
|
150
149
|
@pulumi.getter(name="staticIpAddressId")
|
|
151
|
-
def static_ip_address_id(self) -> Optional[pulumi.Input[
|
|
150
|
+
def static_ip_address_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
152
151
|
"""
|
|
153
152
|
The static ip id of the resource. Should be used as a reference elsewhere.
|
|
154
153
|
"""
|
|
155
154
|
return pulumi.get(self, "static_ip_address_id")
|
|
156
155
|
|
|
157
156
|
@static_ip_address_id.setter
|
|
158
|
-
def static_ip_address_id(self, value: Optional[pulumi.Input[
|
|
157
|
+
def static_ip_address_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
159
158
|
pulumi.set(self, "static_ip_address_id", value)
|
|
160
159
|
|
|
161
160
|
|
|
@@ -165,16 +164,16 @@ class StaticIp(pulumi.CustomResource):
|
|
|
165
164
|
def __init__(__self__,
|
|
166
165
|
resource_name: str,
|
|
167
166
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
168
|
-
cloud_name: Optional[pulumi.Input[
|
|
169
|
-
project: Optional[pulumi.Input[
|
|
167
|
+
cloud_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
168
|
+
project: Optional[pulumi.Input[_builtins.str]] = None,
|
|
170
169
|
__props__=None):
|
|
171
170
|
"""
|
|
172
171
|
The StaticIp resource allows the creation and deletion of static ips. Please note that once a static ip is in the 'assigned' state it is bound to the node it is assigned to and cannot be deleted or disassociated until the node is recycled. Plans that would delete static ips that are in the assigned state will be blocked.
|
|
173
172
|
|
|
174
173
|
:param str resource_name: The name of the resource.
|
|
175
174
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
176
|
-
:param pulumi.Input[
|
|
177
|
-
:param pulumi.Input[
|
|
175
|
+
:param pulumi.Input[_builtins.str] cloud_name: Specifies the cloud that the static ip belongs to. Changing this property forces recreation of the resource.
|
|
176
|
+
:param pulumi.Input[_builtins.str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
178
177
|
"""
|
|
179
178
|
...
|
|
180
179
|
@overload
|
|
@@ -200,8 +199,8 @@ class StaticIp(pulumi.CustomResource):
|
|
|
200
199
|
def _internal_init(__self__,
|
|
201
200
|
resource_name: str,
|
|
202
201
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
203
|
-
cloud_name: Optional[pulumi.Input[
|
|
204
|
-
project: Optional[pulumi.Input[
|
|
202
|
+
cloud_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
203
|
+
project: Optional[pulumi.Input[_builtins.str]] = None,
|
|
205
204
|
__props__=None):
|
|
206
205
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
207
206
|
if not isinstance(opts, pulumi.ResourceOptions):
|
|
@@ -231,12 +230,12 @@ class StaticIp(pulumi.CustomResource):
|
|
|
231
230
|
def get(resource_name: str,
|
|
232
231
|
id: pulumi.Input[str],
|
|
233
232
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
234
|
-
cloud_name: Optional[pulumi.Input[
|
|
235
|
-
ip_address: Optional[pulumi.Input[
|
|
236
|
-
project: Optional[pulumi.Input[
|
|
237
|
-
service_name: Optional[pulumi.Input[
|
|
238
|
-
state: Optional[pulumi.Input[
|
|
239
|
-
static_ip_address_id: Optional[pulumi.Input[
|
|
233
|
+
cloud_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
234
|
+
ip_address: Optional[pulumi.Input[_builtins.str]] = None,
|
|
235
|
+
project: Optional[pulumi.Input[_builtins.str]] = None,
|
|
236
|
+
service_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
237
|
+
state: Optional[pulumi.Input[_builtins.str]] = None,
|
|
238
|
+
static_ip_address_id: Optional[pulumi.Input[_builtins.str]] = None) -> 'StaticIp':
|
|
240
239
|
"""
|
|
241
240
|
Get an existing StaticIp resource's state with the given name, id, and optional extra
|
|
242
241
|
properties used to qualify the lookup.
|
|
@@ -244,12 +243,12 @@ class StaticIp(pulumi.CustomResource):
|
|
|
244
243
|
:param str resource_name: The unique name of the resulting resource.
|
|
245
244
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
246
245
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
247
|
-
:param pulumi.Input[
|
|
248
|
-
:param pulumi.Input[
|
|
249
|
-
:param pulumi.Input[
|
|
250
|
-
:param pulumi.Input[
|
|
251
|
-
:param pulumi.Input[
|
|
252
|
-
:param pulumi.Input[
|
|
246
|
+
:param pulumi.Input[_builtins.str] cloud_name: Specifies the cloud that the static ip belongs to. Changing this property forces recreation of the resource.
|
|
247
|
+
:param pulumi.Input[_builtins.str] ip_address: The address of the static ip.
|
|
248
|
+
:param pulumi.Input[_builtins.str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
249
|
+
:param pulumi.Input[_builtins.str] service_name: The service name the static ip is associated with.
|
|
250
|
+
:param pulumi.Input[_builtins.str] state: The state the static ip is in.
|
|
251
|
+
:param pulumi.Input[_builtins.str] static_ip_address_id: The static ip id of the resource. Should be used as a reference elsewhere.
|
|
253
252
|
"""
|
|
254
253
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
255
254
|
|
|
@@ -263,49 +262,49 @@ class StaticIp(pulumi.CustomResource):
|
|
|
263
262
|
__props__.__dict__["static_ip_address_id"] = static_ip_address_id
|
|
264
263
|
return StaticIp(resource_name, opts=opts, __props__=__props__)
|
|
265
264
|
|
|
266
|
-
@property
|
|
265
|
+
@_builtins.property
|
|
267
266
|
@pulumi.getter(name="cloudName")
|
|
268
|
-
def cloud_name(self) -> pulumi.Output[
|
|
267
|
+
def cloud_name(self) -> pulumi.Output[_builtins.str]:
|
|
269
268
|
"""
|
|
270
269
|
Specifies the cloud that the static ip belongs to. Changing this property forces recreation of the resource.
|
|
271
270
|
"""
|
|
272
271
|
return pulumi.get(self, "cloud_name")
|
|
273
272
|
|
|
274
|
-
@property
|
|
273
|
+
@_builtins.property
|
|
275
274
|
@pulumi.getter(name="ipAddress")
|
|
276
|
-
def ip_address(self) -> pulumi.Output[
|
|
275
|
+
def ip_address(self) -> pulumi.Output[_builtins.str]:
|
|
277
276
|
"""
|
|
278
277
|
The address of the static ip.
|
|
279
278
|
"""
|
|
280
279
|
return pulumi.get(self, "ip_address")
|
|
281
280
|
|
|
282
|
-
@property
|
|
281
|
+
@_builtins.property
|
|
283
282
|
@pulumi.getter
|
|
284
|
-
def project(self) -> pulumi.Output[
|
|
283
|
+
def project(self) -> pulumi.Output[_builtins.str]:
|
|
285
284
|
"""
|
|
286
285
|
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
287
286
|
"""
|
|
288
287
|
return pulumi.get(self, "project")
|
|
289
288
|
|
|
290
|
-
@property
|
|
289
|
+
@_builtins.property
|
|
291
290
|
@pulumi.getter(name="serviceName")
|
|
292
|
-
def service_name(self) -> pulumi.Output[
|
|
291
|
+
def service_name(self) -> pulumi.Output[_builtins.str]:
|
|
293
292
|
"""
|
|
294
293
|
The service name the static ip is associated with.
|
|
295
294
|
"""
|
|
296
295
|
return pulumi.get(self, "service_name")
|
|
297
296
|
|
|
298
|
-
@property
|
|
297
|
+
@_builtins.property
|
|
299
298
|
@pulumi.getter
|
|
300
|
-
def state(self) -> pulumi.Output[
|
|
299
|
+
def state(self) -> pulumi.Output[_builtins.str]:
|
|
301
300
|
"""
|
|
302
301
|
The state the static ip is in.
|
|
303
302
|
"""
|
|
304
303
|
return pulumi.get(self, "state")
|
|
305
304
|
|
|
306
|
-
@property
|
|
305
|
+
@_builtins.property
|
|
307
306
|
@pulumi.getter(name="staticIpAddressId")
|
|
308
|
-
def static_ip_address_id(self) -> pulumi.Output[
|
|
307
|
+
def static_ip_address_id(self) -> pulumi.Output[_builtins.str]:
|
|
309
308
|
"""
|
|
310
309
|
The static ip id of the resource. Should be used as a reference elsewhere.
|
|
311
310
|
"""
|