|
74 | 74 | },
|
75 | 75 | "CreateLoadBalancerPayload": {
|
76 | 76 | "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 | + }, |
77 | 81 | "errors": {
|
78 | 82 | "description": "Reports all errors a load balancer has.",
|
79 | 83 | "items": {
|
|
151 | 155 | "$ref": "#/components/schemas/SecurityGroup"
|
152 | 156 | }
|
153 | 157 | ],
|
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.", |
155 | 159 | "readOnly": true
|
156 | 160 | },
|
157 | 161 | "version": {
|
|
335 | 339 | },
|
336 | 340 | "LoadBalancer": {
|
337 | 341 | "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 | + }, |
338 | 346 | "errors": {
|
339 | 347 | "description": "Reports all errors a load balancer has.",
|
340 | 348 | "items": {
|
|
412 | 420 | "$ref": "#/components/schemas/SecurityGroup"
|
413 | 421 | }
|
414 | 422 | ],
|
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.", |
416 | 424 | "readOnly": true
|
417 | 425 | },
|
418 | 426 | "version": {
|
|
742 | 750 | },
|
743 | 751 | "UpdateLoadBalancerPayload": {
|
744 | 752 | "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 | + }, |
745 | 757 | "errors": {
|
746 | 758 | "description": "Reports all errors a load balancer has.",
|
747 | 759 | "items": {
|
|
819 | 831 | "$ref": "#/components/schemas/SecurityGroup"
|
820 | 832 | }
|
821 | 833 | ],
|
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.", |
823 | 835 | "readOnly": true
|
824 | 836 | },
|
825 | 837 | "version": {
|
|
0 commit comments