pulumi-gcp 8.24.0a1743057423__py3-none-any.whl → 8.25.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.
- pulumi_gcp/__init__.py +131 -0
- pulumi_gcp/_inputs.py +48 -0
- pulumi_gcp/accesscontextmanager/_inputs.py +324 -12
- pulumi_gcp/accesscontextmanager/outputs.py +204 -12
- pulumi_gcp/accesscontextmanager/service_perimeter.py +0 -2
- pulumi_gcp/apigee/__init__.py +1 -0
- pulumi_gcp/apigee/_inputs.py +58 -0
- pulumi_gcp/apigee/dns_zone.py +491 -0
- pulumi_gcp/apigee/outputs.py +53 -0
- pulumi_gcp/bigquery/_inputs.py +158 -0
- pulumi_gcp/bigquery/outputs.py +115 -0
- pulumi_gcp/bigquery/reservation.py +189 -1
- pulumi_gcp/bigquery/reservation_assignment.py +7 -7
- pulumi_gcp/bigqueryanalyticshub/listing_subscription.py +11 -7
- pulumi_gcp/bigtable/table.py +8 -8
- pulumi_gcp/chronicle/data_access_label.py +16 -0
- pulumi_gcp/chronicle/data_access_scope.py +16 -0
- pulumi_gcp/chronicle/reference_list.py +16 -0
- pulumi_gcp/chronicle/retrohunt.py +16 -0
- pulumi_gcp/chronicle/rule.py +16 -0
- pulumi_gcp/chronicle/rule_deployment.py +16 -0
- pulumi_gcp/chronicle/watchlist.py +16 -0
- pulumi_gcp/cloudfunctionsv2/_inputs.py +20 -0
- pulumi_gcp/cloudfunctionsv2/outputs.py +25 -0
- pulumi_gcp/cloudrunv2/_inputs.py +20 -0
- pulumi_gcp/cloudrunv2/outputs.py +25 -0
- pulumi_gcp/cloudrunv2/service.py +14 -14
- pulumi_gcp/compute/__init__.py +2 -0
- pulumi_gcp/compute/_inputs.py +2627 -61
- pulumi_gcp/compute/backend_service.py +121 -3
- pulumi_gcp/compute/get_backend_service.py +15 -4
- pulumi_gcp/compute/get_images.py +172 -0
- pulumi_gcp/compute/get_instance.py +12 -1
- pulumi_gcp/compute/get_region_backend_service.py +482 -0
- pulumi_gcp/compute/get_resource_policy.py +15 -4
- pulumi_gcp/compute/get_router.py +12 -1
- pulumi_gcp/compute/get_subnetwork.py +43 -1
- pulumi_gcp/compute/image.py +54 -0
- pulumi_gcp/compute/instance.py +47 -0
- pulumi_gcp/compute/instance_from_machine_image.py +94 -0
- pulumi_gcp/compute/instance_from_template.py +47 -0
- pulumi_gcp/compute/interconnect.py +14 -7
- pulumi_gcp/compute/outputs.py +4522 -391
- pulumi_gcp/compute/public_delegated_prefix.py +69 -15
- pulumi_gcp/compute/resource_policy.py +169 -3
- pulumi_gcp/compute/router.py +54 -0
- pulumi_gcp/compute/router_route_policy.py +16 -0
- pulumi_gcp/compute/subnetwork.py +35 -5
- pulumi_gcp/config/__init__.pyi +8 -0
- pulumi_gcp/config/outputs.py +27 -0
- pulumi_gcp/config/vars.py +16 -0
- pulumi_gcp/container/_inputs.py +274 -13
- pulumi_gcp/container/cluster.py +101 -0
- pulumi_gcp/container/get_cluster.py +23 -1
- pulumi_gcp/container/get_registry_image.py +4 -0
- pulumi_gcp/container/get_registry_repository.py +4 -0
- pulumi_gcp/container/outputs.py +305 -10
- pulumi_gcp/container/registry.py +4 -0
- pulumi_gcp/datafusion/instance.py +68 -0
- pulumi_gcp/dataproc/__init__.py +8 -0
- pulumi_gcp/dataproc/_inputs.py +219 -0
- pulumi_gcp/dataproc/get_metastore_database_iam_policy.py +193 -0
- pulumi_gcp/dataproc/get_metastore_table_iam_policy.py +210 -0
- pulumi_gcp/dataproc/metastore_database_iam_binding.py +848 -0
- pulumi_gcp/dataproc/metastore_database_iam_member.py +848 -0
- pulumi_gcp/dataproc/metastore_database_iam_policy.py +687 -0
- pulumi_gcp/dataproc/metastore_federation.py +38 -2
- pulumi_gcp/dataproc/metastore_table_iam_binding.py +895 -0
- pulumi_gcp/dataproc/metastore_table_iam_member.py +895 -0
- pulumi_gcp/dataproc/metastore_table_iam_policy.py +734 -0
- pulumi_gcp/dataproc/outputs.py +139 -0
- pulumi_gcp/datastream/_inputs.py +311 -94
- pulumi_gcp/datastream/connection_profile.py +40 -0
- pulumi_gcp/datastream/outputs.py +244 -51
- pulumi_gcp/datastream/stream.py +216 -0
- pulumi_gcp/discoveryengine/__init__.py +1 -0
- pulumi_gcp/discoveryengine/sitemap.py +504 -0
- pulumi_gcp/eventarc/__init__.py +1 -0
- pulumi_gcp/eventarc/enrollment.py +980 -0
- pulumi_gcp/firebase/__init__.py +1 -0
- pulumi_gcp/firebase/_inputs.py +484 -0
- pulumi_gcp/firebase/app_hosting_build.py +1232 -0
- pulumi_gcp/firebase/outputs.py +333 -0
- pulumi_gcp/identityplatform/_inputs.py +91 -0
- pulumi_gcp/identityplatform/outputs.py +73 -0
- pulumi_gcp/identityplatform/tenant.py +56 -0
- pulumi_gcp/lustre/__init__.py +8 -0
- pulumi_gcp/lustre/instance.py +983 -0
- pulumi_gcp/managedkafka/cluster.py +2 -2
- pulumi_gcp/memorystore/__init__.py +1 -0
- pulumi_gcp/memorystore/_inputs.py +1252 -7
- pulumi_gcp/memorystore/get_instance.py +45 -1
- pulumi_gcp/memorystore/instance.py +481 -30
- pulumi_gcp/memorystore/instance_desired_user_created_endpoints.py +843 -0
- pulumi_gcp/memorystore/outputs.py +1440 -15
- pulumi_gcp/networkmanagement/_inputs.py +422 -91
- pulumi_gcp/networkmanagement/connectivity_test.py +233 -211
- pulumi_gcp/networkmanagement/outputs.py +280 -61
- pulumi_gcp/networksecurity/_inputs.py +891 -26
- pulumi_gcp/networksecurity/intercept_deployment_group.py +44 -16
- pulumi_gcp/networksecurity/intercept_endpoint_group.py +90 -36
- pulumi_gcp/networksecurity/intercept_endpoint_group_association.py +53 -8
- pulumi_gcp/networksecurity/mirroring_deployment_group.py +44 -16
- pulumi_gcp/networksecurity/mirroring_endpoint_group.py +94 -36
- pulumi_gcp/networksecurity/mirroring_endpoint_group_association.py +53 -8
- pulumi_gcp/networksecurity/outputs.py +531 -1
- pulumi_gcp/networksecurity/security_profile.py +8 -0
- pulumi_gcp/organizations/__init__.py +2 -0
- pulumi_gcp/organizations/get_iam_custom_role.py +198 -0
- pulumi_gcp/organizations/get_iam_custom_roles.py +164 -0
- pulumi_gcp/organizations/outputs.py +96 -0
- pulumi_gcp/osconfig/__init__.py +1 -0
- pulumi_gcp/osconfig/_inputs.py +5413 -0
- pulumi_gcp/osconfig/outputs.py +3962 -0
- pulumi_gcp/osconfig/v2_policy_orchestrator.py +971 -0
- pulumi_gcp/parametermanager/get_parameter.py +16 -1
- pulumi_gcp/parametermanager/get_parameter_version.py +19 -1
- pulumi_gcp/parametermanager/get_parameter_version_render.py +4 -0
- pulumi_gcp/parametermanager/get_parameters.py +4 -0
- pulumi_gcp/parametermanager/get_regional_parameter.py +4 -0
- pulumi_gcp/parametermanager/get_regional_parameter_version.py +4 -0
- pulumi_gcp/parametermanager/get_regional_parameter_version_render.py +8 -0
- pulumi_gcp/parametermanager/get_regional_parameters.py +4 -0
- pulumi_gcp/parametermanager/outputs.py +11 -0
- pulumi_gcp/parametermanager/parameter.py +88 -0
- pulumi_gcp/parametermanager/parameter_version.py +74 -0
- pulumi_gcp/parametermanager/regional_parameter.py +12 -0
- pulumi_gcp/parametermanager/regional_parameter_version.py +12 -0
- pulumi_gcp/provider.py +75 -0
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/redis/_inputs.py +136 -0
- pulumi_gcp/redis/cluster.py +54 -0
- pulumi_gcp/redis/outputs.py +114 -0
- pulumi_gcp/secretmanager/regional_secret_version.py +0 -16
- pulumi_gcp/storage/__init__.py +6 -0
- pulumi_gcp/storage/_inputs.py +1322 -0
- pulumi_gcp/storage/bucket.py +7 -7
- pulumi_gcp/storage/control_folder_intelligence_config.py +420 -0
- pulumi_gcp/storage/control_organization_intelligence_config.py +420 -0
- pulumi_gcp/storage/control_project_intelligence_config.py +408 -0
- pulumi_gcp/storage/get_bucket_object_content.py +16 -1
- pulumi_gcp/storage/get_control_folder_intelligence_config.py +160 -0
- pulumi_gcp/storage/get_control_organization_intelligence_config.py +160 -0
- pulumi_gcp/storage/get_control_project_intelligence_config.py +160 -0
- pulumi_gcp/storage/outputs.py +1553 -17
- pulumi_gcp/workbench/instance.py +14 -2
- {pulumi_gcp-8.24.0a1743057423.dist-info → pulumi_gcp-8.25.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.24.0a1743057423.dist-info → pulumi_gcp-8.25.0.dist-info}/RECORD +150 -124
- {pulumi_gcp-8.24.0a1743057423.dist-info → pulumi_gcp-8.25.0.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.24.0a1743057423.dist-info → pulumi_gcp-8.25.0.dist-info}/top_level.txt +0 -0
@@ -99,18 +99,40 @@ __all__ = [
|
|
99
99
|
'ClientTlsPolicyServerValidationCaGrpcEndpointArgsDict',
|
100
100
|
'InterceptDeploymentGroupConnectedEndpointGroupArgs',
|
101
101
|
'InterceptDeploymentGroupConnectedEndpointGroupArgsDict',
|
102
|
+
'InterceptDeploymentGroupLocationArgs',
|
103
|
+
'InterceptDeploymentGroupLocationArgsDict',
|
104
|
+
'InterceptEndpointGroupAssociationArgs',
|
105
|
+
'InterceptEndpointGroupAssociationArgsDict',
|
106
|
+
'InterceptEndpointGroupAssociationLocationArgs',
|
107
|
+
'InterceptEndpointGroupAssociationLocationArgsDict',
|
102
108
|
'InterceptEndpointGroupAssociationLocationsDetailArgs',
|
103
109
|
'InterceptEndpointGroupAssociationLocationsDetailArgsDict',
|
110
|
+
'InterceptEndpointGroupConnectedDeploymentGroupArgs',
|
111
|
+
'InterceptEndpointGroupConnectedDeploymentGroupArgsDict',
|
112
|
+
'InterceptEndpointGroupConnectedDeploymentGroupLocationArgs',
|
113
|
+
'InterceptEndpointGroupConnectedDeploymentGroupLocationArgsDict',
|
104
114
|
'MirroringDeploymentGroupConnectedEndpointGroupArgs',
|
105
115
|
'MirroringDeploymentGroupConnectedEndpointGroupArgsDict',
|
116
|
+
'MirroringDeploymentGroupLocationArgs',
|
117
|
+
'MirroringDeploymentGroupLocationArgsDict',
|
118
|
+
'MirroringEndpointGroupAssociationArgs',
|
119
|
+
'MirroringEndpointGroupAssociationArgsDict',
|
120
|
+
'MirroringEndpointGroupAssociationLocationArgs',
|
121
|
+
'MirroringEndpointGroupAssociationLocationArgsDict',
|
106
122
|
'MirroringEndpointGroupAssociationLocationsDetailArgs',
|
107
123
|
'MirroringEndpointGroupAssociationLocationsDetailArgsDict',
|
124
|
+
'MirroringEndpointGroupConnectedDeploymentGroupArgs',
|
125
|
+
'MirroringEndpointGroupConnectedDeploymentGroupArgsDict',
|
126
|
+
'MirroringEndpointGroupConnectedDeploymentGroupLocationArgs',
|
127
|
+
'MirroringEndpointGroupConnectedDeploymentGroupLocationArgsDict',
|
108
128
|
'SecurityProfileCustomInterceptProfileArgs',
|
109
129
|
'SecurityProfileCustomInterceptProfileArgsDict',
|
110
130
|
'SecurityProfileCustomMirroringProfileArgs',
|
111
131
|
'SecurityProfileCustomMirroringProfileArgsDict',
|
112
132
|
'SecurityProfileThreatPreventionProfileArgs',
|
113
133
|
'SecurityProfileThreatPreventionProfileArgsDict',
|
134
|
+
'SecurityProfileThreatPreventionProfileAntivirusOverrideArgs',
|
135
|
+
'SecurityProfileThreatPreventionProfileAntivirusOverrideArgsDict',
|
114
136
|
'SecurityProfileThreatPreventionProfileSeverityOverrideArgs',
|
115
137
|
'SecurityProfileThreatPreventionProfileSeverityOverrideArgsDict',
|
116
138
|
'SecurityProfileThreatPreventionProfileThreatOverrideArgs',
|
@@ -3226,6 +3248,254 @@ class InterceptDeploymentGroupConnectedEndpointGroupArgs:
|
|
3226
3248
|
pulumi.set(self, "name", value)
|
3227
3249
|
|
3228
3250
|
|
3251
|
+
if not MYPY:
|
3252
|
+
class InterceptDeploymentGroupLocationArgsDict(TypedDict):
|
3253
|
+
location: NotRequired[pulumi.Input[str]]
|
3254
|
+
"""
|
3255
|
+
The cloud location of the deployment group, currently restricted to `global`.
|
3256
|
+
"""
|
3257
|
+
state: NotRequired[pulumi.Input[str]]
|
3258
|
+
"""
|
3259
|
+
(Output)
|
3260
|
+
The current state of the association in this location.
|
3261
|
+
Possible values:
|
3262
|
+
STATE_UNSPECIFIED
|
3263
|
+
ACTIVE
|
3264
|
+
OUT_OF_SYNC
|
3265
|
+
"""
|
3266
|
+
elif False:
|
3267
|
+
InterceptDeploymentGroupLocationArgsDict: TypeAlias = Mapping[str, Any]
|
3268
|
+
|
3269
|
+
@pulumi.input_type
|
3270
|
+
class InterceptDeploymentGroupLocationArgs:
|
3271
|
+
def __init__(__self__, *,
|
3272
|
+
location: Optional[pulumi.Input[str]] = None,
|
3273
|
+
state: Optional[pulumi.Input[str]] = None):
|
3274
|
+
"""
|
3275
|
+
:param pulumi.Input[str] location: The cloud location of the deployment group, currently restricted to `global`.
|
3276
|
+
:param pulumi.Input[str] state: (Output)
|
3277
|
+
The current state of the association in this location.
|
3278
|
+
Possible values:
|
3279
|
+
STATE_UNSPECIFIED
|
3280
|
+
ACTIVE
|
3281
|
+
OUT_OF_SYNC
|
3282
|
+
"""
|
3283
|
+
if location is not None:
|
3284
|
+
pulumi.set(__self__, "location", location)
|
3285
|
+
if state is not None:
|
3286
|
+
pulumi.set(__self__, "state", state)
|
3287
|
+
|
3288
|
+
@property
|
3289
|
+
@pulumi.getter
|
3290
|
+
def location(self) -> Optional[pulumi.Input[str]]:
|
3291
|
+
"""
|
3292
|
+
The cloud location of the deployment group, currently restricted to `global`.
|
3293
|
+
"""
|
3294
|
+
return pulumi.get(self, "location")
|
3295
|
+
|
3296
|
+
@location.setter
|
3297
|
+
def location(self, value: Optional[pulumi.Input[str]]):
|
3298
|
+
pulumi.set(self, "location", value)
|
3299
|
+
|
3300
|
+
@property
|
3301
|
+
@pulumi.getter
|
3302
|
+
def state(self) -> Optional[pulumi.Input[str]]:
|
3303
|
+
"""
|
3304
|
+
(Output)
|
3305
|
+
The current state of the association in this location.
|
3306
|
+
Possible values:
|
3307
|
+
STATE_UNSPECIFIED
|
3308
|
+
ACTIVE
|
3309
|
+
OUT_OF_SYNC
|
3310
|
+
"""
|
3311
|
+
return pulumi.get(self, "state")
|
3312
|
+
|
3313
|
+
@state.setter
|
3314
|
+
def state(self, value: Optional[pulumi.Input[str]]):
|
3315
|
+
pulumi.set(self, "state", value)
|
3316
|
+
|
3317
|
+
|
3318
|
+
if not MYPY:
|
3319
|
+
class InterceptEndpointGroupAssociationArgsDict(TypedDict):
|
3320
|
+
name: NotRequired[pulumi.Input[str]]
|
3321
|
+
"""
|
3322
|
+
(Output)
|
3323
|
+
The connected deployment group's resource name, for example:
|
3324
|
+
`projects/123456789/locations/global/interceptDeploymentGroups/my-dg`.
|
3325
|
+
See https://google.aip.dev/124.
|
3326
|
+
"""
|
3327
|
+
network: NotRequired[pulumi.Input[str]]
|
3328
|
+
"""
|
3329
|
+
(Output)
|
3330
|
+
The associated network, for example:
|
3331
|
+
projects/123456789/global/networks/my-network.
|
3332
|
+
See https://google.aip.dev/124.
|
3333
|
+
"""
|
3334
|
+
state: NotRequired[pulumi.Input[str]]
|
3335
|
+
"""
|
3336
|
+
(Output)
|
3337
|
+
The current state of the association in this location.
|
3338
|
+
Possible values:
|
3339
|
+
STATE_UNSPECIFIED
|
3340
|
+
ACTIVE
|
3341
|
+
OUT_OF_SYNC
|
3342
|
+
"""
|
3343
|
+
elif False:
|
3344
|
+
InterceptEndpointGroupAssociationArgsDict: TypeAlias = Mapping[str, Any]
|
3345
|
+
|
3346
|
+
@pulumi.input_type
|
3347
|
+
class InterceptEndpointGroupAssociationArgs:
|
3348
|
+
def __init__(__self__, *,
|
3349
|
+
name: Optional[pulumi.Input[str]] = None,
|
3350
|
+
network: Optional[pulumi.Input[str]] = None,
|
3351
|
+
state: Optional[pulumi.Input[str]] = None):
|
3352
|
+
"""
|
3353
|
+
:param pulumi.Input[str] name: (Output)
|
3354
|
+
The connected deployment group's resource name, for example:
|
3355
|
+
`projects/123456789/locations/global/interceptDeploymentGroups/my-dg`.
|
3356
|
+
See https://google.aip.dev/124.
|
3357
|
+
:param pulumi.Input[str] network: (Output)
|
3358
|
+
The associated network, for example:
|
3359
|
+
projects/123456789/global/networks/my-network.
|
3360
|
+
See https://google.aip.dev/124.
|
3361
|
+
:param pulumi.Input[str] state: (Output)
|
3362
|
+
The current state of the association in this location.
|
3363
|
+
Possible values:
|
3364
|
+
STATE_UNSPECIFIED
|
3365
|
+
ACTIVE
|
3366
|
+
OUT_OF_SYNC
|
3367
|
+
"""
|
3368
|
+
if name is not None:
|
3369
|
+
pulumi.set(__self__, "name", name)
|
3370
|
+
if network is not None:
|
3371
|
+
pulumi.set(__self__, "network", network)
|
3372
|
+
if state is not None:
|
3373
|
+
pulumi.set(__self__, "state", state)
|
3374
|
+
|
3375
|
+
@property
|
3376
|
+
@pulumi.getter
|
3377
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
3378
|
+
"""
|
3379
|
+
(Output)
|
3380
|
+
The connected deployment group's resource name, for example:
|
3381
|
+
`projects/123456789/locations/global/interceptDeploymentGroups/my-dg`.
|
3382
|
+
See https://google.aip.dev/124.
|
3383
|
+
"""
|
3384
|
+
return pulumi.get(self, "name")
|
3385
|
+
|
3386
|
+
@name.setter
|
3387
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
3388
|
+
pulumi.set(self, "name", value)
|
3389
|
+
|
3390
|
+
@property
|
3391
|
+
@pulumi.getter
|
3392
|
+
def network(self) -> Optional[pulumi.Input[str]]:
|
3393
|
+
"""
|
3394
|
+
(Output)
|
3395
|
+
The associated network, for example:
|
3396
|
+
projects/123456789/global/networks/my-network.
|
3397
|
+
See https://google.aip.dev/124.
|
3398
|
+
"""
|
3399
|
+
return pulumi.get(self, "network")
|
3400
|
+
|
3401
|
+
@network.setter
|
3402
|
+
def network(self, value: Optional[pulumi.Input[str]]):
|
3403
|
+
pulumi.set(self, "network", value)
|
3404
|
+
|
3405
|
+
@property
|
3406
|
+
@pulumi.getter
|
3407
|
+
def state(self) -> Optional[pulumi.Input[str]]:
|
3408
|
+
"""
|
3409
|
+
(Output)
|
3410
|
+
The current state of the association in this location.
|
3411
|
+
Possible values:
|
3412
|
+
STATE_UNSPECIFIED
|
3413
|
+
ACTIVE
|
3414
|
+
OUT_OF_SYNC
|
3415
|
+
"""
|
3416
|
+
return pulumi.get(self, "state")
|
3417
|
+
|
3418
|
+
@state.setter
|
3419
|
+
def state(self, value: Optional[pulumi.Input[str]]):
|
3420
|
+
pulumi.set(self, "state", value)
|
3421
|
+
|
3422
|
+
|
3423
|
+
if not MYPY:
|
3424
|
+
class InterceptEndpointGroupAssociationLocationArgsDict(TypedDict):
|
3425
|
+
location: NotRequired[pulumi.Input[str]]
|
3426
|
+
"""
|
3427
|
+
The cloud location of the association, currently restricted to `global`.
|
3428
|
+
|
3429
|
+
|
3430
|
+
- - -
|
3431
|
+
"""
|
3432
|
+
state: NotRequired[pulumi.Input[str]]
|
3433
|
+
"""
|
3434
|
+
(Output)
|
3435
|
+
The current state of the association in this location.
|
3436
|
+
Possible values:
|
3437
|
+
STATE_UNSPECIFIED
|
3438
|
+
ACTIVE
|
3439
|
+
OUT_OF_SYNC
|
3440
|
+
"""
|
3441
|
+
elif False:
|
3442
|
+
InterceptEndpointGroupAssociationLocationArgsDict: TypeAlias = Mapping[str, Any]
|
3443
|
+
|
3444
|
+
@pulumi.input_type
|
3445
|
+
class InterceptEndpointGroupAssociationLocationArgs:
|
3446
|
+
def __init__(__self__, *,
|
3447
|
+
location: Optional[pulumi.Input[str]] = None,
|
3448
|
+
state: Optional[pulumi.Input[str]] = None):
|
3449
|
+
"""
|
3450
|
+
:param pulumi.Input[str] location: The cloud location of the association, currently restricted to `global`.
|
3451
|
+
|
3452
|
+
|
3453
|
+
- - -
|
3454
|
+
:param pulumi.Input[str] state: (Output)
|
3455
|
+
The current state of the association in this location.
|
3456
|
+
Possible values:
|
3457
|
+
STATE_UNSPECIFIED
|
3458
|
+
ACTIVE
|
3459
|
+
OUT_OF_SYNC
|
3460
|
+
"""
|
3461
|
+
if location is not None:
|
3462
|
+
pulumi.set(__self__, "location", location)
|
3463
|
+
if state is not None:
|
3464
|
+
pulumi.set(__self__, "state", state)
|
3465
|
+
|
3466
|
+
@property
|
3467
|
+
@pulumi.getter
|
3468
|
+
def location(self) -> Optional[pulumi.Input[str]]:
|
3469
|
+
"""
|
3470
|
+
The cloud location of the association, currently restricted to `global`.
|
3471
|
+
|
3472
|
+
|
3473
|
+
- - -
|
3474
|
+
"""
|
3475
|
+
return pulumi.get(self, "location")
|
3476
|
+
|
3477
|
+
@location.setter
|
3478
|
+
def location(self, value: Optional[pulumi.Input[str]]):
|
3479
|
+
pulumi.set(self, "location", value)
|
3480
|
+
|
3481
|
+
@property
|
3482
|
+
@pulumi.getter
|
3483
|
+
def state(self) -> Optional[pulumi.Input[str]]:
|
3484
|
+
"""
|
3485
|
+
(Output)
|
3486
|
+
The current state of the association in this location.
|
3487
|
+
Possible values:
|
3488
|
+
STATE_UNSPECIFIED
|
3489
|
+
ACTIVE
|
3490
|
+
OUT_OF_SYNC
|
3491
|
+
"""
|
3492
|
+
return pulumi.get(self, "state")
|
3493
|
+
|
3494
|
+
@state.setter
|
3495
|
+
def state(self, value: Optional[pulumi.Input[str]]):
|
3496
|
+
pulumi.set(self, "state", value)
|
3497
|
+
|
3498
|
+
|
3229
3499
|
if not MYPY:
|
3230
3500
|
class InterceptEndpointGroupAssociationLocationsDetailArgsDict(TypedDict):
|
3231
3501
|
location: NotRequired[pulumi.Input[str]]
|
@@ -3245,10 +3515,433 @@ if not MYPY:
|
|
3245
3515
|
OUT_OF_SYNC
|
3246
3516
|
"""
|
3247
3517
|
elif False:
|
3248
|
-
InterceptEndpointGroupAssociationLocationsDetailArgsDict: TypeAlias = Mapping[str, Any]
|
3518
|
+
InterceptEndpointGroupAssociationLocationsDetailArgsDict: TypeAlias = Mapping[str, Any]
|
3519
|
+
|
3520
|
+
@pulumi.input_type
|
3521
|
+
class InterceptEndpointGroupAssociationLocationsDetailArgs:
|
3522
|
+
def __init__(__self__, *,
|
3523
|
+
location: Optional[pulumi.Input[str]] = None,
|
3524
|
+
state: Optional[pulumi.Input[str]] = None):
|
3525
|
+
"""
|
3526
|
+
:param pulumi.Input[str] location: The cloud location of the association, currently restricted to `global`.
|
3527
|
+
|
3528
|
+
|
3529
|
+
- - -
|
3530
|
+
:param pulumi.Input[str] state: (Output)
|
3531
|
+
The current state of the association in this location.
|
3532
|
+
Possible values:
|
3533
|
+
STATE_UNSPECIFIED
|
3534
|
+
ACTIVE
|
3535
|
+
OUT_OF_SYNC
|
3536
|
+
"""
|
3537
|
+
if location is not None:
|
3538
|
+
pulumi.set(__self__, "location", location)
|
3539
|
+
if state is not None:
|
3540
|
+
pulumi.set(__self__, "state", state)
|
3541
|
+
|
3542
|
+
@property
|
3543
|
+
@pulumi.getter
|
3544
|
+
def location(self) -> Optional[pulumi.Input[str]]:
|
3545
|
+
"""
|
3546
|
+
The cloud location of the association, currently restricted to `global`.
|
3547
|
+
|
3548
|
+
|
3549
|
+
- - -
|
3550
|
+
"""
|
3551
|
+
return pulumi.get(self, "location")
|
3552
|
+
|
3553
|
+
@location.setter
|
3554
|
+
def location(self, value: Optional[pulumi.Input[str]]):
|
3555
|
+
pulumi.set(self, "location", value)
|
3556
|
+
|
3557
|
+
@property
|
3558
|
+
@pulumi.getter
|
3559
|
+
def state(self) -> Optional[pulumi.Input[str]]:
|
3560
|
+
"""
|
3561
|
+
(Output)
|
3562
|
+
The current state of the association in this location.
|
3563
|
+
Possible values:
|
3564
|
+
STATE_UNSPECIFIED
|
3565
|
+
ACTIVE
|
3566
|
+
OUT_OF_SYNC
|
3567
|
+
"""
|
3568
|
+
return pulumi.get(self, "state")
|
3569
|
+
|
3570
|
+
@state.setter
|
3571
|
+
def state(self, value: Optional[pulumi.Input[str]]):
|
3572
|
+
pulumi.set(self, "state", value)
|
3573
|
+
|
3574
|
+
|
3575
|
+
if not MYPY:
|
3576
|
+
class InterceptEndpointGroupConnectedDeploymentGroupArgsDict(TypedDict):
|
3577
|
+
locations: NotRequired[pulumi.Input[Sequence[pulumi.Input['InterceptEndpointGroupConnectedDeploymentGroupLocationArgsDict']]]]
|
3578
|
+
"""
|
3579
|
+
(Output)
|
3580
|
+
The list of locations where the deployment group is present.
|
3581
|
+
Structure is documented below.
|
3582
|
+
"""
|
3583
|
+
name: NotRequired[pulumi.Input[str]]
|
3584
|
+
"""
|
3585
|
+
(Output)
|
3586
|
+
The connected deployment group's resource name, for example:
|
3587
|
+
`projects/123456789/locations/global/interceptDeploymentGroups/my-dg`.
|
3588
|
+
See https://google.aip.dev/124.
|
3589
|
+
"""
|
3590
|
+
elif False:
|
3591
|
+
InterceptEndpointGroupConnectedDeploymentGroupArgsDict: TypeAlias = Mapping[str, Any]
|
3592
|
+
|
3593
|
+
@pulumi.input_type
|
3594
|
+
class InterceptEndpointGroupConnectedDeploymentGroupArgs:
|
3595
|
+
def __init__(__self__, *,
|
3596
|
+
locations: Optional[pulumi.Input[Sequence[pulumi.Input['InterceptEndpointGroupConnectedDeploymentGroupLocationArgs']]]] = None,
|
3597
|
+
name: Optional[pulumi.Input[str]] = None):
|
3598
|
+
"""
|
3599
|
+
:param pulumi.Input[Sequence[pulumi.Input['InterceptEndpointGroupConnectedDeploymentGroupLocationArgs']]] locations: (Output)
|
3600
|
+
The list of locations where the deployment group is present.
|
3601
|
+
Structure is documented below.
|
3602
|
+
:param pulumi.Input[str] name: (Output)
|
3603
|
+
The connected deployment group's resource name, for example:
|
3604
|
+
`projects/123456789/locations/global/interceptDeploymentGroups/my-dg`.
|
3605
|
+
See https://google.aip.dev/124.
|
3606
|
+
"""
|
3607
|
+
if locations is not None:
|
3608
|
+
pulumi.set(__self__, "locations", locations)
|
3609
|
+
if name is not None:
|
3610
|
+
pulumi.set(__self__, "name", name)
|
3611
|
+
|
3612
|
+
@property
|
3613
|
+
@pulumi.getter
|
3614
|
+
def locations(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['InterceptEndpointGroupConnectedDeploymentGroupLocationArgs']]]]:
|
3615
|
+
"""
|
3616
|
+
(Output)
|
3617
|
+
The list of locations where the deployment group is present.
|
3618
|
+
Structure is documented below.
|
3619
|
+
"""
|
3620
|
+
return pulumi.get(self, "locations")
|
3621
|
+
|
3622
|
+
@locations.setter
|
3623
|
+
def locations(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['InterceptEndpointGroupConnectedDeploymentGroupLocationArgs']]]]):
|
3624
|
+
pulumi.set(self, "locations", value)
|
3625
|
+
|
3626
|
+
@property
|
3627
|
+
@pulumi.getter
|
3628
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
3629
|
+
"""
|
3630
|
+
(Output)
|
3631
|
+
The connected deployment group's resource name, for example:
|
3632
|
+
`projects/123456789/locations/global/interceptDeploymentGroups/my-dg`.
|
3633
|
+
See https://google.aip.dev/124.
|
3634
|
+
"""
|
3635
|
+
return pulumi.get(self, "name")
|
3636
|
+
|
3637
|
+
@name.setter
|
3638
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
3639
|
+
pulumi.set(self, "name", value)
|
3640
|
+
|
3641
|
+
|
3642
|
+
if not MYPY:
|
3643
|
+
class InterceptEndpointGroupConnectedDeploymentGroupLocationArgsDict(TypedDict):
|
3644
|
+
location: NotRequired[pulumi.Input[str]]
|
3645
|
+
"""
|
3646
|
+
The cloud location of the endpoint group, currently restricted to `global`.
|
3647
|
+
"""
|
3648
|
+
state: NotRequired[pulumi.Input[str]]
|
3649
|
+
"""
|
3650
|
+
(Output)
|
3651
|
+
The current state of the association in this location.
|
3652
|
+
Possible values:
|
3653
|
+
STATE_UNSPECIFIED
|
3654
|
+
ACTIVE
|
3655
|
+
OUT_OF_SYNC
|
3656
|
+
"""
|
3657
|
+
elif False:
|
3658
|
+
InterceptEndpointGroupConnectedDeploymentGroupLocationArgsDict: TypeAlias = Mapping[str, Any]
|
3659
|
+
|
3660
|
+
@pulumi.input_type
|
3661
|
+
class InterceptEndpointGroupConnectedDeploymentGroupLocationArgs:
|
3662
|
+
def __init__(__self__, *,
|
3663
|
+
location: Optional[pulumi.Input[str]] = None,
|
3664
|
+
state: Optional[pulumi.Input[str]] = None):
|
3665
|
+
"""
|
3666
|
+
:param pulumi.Input[str] location: The cloud location of the endpoint group, currently restricted to `global`.
|
3667
|
+
:param pulumi.Input[str] state: (Output)
|
3668
|
+
The current state of the association in this location.
|
3669
|
+
Possible values:
|
3670
|
+
STATE_UNSPECIFIED
|
3671
|
+
ACTIVE
|
3672
|
+
OUT_OF_SYNC
|
3673
|
+
"""
|
3674
|
+
if location is not None:
|
3675
|
+
pulumi.set(__self__, "location", location)
|
3676
|
+
if state is not None:
|
3677
|
+
pulumi.set(__self__, "state", state)
|
3678
|
+
|
3679
|
+
@property
|
3680
|
+
@pulumi.getter
|
3681
|
+
def location(self) -> Optional[pulumi.Input[str]]:
|
3682
|
+
"""
|
3683
|
+
The cloud location of the endpoint group, currently restricted to `global`.
|
3684
|
+
"""
|
3685
|
+
return pulumi.get(self, "location")
|
3686
|
+
|
3687
|
+
@location.setter
|
3688
|
+
def location(self, value: Optional[pulumi.Input[str]]):
|
3689
|
+
pulumi.set(self, "location", value)
|
3690
|
+
|
3691
|
+
@property
|
3692
|
+
@pulumi.getter
|
3693
|
+
def state(self) -> Optional[pulumi.Input[str]]:
|
3694
|
+
"""
|
3695
|
+
(Output)
|
3696
|
+
The current state of the association in this location.
|
3697
|
+
Possible values:
|
3698
|
+
STATE_UNSPECIFIED
|
3699
|
+
ACTIVE
|
3700
|
+
OUT_OF_SYNC
|
3701
|
+
"""
|
3702
|
+
return pulumi.get(self, "state")
|
3703
|
+
|
3704
|
+
@state.setter
|
3705
|
+
def state(self, value: Optional[pulumi.Input[str]]):
|
3706
|
+
pulumi.set(self, "state", value)
|
3707
|
+
|
3708
|
+
|
3709
|
+
if not MYPY:
|
3710
|
+
class MirroringDeploymentGroupConnectedEndpointGroupArgsDict(TypedDict):
|
3711
|
+
name: NotRequired[pulumi.Input[str]]
|
3712
|
+
"""
|
3713
|
+
(Output)
|
3714
|
+
The connected endpoint group's resource name, for example:
|
3715
|
+
`projects/123456789/locations/global/mirroringEndpointGroups/my-eg`.
|
3716
|
+
See https://google.aip.dev/124.
|
3717
|
+
"""
|
3718
|
+
elif False:
|
3719
|
+
MirroringDeploymentGroupConnectedEndpointGroupArgsDict: TypeAlias = Mapping[str, Any]
|
3720
|
+
|
3721
|
+
@pulumi.input_type
|
3722
|
+
class MirroringDeploymentGroupConnectedEndpointGroupArgs:
|
3723
|
+
def __init__(__self__, *,
|
3724
|
+
name: Optional[pulumi.Input[str]] = None):
|
3725
|
+
"""
|
3726
|
+
:param pulumi.Input[str] name: (Output)
|
3727
|
+
The connected endpoint group's resource name, for example:
|
3728
|
+
`projects/123456789/locations/global/mirroringEndpointGroups/my-eg`.
|
3729
|
+
See https://google.aip.dev/124.
|
3730
|
+
"""
|
3731
|
+
if name is not None:
|
3732
|
+
pulumi.set(__self__, "name", name)
|
3733
|
+
|
3734
|
+
@property
|
3735
|
+
@pulumi.getter
|
3736
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
3737
|
+
"""
|
3738
|
+
(Output)
|
3739
|
+
The connected endpoint group's resource name, for example:
|
3740
|
+
`projects/123456789/locations/global/mirroringEndpointGroups/my-eg`.
|
3741
|
+
See https://google.aip.dev/124.
|
3742
|
+
"""
|
3743
|
+
return pulumi.get(self, "name")
|
3744
|
+
|
3745
|
+
@name.setter
|
3746
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
3747
|
+
pulumi.set(self, "name", value)
|
3748
|
+
|
3749
|
+
|
3750
|
+
if not MYPY:
|
3751
|
+
class MirroringDeploymentGroupLocationArgsDict(TypedDict):
|
3752
|
+
location: NotRequired[pulumi.Input[str]]
|
3753
|
+
"""
|
3754
|
+
The cloud location of the deployment group, currently restricted to `global`.
|
3755
|
+
"""
|
3756
|
+
state: NotRequired[pulumi.Input[str]]
|
3757
|
+
"""
|
3758
|
+
(Output)
|
3759
|
+
The current state of the association in this location.
|
3760
|
+
Possible values:
|
3761
|
+
STATE_UNSPECIFIED
|
3762
|
+
ACTIVE
|
3763
|
+
OUT_OF_SYNC
|
3764
|
+
"""
|
3765
|
+
elif False:
|
3766
|
+
MirroringDeploymentGroupLocationArgsDict: TypeAlias = Mapping[str, Any]
|
3767
|
+
|
3768
|
+
@pulumi.input_type
|
3769
|
+
class MirroringDeploymentGroupLocationArgs:
|
3770
|
+
def __init__(__self__, *,
|
3771
|
+
location: Optional[pulumi.Input[str]] = None,
|
3772
|
+
state: Optional[pulumi.Input[str]] = None):
|
3773
|
+
"""
|
3774
|
+
:param pulumi.Input[str] location: The cloud location of the deployment group, currently restricted to `global`.
|
3775
|
+
:param pulumi.Input[str] state: (Output)
|
3776
|
+
The current state of the association in this location.
|
3777
|
+
Possible values:
|
3778
|
+
STATE_UNSPECIFIED
|
3779
|
+
ACTIVE
|
3780
|
+
OUT_OF_SYNC
|
3781
|
+
"""
|
3782
|
+
if location is not None:
|
3783
|
+
pulumi.set(__self__, "location", location)
|
3784
|
+
if state is not None:
|
3785
|
+
pulumi.set(__self__, "state", state)
|
3786
|
+
|
3787
|
+
@property
|
3788
|
+
@pulumi.getter
|
3789
|
+
def location(self) -> Optional[pulumi.Input[str]]:
|
3790
|
+
"""
|
3791
|
+
The cloud location of the deployment group, currently restricted to `global`.
|
3792
|
+
"""
|
3793
|
+
return pulumi.get(self, "location")
|
3794
|
+
|
3795
|
+
@location.setter
|
3796
|
+
def location(self, value: Optional[pulumi.Input[str]]):
|
3797
|
+
pulumi.set(self, "location", value)
|
3798
|
+
|
3799
|
+
@property
|
3800
|
+
@pulumi.getter
|
3801
|
+
def state(self) -> Optional[pulumi.Input[str]]:
|
3802
|
+
"""
|
3803
|
+
(Output)
|
3804
|
+
The current state of the association in this location.
|
3805
|
+
Possible values:
|
3806
|
+
STATE_UNSPECIFIED
|
3807
|
+
ACTIVE
|
3808
|
+
OUT_OF_SYNC
|
3809
|
+
"""
|
3810
|
+
return pulumi.get(self, "state")
|
3811
|
+
|
3812
|
+
@state.setter
|
3813
|
+
def state(self, value: Optional[pulumi.Input[str]]):
|
3814
|
+
pulumi.set(self, "state", value)
|
3815
|
+
|
3816
|
+
|
3817
|
+
if not MYPY:
|
3818
|
+
class MirroringEndpointGroupAssociationArgsDict(TypedDict):
|
3819
|
+
name: NotRequired[pulumi.Input[str]]
|
3820
|
+
"""
|
3821
|
+
(Output)
|
3822
|
+
The connected deployment group's resource name, for example:
|
3823
|
+
`projects/123456789/locations/global/mirroringDeploymentGroups/my-dg`.
|
3824
|
+
See https://google.aip.dev/124.
|
3825
|
+
"""
|
3826
|
+
network: NotRequired[pulumi.Input[str]]
|
3827
|
+
"""
|
3828
|
+
(Output)
|
3829
|
+
The associated network, for example:
|
3830
|
+
projects/123456789/global/networks/my-network.
|
3831
|
+
See https://google.aip.dev/124.
|
3832
|
+
"""
|
3833
|
+
state: NotRequired[pulumi.Input[str]]
|
3834
|
+
"""
|
3835
|
+
(Output)
|
3836
|
+
The current state of the association in this location.
|
3837
|
+
Possible values:
|
3838
|
+
STATE_UNSPECIFIED
|
3839
|
+
ACTIVE
|
3840
|
+
OUT_OF_SYNC
|
3841
|
+
"""
|
3842
|
+
elif False:
|
3843
|
+
MirroringEndpointGroupAssociationArgsDict: TypeAlias = Mapping[str, Any]
|
3844
|
+
|
3845
|
+
@pulumi.input_type
|
3846
|
+
class MirroringEndpointGroupAssociationArgs:
|
3847
|
+
def __init__(__self__, *,
|
3848
|
+
name: Optional[pulumi.Input[str]] = None,
|
3849
|
+
network: Optional[pulumi.Input[str]] = None,
|
3850
|
+
state: Optional[pulumi.Input[str]] = None):
|
3851
|
+
"""
|
3852
|
+
:param pulumi.Input[str] name: (Output)
|
3853
|
+
The connected deployment group's resource name, for example:
|
3854
|
+
`projects/123456789/locations/global/mirroringDeploymentGroups/my-dg`.
|
3855
|
+
See https://google.aip.dev/124.
|
3856
|
+
:param pulumi.Input[str] network: (Output)
|
3857
|
+
The associated network, for example:
|
3858
|
+
projects/123456789/global/networks/my-network.
|
3859
|
+
See https://google.aip.dev/124.
|
3860
|
+
:param pulumi.Input[str] state: (Output)
|
3861
|
+
The current state of the association in this location.
|
3862
|
+
Possible values:
|
3863
|
+
STATE_UNSPECIFIED
|
3864
|
+
ACTIVE
|
3865
|
+
OUT_OF_SYNC
|
3866
|
+
"""
|
3867
|
+
if name is not None:
|
3868
|
+
pulumi.set(__self__, "name", name)
|
3869
|
+
if network is not None:
|
3870
|
+
pulumi.set(__self__, "network", network)
|
3871
|
+
if state is not None:
|
3872
|
+
pulumi.set(__self__, "state", state)
|
3873
|
+
|
3874
|
+
@property
|
3875
|
+
@pulumi.getter
|
3876
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
3877
|
+
"""
|
3878
|
+
(Output)
|
3879
|
+
The connected deployment group's resource name, for example:
|
3880
|
+
`projects/123456789/locations/global/mirroringDeploymentGroups/my-dg`.
|
3881
|
+
See https://google.aip.dev/124.
|
3882
|
+
"""
|
3883
|
+
return pulumi.get(self, "name")
|
3884
|
+
|
3885
|
+
@name.setter
|
3886
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
3887
|
+
pulumi.set(self, "name", value)
|
3888
|
+
|
3889
|
+
@property
|
3890
|
+
@pulumi.getter
|
3891
|
+
def network(self) -> Optional[pulumi.Input[str]]:
|
3892
|
+
"""
|
3893
|
+
(Output)
|
3894
|
+
The associated network, for example:
|
3895
|
+
projects/123456789/global/networks/my-network.
|
3896
|
+
See https://google.aip.dev/124.
|
3897
|
+
"""
|
3898
|
+
return pulumi.get(self, "network")
|
3899
|
+
|
3900
|
+
@network.setter
|
3901
|
+
def network(self, value: Optional[pulumi.Input[str]]):
|
3902
|
+
pulumi.set(self, "network", value)
|
3903
|
+
|
3904
|
+
@property
|
3905
|
+
@pulumi.getter
|
3906
|
+
def state(self) -> Optional[pulumi.Input[str]]:
|
3907
|
+
"""
|
3908
|
+
(Output)
|
3909
|
+
The current state of the association in this location.
|
3910
|
+
Possible values:
|
3911
|
+
STATE_UNSPECIFIED
|
3912
|
+
ACTIVE
|
3913
|
+
OUT_OF_SYNC
|
3914
|
+
"""
|
3915
|
+
return pulumi.get(self, "state")
|
3916
|
+
|
3917
|
+
@state.setter
|
3918
|
+
def state(self, value: Optional[pulumi.Input[str]]):
|
3919
|
+
pulumi.set(self, "state", value)
|
3920
|
+
|
3921
|
+
|
3922
|
+
if not MYPY:
|
3923
|
+
class MirroringEndpointGroupAssociationLocationArgsDict(TypedDict):
|
3924
|
+
location: NotRequired[pulumi.Input[str]]
|
3925
|
+
"""
|
3926
|
+
The cloud location of the association, currently restricted to `global`.
|
3927
|
+
|
3928
|
+
|
3929
|
+
- - -
|
3930
|
+
"""
|
3931
|
+
state: NotRequired[pulumi.Input[str]]
|
3932
|
+
"""
|
3933
|
+
(Output)
|
3934
|
+
The current state of the association in this location.
|
3935
|
+
Possible values:
|
3936
|
+
STATE_UNSPECIFIED
|
3937
|
+
ACTIVE
|
3938
|
+
OUT_OF_SYNC
|
3939
|
+
"""
|
3940
|
+
elif False:
|
3941
|
+
MirroringEndpointGroupAssociationLocationArgsDict: TypeAlias = Mapping[str, Any]
|
3249
3942
|
|
3250
3943
|
@pulumi.input_type
|
3251
|
-
class
|
3944
|
+
class MirroringEndpointGroupAssociationLocationArgs:
|
3252
3945
|
def __init__(__self__, *,
|
3253
3946
|
location: Optional[pulumi.Input[str]] = None,
|
3254
3947
|
state: Optional[pulumi.Input[str]] = None):
|
@@ -3303,37 +3996,139 @@ class InterceptEndpointGroupAssociationLocationsDetailArgs:
|
|
3303
3996
|
|
3304
3997
|
|
3305
3998
|
if not MYPY:
|
3306
|
-
class
|
3999
|
+
class MirroringEndpointGroupAssociationLocationsDetailArgsDict(TypedDict):
|
4000
|
+
location: NotRequired[pulumi.Input[str]]
|
4001
|
+
"""
|
4002
|
+
The cloud location of the association, currently restricted to `global`.
|
4003
|
+
|
4004
|
+
|
4005
|
+
- - -
|
4006
|
+
"""
|
4007
|
+
state: NotRequired[pulumi.Input[str]]
|
4008
|
+
"""
|
4009
|
+
(Output)
|
4010
|
+
The current state of the association in this location.
|
4011
|
+
Possible values:
|
4012
|
+
STATE_UNSPECIFIED
|
4013
|
+
ACTIVE
|
4014
|
+
OUT_OF_SYNC
|
4015
|
+
"""
|
4016
|
+
elif False:
|
4017
|
+
MirroringEndpointGroupAssociationLocationsDetailArgsDict: TypeAlias = Mapping[str, Any]
|
4018
|
+
|
4019
|
+
@pulumi.input_type
|
4020
|
+
class MirroringEndpointGroupAssociationLocationsDetailArgs:
|
4021
|
+
def __init__(__self__, *,
|
4022
|
+
location: Optional[pulumi.Input[str]] = None,
|
4023
|
+
state: Optional[pulumi.Input[str]] = None):
|
4024
|
+
"""
|
4025
|
+
:param pulumi.Input[str] location: The cloud location of the association, currently restricted to `global`.
|
4026
|
+
|
4027
|
+
|
4028
|
+
- - -
|
4029
|
+
:param pulumi.Input[str] state: (Output)
|
4030
|
+
The current state of the association in this location.
|
4031
|
+
Possible values:
|
4032
|
+
STATE_UNSPECIFIED
|
4033
|
+
ACTIVE
|
4034
|
+
OUT_OF_SYNC
|
4035
|
+
"""
|
4036
|
+
if location is not None:
|
4037
|
+
pulumi.set(__self__, "location", location)
|
4038
|
+
if state is not None:
|
4039
|
+
pulumi.set(__self__, "state", state)
|
4040
|
+
|
4041
|
+
@property
|
4042
|
+
@pulumi.getter
|
4043
|
+
def location(self) -> Optional[pulumi.Input[str]]:
|
4044
|
+
"""
|
4045
|
+
The cloud location of the association, currently restricted to `global`.
|
4046
|
+
|
4047
|
+
|
4048
|
+
- - -
|
4049
|
+
"""
|
4050
|
+
return pulumi.get(self, "location")
|
4051
|
+
|
4052
|
+
@location.setter
|
4053
|
+
def location(self, value: Optional[pulumi.Input[str]]):
|
4054
|
+
pulumi.set(self, "location", value)
|
4055
|
+
|
4056
|
+
@property
|
4057
|
+
@pulumi.getter
|
4058
|
+
def state(self) -> Optional[pulumi.Input[str]]:
|
4059
|
+
"""
|
4060
|
+
(Output)
|
4061
|
+
The current state of the association in this location.
|
4062
|
+
Possible values:
|
4063
|
+
STATE_UNSPECIFIED
|
4064
|
+
ACTIVE
|
4065
|
+
OUT_OF_SYNC
|
4066
|
+
"""
|
4067
|
+
return pulumi.get(self, "state")
|
4068
|
+
|
4069
|
+
@state.setter
|
4070
|
+
def state(self, value: Optional[pulumi.Input[str]]):
|
4071
|
+
pulumi.set(self, "state", value)
|
4072
|
+
|
4073
|
+
|
4074
|
+
if not MYPY:
|
4075
|
+
class MirroringEndpointGroupConnectedDeploymentGroupArgsDict(TypedDict):
|
4076
|
+
locations: NotRequired[pulumi.Input[Sequence[pulumi.Input['MirroringEndpointGroupConnectedDeploymentGroupLocationArgsDict']]]]
|
4077
|
+
"""
|
4078
|
+
(Output)
|
4079
|
+
The list of locations where the deployment group is present.
|
4080
|
+
Structure is documented below.
|
4081
|
+
"""
|
3307
4082
|
name: NotRequired[pulumi.Input[str]]
|
3308
4083
|
"""
|
3309
4084
|
(Output)
|
3310
|
-
The connected
|
3311
|
-
`projects/123456789/locations/global/
|
4085
|
+
The connected deployment group's resource name, for example:
|
4086
|
+
`projects/123456789/locations/global/mirroringDeploymentGroups/my-dg`.
|
3312
4087
|
See https://google.aip.dev/124.
|
3313
4088
|
"""
|
3314
4089
|
elif False:
|
3315
|
-
|
4090
|
+
MirroringEndpointGroupConnectedDeploymentGroupArgsDict: TypeAlias = Mapping[str, Any]
|
3316
4091
|
|
3317
4092
|
@pulumi.input_type
|
3318
|
-
class
|
4093
|
+
class MirroringEndpointGroupConnectedDeploymentGroupArgs:
|
3319
4094
|
def __init__(__self__, *,
|
4095
|
+
locations: Optional[pulumi.Input[Sequence[pulumi.Input['MirroringEndpointGroupConnectedDeploymentGroupLocationArgs']]]] = None,
|
3320
4096
|
name: Optional[pulumi.Input[str]] = None):
|
3321
4097
|
"""
|
4098
|
+
:param pulumi.Input[Sequence[pulumi.Input['MirroringEndpointGroupConnectedDeploymentGroupLocationArgs']]] locations: (Output)
|
4099
|
+
The list of locations where the deployment group is present.
|
4100
|
+
Structure is documented below.
|
3322
4101
|
:param pulumi.Input[str] name: (Output)
|
3323
|
-
The connected
|
3324
|
-
`projects/123456789/locations/global/
|
4102
|
+
The connected deployment group's resource name, for example:
|
4103
|
+
`projects/123456789/locations/global/mirroringDeploymentGroups/my-dg`.
|
3325
4104
|
See https://google.aip.dev/124.
|
3326
4105
|
"""
|
4106
|
+
if locations is not None:
|
4107
|
+
pulumi.set(__self__, "locations", locations)
|
3327
4108
|
if name is not None:
|
3328
4109
|
pulumi.set(__self__, "name", name)
|
3329
4110
|
|
4111
|
+
@property
|
4112
|
+
@pulumi.getter
|
4113
|
+
def locations(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['MirroringEndpointGroupConnectedDeploymentGroupLocationArgs']]]]:
|
4114
|
+
"""
|
4115
|
+
(Output)
|
4116
|
+
The list of locations where the deployment group is present.
|
4117
|
+
Structure is documented below.
|
4118
|
+
"""
|
4119
|
+
return pulumi.get(self, "locations")
|
4120
|
+
|
4121
|
+
@locations.setter
|
4122
|
+
def locations(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['MirroringEndpointGroupConnectedDeploymentGroupLocationArgs']]]]):
|
4123
|
+
pulumi.set(self, "locations", value)
|
4124
|
+
|
3330
4125
|
@property
|
3331
4126
|
@pulumi.getter
|
3332
4127
|
def name(self) -> Optional[pulumi.Input[str]]:
|
3333
4128
|
"""
|
3334
4129
|
(Output)
|
3335
|
-
The connected
|
3336
|
-
`projects/123456789/locations/global/
|
4130
|
+
The connected deployment group's resource name, for example:
|
4131
|
+
`projects/123456789/locations/global/mirroringDeploymentGroups/my-dg`.
|
3337
4132
|
See https://google.aip.dev/124.
|
3338
4133
|
"""
|
3339
4134
|
return pulumi.get(self, "name")
|
@@ -3344,13 +4139,10 @@ class MirroringDeploymentGroupConnectedEndpointGroupArgs:
|
|
3344
4139
|
|
3345
4140
|
|
3346
4141
|
if not MYPY:
|
3347
|
-
class
|
4142
|
+
class MirroringEndpointGroupConnectedDeploymentGroupLocationArgsDict(TypedDict):
|
3348
4143
|
location: NotRequired[pulumi.Input[str]]
|
3349
4144
|
"""
|
3350
|
-
The cloud location of the
|
3351
|
-
|
3352
|
-
|
3353
|
-
- - -
|
4145
|
+
The cloud location of the endpoint group, currently restricted to `global`.
|
3354
4146
|
"""
|
3355
4147
|
state: NotRequired[pulumi.Input[str]]
|
3356
4148
|
"""
|
@@ -3362,18 +4154,15 @@ if not MYPY:
|
|
3362
4154
|
OUT_OF_SYNC
|
3363
4155
|
"""
|
3364
4156
|
elif False:
|
3365
|
-
|
4157
|
+
MirroringEndpointGroupConnectedDeploymentGroupLocationArgsDict: TypeAlias = Mapping[str, Any]
|
3366
4158
|
|
3367
4159
|
@pulumi.input_type
|
3368
|
-
class
|
4160
|
+
class MirroringEndpointGroupConnectedDeploymentGroupLocationArgs:
|
3369
4161
|
def __init__(__self__, *,
|
3370
4162
|
location: Optional[pulumi.Input[str]] = None,
|
3371
4163
|
state: Optional[pulumi.Input[str]] = None):
|
3372
4164
|
"""
|
3373
|
-
:param pulumi.Input[str] location: The cloud location of the
|
3374
|
-
|
3375
|
-
|
3376
|
-
- - -
|
4165
|
+
:param pulumi.Input[str] location: The cloud location of the endpoint group, currently restricted to `global`.
|
3377
4166
|
:param pulumi.Input[str] state: (Output)
|
3378
4167
|
The current state of the association in this location.
|
3379
4168
|
Possible values:
|
@@ -3390,10 +4179,7 @@ class MirroringEndpointGroupAssociationLocationsDetailArgs:
|
|
3390
4179
|
@pulumi.getter
|
3391
4180
|
def location(self) -> Optional[pulumi.Input[str]]:
|
3392
4181
|
"""
|
3393
|
-
The cloud location of the
|
3394
|
-
|
3395
|
-
|
3396
|
-
- - -
|
4182
|
+
The cloud location of the endpoint group, currently restricted to `global`.
|
3397
4183
|
"""
|
3398
4184
|
return pulumi.get(self, "location")
|
3399
4185
|
|
@@ -3489,6 +4275,11 @@ class SecurityProfileCustomMirroringProfileArgs:
|
|
3489
4275
|
|
3490
4276
|
if not MYPY:
|
3491
4277
|
class SecurityProfileThreatPreventionProfileArgsDict(TypedDict):
|
4278
|
+
antivirus_overrides: NotRequired[pulumi.Input[Sequence[pulumi.Input['SecurityProfileThreatPreventionProfileAntivirusOverrideArgsDict']]]]
|
4279
|
+
"""
|
4280
|
+
Defines what action to take for antivirus threats per protocol.
|
4281
|
+
Structure is documented below.
|
4282
|
+
"""
|
3492
4283
|
severity_overrides: NotRequired[pulumi.Input[Sequence[pulumi.Input['SecurityProfileThreatPreventionProfileSeverityOverrideArgsDict']]]]
|
3493
4284
|
"""
|
3494
4285
|
The configuration for overriding threats actions by severity match.
|
@@ -3507,9 +4298,12 @@ elif False:
|
|
3507
4298
|
@pulumi.input_type
|
3508
4299
|
class SecurityProfileThreatPreventionProfileArgs:
|
3509
4300
|
def __init__(__self__, *,
|
4301
|
+
antivirus_overrides: Optional[pulumi.Input[Sequence[pulumi.Input['SecurityProfileThreatPreventionProfileAntivirusOverrideArgs']]]] = None,
|
3510
4302
|
severity_overrides: Optional[pulumi.Input[Sequence[pulumi.Input['SecurityProfileThreatPreventionProfileSeverityOverrideArgs']]]] = None,
|
3511
4303
|
threat_overrides: Optional[pulumi.Input[Sequence[pulumi.Input['SecurityProfileThreatPreventionProfileThreatOverrideArgs']]]] = None):
|
3512
4304
|
"""
|
4305
|
+
:param pulumi.Input[Sequence[pulumi.Input['SecurityProfileThreatPreventionProfileAntivirusOverrideArgs']]] antivirus_overrides: Defines what action to take for antivirus threats per protocol.
|
4306
|
+
Structure is documented below.
|
3513
4307
|
:param pulumi.Input[Sequence[pulumi.Input['SecurityProfileThreatPreventionProfileSeverityOverrideArgs']]] severity_overrides: The configuration for overriding threats actions by severity match.
|
3514
4308
|
Structure is documented below.
|
3515
4309
|
:param pulumi.Input[Sequence[pulumi.Input['SecurityProfileThreatPreventionProfileThreatOverrideArgs']]] threat_overrides: The configuration for overriding threats actions by threat id match.
|
@@ -3517,11 +4311,26 @@ class SecurityProfileThreatPreventionProfileArgs:
|
|
3517
4311
|
and threat overrides, the threat overrides action is applied.
|
3518
4312
|
Structure is documented below.
|
3519
4313
|
"""
|
4314
|
+
if antivirus_overrides is not None:
|
4315
|
+
pulumi.set(__self__, "antivirus_overrides", antivirus_overrides)
|
3520
4316
|
if severity_overrides is not None:
|
3521
4317
|
pulumi.set(__self__, "severity_overrides", severity_overrides)
|
3522
4318
|
if threat_overrides is not None:
|
3523
4319
|
pulumi.set(__self__, "threat_overrides", threat_overrides)
|
3524
4320
|
|
4321
|
+
@property
|
4322
|
+
@pulumi.getter(name="antivirusOverrides")
|
4323
|
+
def antivirus_overrides(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SecurityProfileThreatPreventionProfileAntivirusOverrideArgs']]]]:
|
4324
|
+
"""
|
4325
|
+
Defines what action to take for antivirus threats per protocol.
|
4326
|
+
Structure is documented below.
|
4327
|
+
"""
|
4328
|
+
return pulumi.get(self, "antivirus_overrides")
|
4329
|
+
|
4330
|
+
@antivirus_overrides.setter
|
4331
|
+
def antivirus_overrides(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['SecurityProfileThreatPreventionProfileAntivirusOverrideArgs']]]]):
|
4332
|
+
pulumi.set(self, "antivirus_overrides", value)
|
4333
|
+
|
3525
4334
|
@property
|
3526
4335
|
@pulumi.getter(name="severityOverrides")
|
3527
4336
|
def severity_overrides(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SecurityProfileThreatPreventionProfileSeverityOverrideArgs']]]]:
|
@@ -3551,6 +4360,62 @@ class SecurityProfileThreatPreventionProfileArgs:
|
|
3551
4360
|
pulumi.set(self, "threat_overrides", value)
|
3552
4361
|
|
3553
4362
|
|
4363
|
+
if not MYPY:
|
4364
|
+
class SecurityProfileThreatPreventionProfileAntivirusOverrideArgsDict(TypedDict):
|
4365
|
+
action: pulumi.Input[str]
|
4366
|
+
"""
|
4367
|
+
Threat action override. For some threat types, only a subset of actions applies.
|
4368
|
+
Possible values are: `ALERT`, `ALLOW`, `DEFAULT_ACTION`, `DENY`.
|
4369
|
+
"""
|
4370
|
+
protocol: pulumi.Input[str]
|
4371
|
+
"""
|
4372
|
+
Required protocol to match.
|
4373
|
+
Possible values are: `SMTP`, `SMB`, `POP3`, `IMAP`, `HTTP2`, `HTTP`, `FTP`.
|
4374
|
+
"""
|
4375
|
+
elif False:
|
4376
|
+
SecurityProfileThreatPreventionProfileAntivirusOverrideArgsDict: TypeAlias = Mapping[str, Any]
|
4377
|
+
|
4378
|
+
@pulumi.input_type
|
4379
|
+
class SecurityProfileThreatPreventionProfileAntivirusOverrideArgs:
|
4380
|
+
def __init__(__self__, *,
|
4381
|
+
action: pulumi.Input[str],
|
4382
|
+
protocol: pulumi.Input[str]):
|
4383
|
+
"""
|
4384
|
+
:param pulumi.Input[str] action: Threat action override. For some threat types, only a subset of actions applies.
|
4385
|
+
Possible values are: `ALERT`, `ALLOW`, `DEFAULT_ACTION`, `DENY`.
|
4386
|
+
:param pulumi.Input[str] protocol: Required protocol to match.
|
4387
|
+
Possible values are: `SMTP`, `SMB`, `POP3`, `IMAP`, `HTTP2`, `HTTP`, `FTP`.
|
4388
|
+
"""
|
4389
|
+
pulumi.set(__self__, "action", action)
|
4390
|
+
pulumi.set(__self__, "protocol", protocol)
|
4391
|
+
|
4392
|
+
@property
|
4393
|
+
@pulumi.getter
|
4394
|
+
def action(self) -> pulumi.Input[str]:
|
4395
|
+
"""
|
4396
|
+
Threat action override. For some threat types, only a subset of actions applies.
|
4397
|
+
Possible values are: `ALERT`, `ALLOW`, `DEFAULT_ACTION`, `DENY`.
|
4398
|
+
"""
|
4399
|
+
return pulumi.get(self, "action")
|
4400
|
+
|
4401
|
+
@action.setter
|
4402
|
+
def action(self, value: pulumi.Input[str]):
|
4403
|
+
pulumi.set(self, "action", value)
|
4404
|
+
|
4405
|
+
@property
|
4406
|
+
@pulumi.getter
|
4407
|
+
def protocol(self) -> pulumi.Input[str]:
|
4408
|
+
"""
|
4409
|
+
Required protocol to match.
|
4410
|
+
Possible values are: `SMTP`, `SMB`, `POP3`, `IMAP`, `HTTP2`, `HTTP`, `FTP`.
|
4411
|
+
"""
|
4412
|
+
return pulumi.get(self, "protocol")
|
4413
|
+
|
4414
|
+
@protocol.setter
|
4415
|
+
def protocol(self, value: pulumi.Input[str]):
|
4416
|
+
pulumi.set(self, "protocol", value)
|
4417
|
+
|
4418
|
+
|
3554
4419
|
if not MYPY:
|
3555
4420
|
class SecurityProfileThreatPreventionProfileSeverityOverrideArgsDict(TypedDict):
|
3556
4421
|
action: pulumi.Input[str]
|