pulumi-oci 2.30.0a1744654696__py3-none-any.whl → 2.31.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_oci/containerengine/_inputs.py +20 -19
- pulumi_oci/containerengine/container_instance.py +2 -2
- pulumi_oci/containerengine/outputs.py +12 -11
- pulumi_oci/goldengate/__init__.py +1 -0
- pulumi_oci/goldengate/_inputs.py +103 -0
- pulumi_oci/goldengate/deployment.py +308 -68
- pulumi_oci/goldengate/get_deployment.py +85 -1
- pulumi_oci/goldengate/get_deployment_peers.py +192 -0
- pulumi_oci/goldengate/outputs.py +364 -0
- pulumi_oci/loadbalancer/load_balancer.py +49 -0
- pulumi_oci/loadbalancer/outputs.py +11 -0
- pulumi_oci/pulumi-plugin.json +1 -1
- {pulumi_oci-2.30.0a1744654696.dist-info → pulumi_oci-2.31.0.dist-info}/METADATA +1 -1
- {pulumi_oci-2.30.0a1744654696.dist-info → pulumi_oci-2.31.0.dist-info}/RECORD +16 -15
- {pulumi_oci-2.30.0a1744654696.dist-info → pulumi_oci-2.31.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-2.30.0a1744654696.dist-info → pulumi_oci-2.31.0.dist-info}/top_level.txt +0 -0
@@ -35,6 +35,7 @@ class LoadBalancerArgs:
|
|
35
35
|
network_security_group_ids: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
36
36
|
request_id_header: Optional[pulumi.Input[builtins.str]] = None,
|
37
37
|
reserved_ips: Optional[pulumi.Input[Sequence[pulumi.Input['LoadBalancerReservedIpArgs']]]] = None,
|
38
|
+
security_attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
|
38
39
|
shape_details: Optional[pulumi.Input['LoadBalancerShapeDetailsArgs']] = None):
|
39
40
|
"""
|
40
41
|
The set of arguments for constructing a LoadBalancer resource.
|
@@ -101,6 +102,7 @@ class LoadBalancerArgs:
|
|
101
102
|
* Unless the header name is "" it must start with "X-" prefix.
|
102
103
|
* Setting the header name to "" will set it to the default: X-Request-Id.
|
103
104
|
:param pulumi.Input[Sequence[pulumi.Input['LoadBalancerReservedIpArgs']]] reserved_ips: An array of reserved Ips. Pre-created public IP that will be used as the IP of this load balancer. This reserved IP will not be deleted when load balancer is deleted. This ip should not be already mapped to any other resource.
|
105
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] security_attributes: (Updatable) Extended Defined tags for ZPR for this resource. Each key is predefined and scoped to a namespace. Example: `{"Oracle-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit", "usagetype" : "zpr"}}}`
|
104
106
|
:param pulumi.Input['LoadBalancerShapeDetailsArgs'] shape_details: (Updatable) The configuration details to create load balancer using Flexible shape. This is required only if shapeName is `Flexible`.
|
105
107
|
"""
|
106
108
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
@@ -125,6 +127,8 @@ class LoadBalancerArgs:
|
|
125
127
|
pulumi.set(__self__, "request_id_header", request_id_header)
|
126
128
|
if reserved_ips is not None:
|
127
129
|
pulumi.set(__self__, "reserved_ips", reserved_ips)
|
130
|
+
if security_attributes is not None:
|
131
|
+
pulumi.set(__self__, "security_attributes", security_attributes)
|
128
132
|
if shape_details is not None:
|
129
133
|
pulumi.set(__self__, "shape_details", shape_details)
|
130
134
|
|
@@ -334,6 +338,18 @@ class LoadBalancerArgs:
|
|
334
338
|
def reserved_ips(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['LoadBalancerReservedIpArgs']]]]):
|
335
339
|
pulumi.set(self, "reserved_ips", value)
|
336
340
|
|
341
|
+
@property
|
342
|
+
@pulumi.getter(name="securityAttributes")
|
343
|
+
def security_attributes(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]:
|
344
|
+
"""
|
345
|
+
(Updatable) Extended Defined tags for ZPR for this resource. Each key is predefined and scoped to a namespace. Example: `{"Oracle-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit", "usagetype" : "zpr"}}}`
|
346
|
+
"""
|
347
|
+
return pulumi.get(self, "security_attributes")
|
348
|
+
|
349
|
+
@security_attributes.setter
|
350
|
+
def security_attributes(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]):
|
351
|
+
pulumi.set(self, "security_attributes", value)
|
352
|
+
|
337
353
|
@property
|
338
354
|
@pulumi.getter(name="shapeDetails")
|
339
355
|
def shape_details(self) -> Optional[pulumi.Input['LoadBalancerShapeDetailsArgs']]:
|
@@ -363,6 +379,7 @@ class _LoadBalancerState:
|
|
363
379
|
network_security_group_ids: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
364
380
|
request_id_header: Optional[pulumi.Input[builtins.str]] = None,
|
365
381
|
reserved_ips: Optional[pulumi.Input[Sequence[pulumi.Input['LoadBalancerReservedIpArgs']]]] = None,
|
382
|
+
security_attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
|
366
383
|
shape: Optional[pulumi.Input[builtins.str]] = None,
|
367
384
|
shape_details: Optional[pulumi.Input['LoadBalancerShapeDetailsArgs']] = None,
|
368
385
|
state: Optional[pulumi.Input[builtins.str]] = None,
|
@@ -430,6 +447,7 @@ class _LoadBalancerState:
|
|
430
447
|
* Unless the header name is "" it must start with "X-" prefix.
|
431
448
|
* Setting the header name to "" will set it to the default: X-Request-Id.
|
432
449
|
:param pulumi.Input[Sequence[pulumi.Input['LoadBalancerReservedIpArgs']]] reserved_ips: An array of reserved Ips. Pre-created public IP that will be used as the IP of this load balancer. This reserved IP will not be deleted when load balancer is deleted. This ip should not be already mapped to any other resource.
|
450
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] security_attributes: (Updatable) Extended Defined tags for ZPR for this resource. Each key is predefined and scoped to a namespace. Example: `{"Oracle-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit", "usagetype" : "zpr"}}}`
|
433
451
|
:param pulumi.Input[builtins.str] shape: (Updatable) A template that determines the total pre-provisioned bandwidth (ingress plus egress). To get a list of available shapes, use the [ListShapes](https://docs.cloud.oracle.com/iaas/api/#/en/loadbalancer/20170115/LoadBalancerShape/ListShapes) operation. Example: `flexible` NOTE: After May 2023, Fixed shapes - 10Mbps, 100Mbps, 400Mbps, 8000Mbps would be deprecated and only shape allowed would be `Flexible` *Note: When updating shape for a load balancer, all existing connections to the load balancer will be reset during the update process. Also `10Mbps-Micro` shape cannot be updated to any other shape nor can any other shape be updated to `10Mbps-Micro`.
|
434
452
|
:param pulumi.Input['LoadBalancerShapeDetailsArgs'] shape_details: (Updatable) The configuration details to create load balancer using Flexible shape. This is required only if shapeName is `Flexible`.
|
435
453
|
:param pulumi.Input[builtins.str] state: The current state of the load balancer.
|
@@ -470,6 +488,8 @@ class _LoadBalancerState:
|
|
470
488
|
pulumi.set(__self__, "request_id_header", request_id_header)
|
471
489
|
if reserved_ips is not None:
|
472
490
|
pulumi.set(__self__, "reserved_ips", reserved_ips)
|
491
|
+
if security_attributes is not None:
|
492
|
+
pulumi.set(__self__, "security_attributes", security_attributes)
|
473
493
|
if shape is not None:
|
474
494
|
pulumi.set(__self__, "shape", shape)
|
475
495
|
if shape_details is not None:
|
@@ -686,6 +706,18 @@ class _LoadBalancerState:
|
|
686
706
|
def reserved_ips(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['LoadBalancerReservedIpArgs']]]]):
|
687
707
|
pulumi.set(self, "reserved_ips", value)
|
688
708
|
|
709
|
+
@property
|
710
|
+
@pulumi.getter(name="securityAttributes")
|
711
|
+
def security_attributes(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]:
|
712
|
+
"""
|
713
|
+
(Updatable) Extended Defined tags for ZPR for this resource. Each key is predefined and scoped to a namespace. Example: `{"Oracle-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit", "usagetype" : "zpr"}}}`
|
714
|
+
"""
|
715
|
+
return pulumi.get(self, "security_attributes")
|
716
|
+
|
717
|
+
@security_attributes.setter
|
718
|
+
def security_attributes(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]):
|
719
|
+
pulumi.set(self, "security_attributes", value)
|
720
|
+
|
689
721
|
@property
|
690
722
|
@pulumi.getter
|
691
723
|
def shape(self) -> Optional[pulumi.Input[builtins.str]]:
|
@@ -779,6 +811,7 @@ class LoadBalancer(pulumi.CustomResource):
|
|
779
811
|
network_security_group_ids: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
780
812
|
request_id_header: Optional[pulumi.Input[builtins.str]] = None,
|
781
813
|
reserved_ips: Optional[pulumi.Input[Sequence[pulumi.Input[Union['LoadBalancerReservedIpArgs', 'LoadBalancerReservedIpArgsDict']]]]] = None,
|
814
|
+
security_attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
|
782
815
|
shape: Optional[pulumi.Input[builtins.str]] = None,
|
783
816
|
shape_details: Optional[pulumi.Input[Union['LoadBalancerShapeDetailsArgs', 'LoadBalancerShapeDetailsArgsDict']]] = None,
|
784
817
|
subnet_ids: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
@@ -841,6 +874,7 @@ class LoadBalancer(pulumi.CustomResource):
|
|
841
874
|
reserved_ips=[{
|
842
875
|
"id": load_balancer_reserved_ips_id,
|
843
876
|
}],
|
877
|
+
security_attributes=load_balancer_security_attributes,
|
844
878
|
shape_details={
|
845
879
|
"maximum_bandwidth_in_mbps": load_balancer_shape_details_maximum_bandwidth_in_mbps,
|
846
880
|
"minimum_bandwidth_in_mbps": load_balancer_shape_details_minimum_bandwidth_in_mbps,
|
@@ -914,6 +948,7 @@ class LoadBalancer(pulumi.CustomResource):
|
|
914
948
|
* Unless the header name is "" it must start with "X-" prefix.
|
915
949
|
* Setting the header name to "" will set it to the default: X-Request-Id.
|
916
950
|
:param pulumi.Input[Sequence[pulumi.Input[Union['LoadBalancerReservedIpArgs', 'LoadBalancerReservedIpArgsDict']]]] reserved_ips: An array of reserved Ips. Pre-created public IP that will be used as the IP of this load balancer. This reserved IP will not be deleted when load balancer is deleted. This ip should not be already mapped to any other resource.
|
951
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] security_attributes: (Updatable) Extended Defined tags for ZPR for this resource. Each key is predefined and scoped to a namespace. Example: `{"Oracle-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit", "usagetype" : "zpr"}}}`
|
917
952
|
:param pulumi.Input[builtins.str] shape: (Updatable) A template that determines the total pre-provisioned bandwidth (ingress plus egress). To get a list of available shapes, use the [ListShapes](https://docs.cloud.oracle.com/iaas/api/#/en/loadbalancer/20170115/LoadBalancerShape/ListShapes) operation. Example: `flexible` NOTE: After May 2023, Fixed shapes - 10Mbps, 100Mbps, 400Mbps, 8000Mbps would be deprecated and only shape allowed would be `Flexible` *Note: When updating shape for a load balancer, all existing connections to the load balancer will be reset during the update process. Also `10Mbps-Micro` shape cannot be updated to any other shape nor can any other shape be updated to `10Mbps-Micro`.
|
918
953
|
:param pulumi.Input[Union['LoadBalancerShapeDetailsArgs', 'LoadBalancerShapeDetailsArgsDict']] shape_details: (Updatable) The configuration details to create load balancer using Flexible shape. This is required only if shapeName is `Flexible`.
|
919
954
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] subnet_ids: An array of subnet [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
@@ -986,6 +1021,7 @@ class LoadBalancer(pulumi.CustomResource):
|
|
986
1021
|
reserved_ips=[{
|
987
1022
|
"id": load_balancer_reserved_ips_id,
|
988
1023
|
}],
|
1024
|
+
security_attributes=load_balancer_security_attributes,
|
989
1025
|
shape_details={
|
990
1026
|
"maximum_bandwidth_in_mbps": load_balancer_shape_details_maximum_bandwidth_in_mbps,
|
991
1027
|
"minimum_bandwidth_in_mbps": load_balancer_shape_details_minimum_bandwidth_in_mbps,
|
@@ -1026,6 +1062,7 @@ class LoadBalancer(pulumi.CustomResource):
|
|
1026
1062
|
network_security_group_ids: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
1027
1063
|
request_id_header: Optional[pulumi.Input[builtins.str]] = None,
|
1028
1064
|
reserved_ips: Optional[pulumi.Input[Sequence[pulumi.Input[Union['LoadBalancerReservedIpArgs', 'LoadBalancerReservedIpArgsDict']]]]] = None,
|
1065
|
+
security_attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
|
1029
1066
|
shape: Optional[pulumi.Input[builtins.str]] = None,
|
1030
1067
|
shape_details: Optional[pulumi.Input[Union['LoadBalancerShapeDetailsArgs', 'LoadBalancerShapeDetailsArgsDict']]] = None,
|
1031
1068
|
subnet_ids: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
@@ -1053,6 +1090,7 @@ class LoadBalancer(pulumi.CustomResource):
|
|
1053
1090
|
__props__.__dict__["network_security_group_ids"] = network_security_group_ids
|
1054
1091
|
__props__.__dict__["request_id_header"] = request_id_header
|
1055
1092
|
__props__.__dict__["reserved_ips"] = reserved_ips
|
1093
|
+
__props__.__dict__["security_attributes"] = security_attributes
|
1056
1094
|
if shape is None and not opts.urn:
|
1057
1095
|
raise TypeError("Missing required property 'shape'")
|
1058
1096
|
__props__.__dict__["shape"] = shape
|
@@ -1088,6 +1126,7 @@ class LoadBalancer(pulumi.CustomResource):
|
|
1088
1126
|
network_security_group_ids: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
1089
1127
|
request_id_header: Optional[pulumi.Input[builtins.str]] = None,
|
1090
1128
|
reserved_ips: Optional[pulumi.Input[Sequence[pulumi.Input[Union['LoadBalancerReservedIpArgs', 'LoadBalancerReservedIpArgsDict']]]]] = None,
|
1129
|
+
security_attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
|
1091
1130
|
shape: Optional[pulumi.Input[builtins.str]] = None,
|
1092
1131
|
shape_details: Optional[pulumi.Input[Union['LoadBalancerShapeDetailsArgs', 'LoadBalancerShapeDetailsArgsDict']]] = None,
|
1093
1132
|
state: Optional[pulumi.Input[builtins.str]] = None,
|
@@ -1160,6 +1199,7 @@ class LoadBalancer(pulumi.CustomResource):
|
|
1160
1199
|
* Unless the header name is "" it must start with "X-" prefix.
|
1161
1200
|
* Setting the header name to "" will set it to the default: X-Request-Id.
|
1162
1201
|
:param pulumi.Input[Sequence[pulumi.Input[Union['LoadBalancerReservedIpArgs', 'LoadBalancerReservedIpArgsDict']]]] reserved_ips: An array of reserved Ips. Pre-created public IP that will be used as the IP of this load balancer. This reserved IP will not be deleted when load balancer is deleted. This ip should not be already mapped to any other resource.
|
1202
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] security_attributes: (Updatable) Extended Defined tags for ZPR for this resource. Each key is predefined and scoped to a namespace. Example: `{"Oracle-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit", "usagetype" : "zpr"}}}`
|
1163
1203
|
:param pulumi.Input[builtins.str] shape: (Updatable) A template that determines the total pre-provisioned bandwidth (ingress plus egress). To get a list of available shapes, use the [ListShapes](https://docs.cloud.oracle.com/iaas/api/#/en/loadbalancer/20170115/LoadBalancerShape/ListShapes) operation. Example: `flexible` NOTE: After May 2023, Fixed shapes - 10Mbps, 100Mbps, 400Mbps, 8000Mbps would be deprecated and only shape allowed would be `Flexible` *Note: When updating shape for a load balancer, all existing connections to the load balancer will be reset during the update process. Also `10Mbps-Micro` shape cannot be updated to any other shape nor can any other shape be updated to `10Mbps-Micro`.
|
1164
1204
|
:param pulumi.Input[Union['LoadBalancerShapeDetailsArgs', 'LoadBalancerShapeDetailsArgsDict']] shape_details: (Updatable) The configuration details to create load balancer using Flexible shape. This is required only if shapeName is `Flexible`.
|
1165
1205
|
:param pulumi.Input[builtins.str] state: The current state of the load balancer.
|
@@ -1188,6 +1228,7 @@ class LoadBalancer(pulumi.CustomResource):
|
|
1188
1228
|
__props__.__dict__["network_security_group_ids"] = network_security_group_ids
|
1189
1229
|
__props__.__dict__["request_id_header"] = request_id_header
|
1190
1230
|
__props__.__dict__["reserved_ips"] = reserved_ips
|
1231
|
+
__props__.__dict__["security_attributes"] = security_attributes
|
1191
1232
|
__props__.__dict__["shape"] = shape
|
1192
1233
|
__props__.__dict__["shape_details"] = shape_details
|
1193
1234
|
__props__.__dict__["state"] = state
|
@@ -1347,6 +1388,14 @@ class LoadBalancer(pulumi.CustomResource):
|
|
1347
1388
|
"""
|
1348
1389
|
return pulumi.get(self, "reserved_ips")
|
1349
1390
|
|
1391
|
+
@property
|
1392
|
+
@pulumi.getter(name="securityAttributes")
|
1393
|
+
def security_attributes(self) -> pulumi.Output[Mapping[str, builtins.str]]:
|
1394
|
+
"""
|
1395
|
+
(Updatable) Extended Defined tags for ZPR for this resource. Each key is predefined and scoped to a namespace. Example: `{"Oracle-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit", "usagetype" : "zpr"}}}`
|
1396
|
+
"""
|
1397
|
+
return pulumi.get(self, "security_attributes")
|
1398
|
+
|
1350
1399
|
@property
|
1351
1400
|
@pulumi.getter
|
1352
1401
|
def shape(self) -> pulumi.Output[builtins.str]:
|
@@ -3739,6 +3739,7 @@ class GetLoadBalancersLoadBalancerResult(dict):
|
|
3739
3739
|
network_security_group_ids: Sequence[builtins.str],
|
3740
3740
|
request_id_header: builtins.str,
|
3741
3741
|
reserved_ips: Sequence['outputs.GetLoadBalancersLoadBalancerReservedIpResult'],
|
3742
|
+
security_attributes: Mapping[str, builtins.str],
|
3742
3743
|
shape: builtins.str,
|
3743
3744
|
shape_details: Sequence['outputs.GetLoadBalancersLoadBalancerShapeDetailResult'],
|
3744
3745
|
state: builtins.str,
|
@@ -3758,6 +3759,7 @@ class GetLoadBalancersLoadBalancerResult(dict):
|
|
3758
3759
|
:param builtins.bool is_request_id_enabled: Whether or not the load balancer has the Request Id feature enabled for HTTP listeners.
|
3759
3760
|
:param Sequence[builtins.str] network_security_group_ids: An array of NSG [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) associated with the load balancer.
|
3760
3761
|
:param builtins.str request_id_header: If isRequestIdEnabled is true then this field contains the name of the header field that contains the unique request id that is attached to every request from the load balancer to the load balancer backends and to every response from the load balancer.
|
3762
|
+
:param Mapping[str, builtins.str] security_attributes: Extended Defined tags for ZPR for this resource. Each key is predefined and scoped to a namespace. Example: `{"Oracle-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit", "usagetype" : "zpr"}}}`
|
3761
3763
|
:param builtins.str shape: A template that determines the total pre-provisioned bandwidth (ingress plus egress). To get a list of available shapes, use the [ListShapes](https://docs.cloud.oracle.com/iaas/api/#/en/loadbalancer/20170115/LoadBalancerShape/ListShapes) operation. Example: `100Mbps`
|
3762
3764
|
:param Sequence['GetLoadBalancersLoadBalancerShapeDetailArgs'] shape_details: The configuration details to update load balancer to a different shape.
|
3763
3765
|
:param builtins.str state: A filter to return only resources that match the given lifecycle state. Example: `SUCCEEDED`
|
@@ -3779,6 +3781,7 @@ class GetLoadBalancersLoadBalancerResult(dict):
|
|
3779
3781
|
pulumi.set(__self__, "network_security_group_ids", network_security_group_ids)
|
3780
3782
|
pulumi.set(__self__, "request_id_header", request_id_header)
|
3781
3783
|
pulumi.set(__self__, "reserved_ips", reserved_ips)
|
3784
|
+
pulumi.set(__self__, "security_attributes", security_attributes)
|
3782
3785
|
pulumi.set(__self__, "shape", shape)
|
3783
3786
|
pulumi.set(__self__, "shape_details", shape_details)
|
3784
3787
|
pulumi.set(__self__, "state", state)
|
@@ -3893,6 +3896,14 @@ class GetLoadBalancersLoadBalancerResult(dict):
|
|
3893
3896
|
def reserved_ips(self) -> Sequence['outputs.GetLoadBalancersLoadBalancerReservedIpResult']:
|
3894
3897
|
return pulumi.get(self, "reserved_ips")
|
3895
3898
|
|
3899
|
+
@property
|
3900
|
+
@pulumi.getter(name="securityAttributes")
|
3901
|
+
def security_attributes(self) -> Mapping[str, builtins.str]:
|
3902
|
+
"""
|
3903
|
+
Extended Defined tags for ZPR for this resource. Each key is predefined and scoped to a namespace. Example: `{"Oracle-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit", "usagetype" : "zpr"}}}`
|
3904
|
+
"""
|
3905
|
+
return pulumi.get(self, "security_attributes")
|
3906
|
+
|
3896
3907
|
@property
|
3897
3908
|
@pulumi.getter
|
3898
3909
|
def shape(self) -> builtins.str:
|
pulumi_oci/pulumi-plugin.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
pulumi_oci/__init__.py,sha256=qu0BQW428_iArc7y-5WVtz3K4pt_nghEOWDKFUeWZK0,185748
|
2
2
|
pulumi_oci/_utilities.py,sha256=yyuODPikZ9pto3JWJRfMJo98dWmQ5_y45-TVcZG_K8Y,10807
|
3
3
|
pulumi_oci/provider.py,sha256=m4f4wR02djQXympFmKa1mgeICJX9tqPC5Qmjtbq9W1E,26206
|
4
|
-
pulumi_oci/pulumi-plugin.json,sha256=
|
4
|
+
pulumi_oci/pulumi-plugin.json,sha256=S4G_Ka5Gz8AakqI9b1qUit0rX021CcPLeYAby7moVO0,63
|
5
5
|
pulumi_oci/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
6
6
|
pulumi_oci/adm/__init__.py,sha256=pVJEXB1iqT2-JWJ6h3NjwxBh64s7KjHjUpsumvPtHeQ,1065
|
7
7
|
pulumi_oci/adm/_inputs.py,sha256=-kQkJzyZUCrFBzoJly1MbyN6uxuiAzQmpCoFIsBkbnI,72949
|
@@ -412,13 +412,13 @@ pulumi_oci/config/__init__.py,sha256=nKVKdvQbN3zgJ23HPoKpz1sGrfjaDijL6xvKxGVmj7c
|
|
412
412
|
pulumi_oci/config/__init__.pyi,sha256=8lVKJQAf-9e3cpYPAF4wh555-5K5gUPbS0p8veNeds4,2861
|
413
413
|
pulumi_oci/config/vars.py,sha256=RQ08Fc1zC-cTBq1evGKTfYVzxQpt-xIslhXMFhqTw_I,4487
|
414
414
|
pulumi_oci/containerengine/__init__.py,sha256=l7GIopufg8FQlKo486HcwfiyxIY59wpqMx9vspWaiJ8,1348
|
415
|
-
pulumi_oci/containerengine/_inputs.py,sha256=
|
415
|
+
pulumi_oci/containerengine/_inputs.py,sha256=DekumZi6bs-fCvzcFsUzHydoq9imAjWmB0I2QujIlB0,252896
|
416
416
|
pulumi_oci/containerengine/addon.py,sha256=cC2DgGhSAbotxaYCMlFJQtKbU9TwaCQfwuze2Na8eSI,25566
|
417
417
|
pulumi_oci/containerengine/cluster.py,sha256=cp8tJ5hgXgxVC7lQxCTNL1_bIMRfyEUcKUY7OkGrXa4,57808
|
418
418
|
pulumi_oci/containerengine/cluster_complete_credential_rotation_management.py,sha256=nbLTHliDUP3KbV3cUpPXtLgEALQeDX-yDgigbdsHeI4,9299
|
419
419
|
pulumi_oci/containerengine/cluster_start_credential_rotation_management.py,sha256=OKWg2iX0OiU47npPqJBf2kWtyuyeNpy3WAOayEGhw08,12770
|
420
420
|
pulumi_oci/containerengine/cluster_workload_mapping.py,sha256=JAZ_yTuQusXdmgGtp2nGxXdWA858WFveJ4iLzA2fKtA,25636
|
421
|
-
pulumi_oci/containerengine/container_instance.py,sha256=
|
421
|
+
pulumi_oci/containerengine/container_instance.py,sha256=gk3zenoTj0vNj4s3BpRWQl3qvMj8z-ERwh_DN4uQtSQ,75107
|
422
422
|
pulumi_oci/containerengine/get_addon.py,sha256=oGoWKD4UiQlJV48mWcTzQJeJ5EQyiVpka2pKi5cJtL8,9780
|
423
423
|
pulumi_oci/containerengine/get_addon_options.py,sha256=wv1hOZwhf5NOOYRWJ1Fw2CwYEaYvAGjcsgEVtJH_JB4,6723
|
424
424
|
pulumi_oci/containerengine/get_addons.py,sha256=cnXR9WMEcLM83q46dHm3-U5csQJXAphqbAx6homGAwY,5096
|
@@ -440,7 +440,7 @@ pulumi_oci/containerengine/get_work_request_errors.py,sha256=iQfmxb1wCXZh4-Visfa
|
|
440
440
|
pulumi_oci/containerengine/get_work_request_log_entries.py,sha256=rtcLc5ewP0qh4ihnknzqjEoXot_d9F1TFGVyc8Z5KAI,7186
|
441
441
|
pulumi_oci/containerengine/get_work_requests.py,sha256=LlT0GQBih2BQlG9SZXDzHkqCLbN6fhDJkwpZBWIoxC4,9856
|
442
442
|
pulumi_oci/containerengine/node_pool.py,sha256=W-dzgJPyHr-o89X2VDbMYU8UymGuVQ2ZeHPChCBBzhk,80591
|
443
|
-
pulumi_oci/containerengine/outputs.py,sha256=
|
443
|
+
pulumi_oci/containerengine/outputs.py,sha256=orgoUeY4bDcQGK59vaH_DRMF93aIfsy0LJAlAtgFqO4,407443
|
444
444
|
pulumi_oci/containerengine/virtual_node_pool.py,sha256=z_ZUqATM2S8j-ARfNgKkEpc53kJZgR7yaz8FQBPefGA,55726
|
445
445
|
pulumi_oci/containerinstances/__init__.py,sha256=1NTQR8XbSqkPAUiWPM06qAugH-STR2CXEmCy3ecxNv4,496
|
446
446
|
pulumi_oci/containerinstances/_inputs.py,sha256=kTB_N1CmL4tM517-4TJLvnahQFfxtCROA42OOcMf_Ug,4031
|
@@ -1770,12 +1770,12 @@ pulumi_oci/globallydistributeddatabase/get_sharded_databases.py,sha256=TLkcE4GKD
|
|
1770
1770
|
pulumi_oci/globallydistributeddatabase/outputs.py,sha256=aMiA05cVsIXDSye6G29wH6ssveSSceJveaSv2W8tJVw,101081
|
1771
1771
|
pulumi_oci/globallydistributeddatabase/private_endpoint.py,sha256=dHMRfN8gra9bjiC3OCdx3HKl71GoWoGyo32agxwwMTM,40798
|
1772
1772
|
pulumi_oci/globallydistributeddatabase/sharded_database.py,sha256=P06kT4fDCBCmzTAypOnpF0JusbU_fLRrY28OdFOPNdI,127730
|
1773
|
-
pulumi_oci/goldengate/__init__.py,sha256=
|
1774
|
-
pulumi_oci/goldengate/_inputs.py,sha256=
|
1773
|
+
pulumi_oci/goldengate/__init__.py,sha256=QtBtIqNCxMeNkuOkj52Dp66SytOGFua07qgMpf29hhM,1658
|
1774
|
+
pulumi_oci/goldengate/_inputs.py,sha256=5EIpeTETqJxUxEzmFAoiaLh-M9x9DUIbh71iMFnefO0,117875
|
1775
1775
|
pulumi_oci/goldengate/connection.py,sha256=co_NVDAIRl-0Msdu4lDzauT40CXwz9CYIE1ysSz-0VE,386853
|
1776
1776
|
pulumi_oci/goldengate/connection_assignment.py,sha256=GIYeHk8YWdOblf9a_gt9fN6s3NKslXLly419bJeS6cQ,21590
|
1777
1777
|
pulumi_oci/goldengate/database_registration.py,sha256=7-swQZdN4VK37UI1Hn_KyhASn298BNlfNFWzqs1PLAk,74018
|
1778
|
-
pulumi_oci/goldengate/deployment.py,sha256=
|
1778
|
+
pulumi_oci/goldengate/deployment.py,sha256=KKrN0basHYr32BpX4GejIqFM4EgYHqwkH4CpToz7kz0,122713
|
1779
1779
|
pulumi_oci/goldengate/deployment_backup.py,sha256=SvlnBNn-VRLmTSgwU_I5xpYa5ibDLpw0sEfFA2meHsA,54486
|
1780
1780
|
pulumi_oci/goldengate/deployment_certificate.py,sha256=ALlhN4hbPwthQnE693noWSATIYSJTkGQqLnR18HkOHA,37271
|
1781
1781
|
pulumi_oci/goldengate/get_connection.py,sha256=JFTPGCvrF-cJ15td29JJ_I7D__89eh5R3wMU16DGZTs,88143
|
@@ -1784,12 +1784,13 @@ pulumi_oci/goldengate/get_connection_assignments.py,sha256=mPcMntb8GL2o2JcUl8DTw
|
|
1784
1784
|
pulumi_oci/goldengate/get_connections.py,sha256=hK4hax5E_YFUwg3sO70mCi86A2_pVWoYacbHlrqqFsI,15388
|
1785
1785
|
pulumi_oci/goldengate/get_database_registration.py,sha256=SU34bNEOy601hJ3a5ABG3dwq-Dol8kEJyY_WPI7kXEA,21824
|
1786
1786
|
pulumi_oci/goldengate/get_database_registrations.py,sha256=XWP2crOkNeA1qrkQcL8Tt_2oDbl80mXF8_WmIUkae2k,9378
|
1787
|
-
pulumi_oci/goldengate/get_deployment.py,sha256=
|
1787
|
+
pulumi_oci/goldengate/get_deployment.py,sha256=Bbt90LmOr9zTny75a40pdSzORzjtCB1WYALvkw5QemQ,43324
|
1788
1788
|
pulumi_oci/goldengate/get_deployment_backup.py,sha256=ZdRznt6PRr0nfIG15m2bG-zfKWf2MRa8XnrOqBj6emw,20348
|
1789
1789
|
pulumi_oci/goldengate/get_deployment_backups.py,sha256=oJ8FAA8gFIwo5HOpohkvF2L1erGa10QYGZWoqSCpH2Y,10398
|
1790
1790
|
pulumi_oci/goldengate/get_deployment_certificate.py,sha256=GCwsUn-5cqpJF0Wn7tZJImkwGaHwJzhJ-LhNVFoLahU,17358
|
1791
1791
|
pulumi_oci/goldengate/get_deployment_certificates.py,sha256=ZveIjHzOY2P8qaEfhipSWV7fZvVKnvcn7oVuXSrO2RI,7258
|
1792
1792
|
pulumi_oci/goldengate/get_deployment_environments.py,sha256=tMDrIqz0Dpl5VIsffLRbGRcexvb8OHE7_TUrs4GFjWk,6936
|
1793
|
+
pulumi_oci/goldengate/get_deployment_peers.py,sha256=KpJvXOwWsCNN8bwOfYy6yeoTEUNEovBzNu9yo3Z9Ly8,8254
|
1793
1794
|
pulumi_oci/goldengate/get_deployment_type.py,sha256=Mj0es9mNJOUB-v7QNqZEEPGtY-_wsHTCcdG1VpGaJt0,6058
|
1794
1795
|
pulumi_oci/goldengate/get_deployment_types.py,sha256=VDx587Ck3moyjNj8DgzbDvPz_DyfZ0lQtZYrdz13V5Q,10398
|
1795
1796
|
pulumi_oci/goldengate/get_deployment_upgrade.py,sha256=e51ItgIZ95n0Nhp99lVKbp26M1TIMSphh-6yrVDzBHI,24761
|
@@ -1808,7 +1809,7 @@ pulumi_oci/goldengate/get_trail_file.py,sha256=dclKbnzqUdA_va4v_BzXor9Q8xqv16IIM
|
|
1808
1809
|
pulumi_oci/goldengate/get_trail_files.py,sha256=RsQWkBuir2cOOyadRFIM5AuZVOvMw2t5B8YWc3V839Y,8115
|
1809
1810
|
pulumi_oci/goldengate/get_trail_sequence.py,sha256=9u3_6gtjsECk1LTnBfJhy_six1QQJXtAfi3ExOxYHUg,8811
|
1810
1811
|
pulumi_oci/goldengate/get_trail_sequences.py,sha256=npGAgDLX1gd3kJPRHOIaY0b9RhPdRuBQYqTs3Gwy-ks,9460
|
1811
|
-
pulumi_oci/goldengate/outputs.py,sha256
|
1812
|
+
pulumi_oci/goldengate/outputs.py,sha256=-dZI6qKnibeIAFHLlmdS6gziA_p9um_Ec3pk2NJGrDs,426691
|
1812
1813
|
pulumi_oci/goldengate/pipeline.py,sha256=rjZ322Gvr3y4ZhiJxtmPjs3EoGS5CPXfp4WSYbA3nH4,52582
|
1813
1814
|
pulumi_oci/healthchecks/__init__.py,sha256=i7ZZRUQ3bD6VFp3F9Friidt_sFThTyjUngQkbyb3NJQ,678
|
1814
1815
|
pulumi_oci/healthchecks/_inputs.py,sha256=VX6dcLiaWbAGSKMjvv1XQHcy0RNkk911cIAhW-ykkU0,7895
|
@@ -2182,9 +2183,9 @@ pulumi_oci/loadbalancer/get_ssl_cipher_suite.py,sha256=36uTgSPYiIecdFKbHVqPQbEq9
|
|
2182
2183
|
pulumi_oci/loadbalancer/get_ssl_cipher_suites.py,sha256=TiUBvpSLe_RNhwoW56FyE0m8t_Pdm3z0-mVodoA_IuE,6058
|
2183
2184
|
pulumi_oci/loadbalancer/hostname.py,sha256=ZyFkXPQfz33Uxl5HVDQm4ty3KydhAuqihRxrh7e1euY,15264
|
2184
2185
|
pulumi_oci/loadbalancer/listener.py,sha256=EFZ6dhDth9U92qWTzRkQO1yQSkWCebku34uwwIHRGMQ,43883
|
2185
|
-
pulumi_oci/loadbalancer/load_balancer.py,sha256=
|
2186
|
+
pulumi_oci/loadbalancer/load_balancer.py,sha256=ASNLTcox2vaIhYAGOYFIgclgeNneG4suurm0ixIlONk,95520
|
2186
2187
|
pulumi_oci/loadbalancer/load_balancer_routing_policy.py,sha256=nvYvyYOLUo3aWXXhzD2e0cl82C9sl99YN4yGeMA5YzA,19051
|
2187
|
-
pulumi_oci/loadbalancer/outputs.py,sha256=
|
2188
|
+
pulumi_oci/loadbalancer/outputs.py,sha256=YWmXRChN52IA_nVaLOH5QcqALLy3ZXHcIQDlztmamyw,274784
|
2188
2189
|
pulumi_oci/loadbalancer/path_route_set.py,sha256=v7APrU3IfPrD1MkxnZtsPr3aR0ZX3ZrAnZ95UeURCnY,15332
|
2189
2190
|
pulumi_oci/loadbalancer/rule_set.py,sha256=FjKaS1ibivRzN9jtDdNtdZ7jv-yV-RJwKxGVQpCjTwQ,19635
|
2190
2191
|
pulumi_oci/loadbalancer/ssl_cipher_suite.py,sha256=Wzp49usxAEeP4mGeMgizzHobYgnOg0yEiUnVAr3q2ME,19561
|
@@ -3129,7 +3130,7 @@ pulumi_oci/zpr/get_zpr_policies.py,sha256=G924T2joDuYhxTgJeyYORxBZF4lQSVHPt8Y50k
|
|
3129
3130
|
pulumi_oci/zpr/get_zpr_policy.py,sha256=H3Avgx-zvXVtdX8vlaFgRSQRC93-O9ALK5IVDvY7Ow0,11634
|
3130
3131
|
pulumi_oci/zpr/outputs.py,sha256=GD2XHQ5AW23uCFwlFhhtfC-7A-WOskX10zaxLLptQo8,9337
|
3131
3132
|
pulumi_oci/zpr/zpr_policy.py,sha256=hmHcc332CHSCVHREi5pcrQM_sSX26fDr8TDiXOz6P6A,33650
|
3132
|
-
pulumi_oci-2.
|
3133
|
-
pulumi_oci-2.
|
3134
|
-
pulumi_oci-2.
|
3135
|
-
pulumi_oci-2.
|
3133
|
+
pulumi_oci-2.31.0.dist-info/METADATA,sha256=7ogGv1H3Oxo3Emlzmt0HzYVWii0EJQuHow-Cp5KG0Lg,4043
|
3134
|
+
pulumi_oci-2.31.0.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
3135
|
+
pulumi_oci-2.31.0.dist-info/top_level.txt,sha256=0k-nWr_IdDNVF3qcT4ALORmmu1SNCLxWZfHDMN7TWsg,11
|
3136
|
+
pulumi_oci-2.31.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|