Skip to content

Commit 55c720a

Browse files
OAS Update
1 parent 3d463f2 commit 55c720a

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

services/load-balancer/v2/load-balancer.json

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@
7474
},
7575
"CreateLoadBalancerPayload": {
7676
"properties": {
77+
"disableTargetSecurityGroupAssignment": {
78+
"description": "Disable target security group assignemt to allow targets outside of the given network. Connectivity to targets need to be ensured by the customer, including routing and Security Groups (targetSecurityGroup can be assigned). Not changeable after creation.",
79+
"type": "boolean"
80+
},
7781
"errors": {
7882
"description": "Reports all errors a load balancer has.",
7983
"items": {
@@ -151,7 +155,7 @@
151155
"$ref": "#/components/schemas/SecurityGroup"
152156
}
153157
],
154-
"description": "Security Group permitting network traffic from the LoadBalancer to the targets.",
158+
"description": "Security Group permitting network traffic from the LoadBalancer to the targets. Useful when disableTargetSecurityGroupAssignment=true to manually assign target security groups to targets.",
155159
"readOnly": true
156160
},
157161
"version": {
@@ -335,6 +339,10 @@
335339
},
336340
"LoadBalancer": {
337341
"properties": {
342+
"disableTargetSecurityGroupAssignment": {
343+
"description": "Disable target security group assignemt to allow targets outside of the given network. Connectivity to targets need to be ensured by the customer, including routing and Security Groups (targetSecurityGroup can be assigned). Not changeable after creation.",
344+
"type": "boolean"
345+
},
338346
"errors": {
339347
"description": "Reports all errors a load balancer has.",
340348
"items": {
@@ -412,7 +420,7 @@
412420
"$ref": "#/components/schemas/SecurityGroup"
413421
}
414422
],
415-
"description": "Security Group permitting network traffic from the LoadBalancer to the targets.",
423+
"description": "Security Group permitting network traffic from the LoadBalancer to the targets. Useful when disableTargetSecurityGroupAssignment=true to manually assign target security groups to targets.",
416424
"readOnly": true
417425
},
418426
"version": {
@@ -742,6 +750,10 @@
742750
},
743751
"UpdateLoadBalancerPayload": {
744752
"properties": {
753+
"disableTargetSecurityGroupAssignment": {
754+
"description": "Disable target security group assignemt to allow targets outside of the given network. Connectivity to targets need to be ensured by the customer, including routing and Security Groups (targetSecurityGroup can be assigned). Not changeable after creation.",
755+
"type": "boolean"
756+
},
745757
"errors": {
746758
"description": "Reports all errors a load balancer has.",
747759
"items": {
@@ -819,7 +831,7 @@
819831
"$ref": "#/components/schemas/SecurityGroup"
820832
}
821833
],
822-
"description": "Security Group permitting network traffic from the LoadBalancer to the targets.",
834+
"description": "Security Group permitting network traffic from the LoadBalancer to the targets. Useful when disableTargetSecurityGroupAssignment=true to manually assign target security groups to targets.",
823835
"readOnly": true
824836
},
825837
"version": {

0 commit comments

Comments
 (0)