|
145 | 145 | },
|
146 | 146 | "type": "array"
|
147 | 147 | },
|
| 148 | + "targetSecurityGroup": { |
| 149 | + "allOf": [ |
| 150 | + { |
| 151 | + "$ref": "#/components/schemas/SecurityGroup" |
| 152 | + } |
| 153 | + ], |
| 154 | + "description": "Security Group permitting network traffic from the LoadBalancer to the targets.", |
| 155 | + "readOnly": true |
| 156 | + }, |
148 | 157 | "version": {
|
149 | 158 | "description": "Load balancer resource version.\nMust be empty or unset for creating load balancers, non-empty for updating load balancers. Semantics:\nWhile retrieving load balancers, this is the current version of this load balancer resource that changes during updates of the load balancers. On updates this field specified the load balancer version you calculated your update for instead of the future version to enable concurrency safe updates. Update calls will then report the new version in their result as you would see with a load balancer retrieval call later. There exist no total order of the version, so you can only compare it for equality, but not for less/greater than another version. Since the creation of load balancer is always intended to create the first version of it, there should be no existing version. That's why this field must by empty of not present in that case.",
|
150 | 159 | "example": "lb-238165323",
|
|
397 | 406 | },
|
398 | 407 | "type": "array"
|
399 | 408 | },
|
| 409 | + "targetSecurityGroup": { |
| 410 | + "allOf": [ |
| 411 | + { |
| 412 | + "$ref": "#/components/schemas/SecurityGroup" |
| 413 | + } |
| 414 | + ], |
| 415 | + "description": "Security Group permitting network traffic from the LoadBalancer to the targets.", |
| 416 | + "readOnly": true |
| 417 | + }, |
400 | 418 | "version": {
|
401 | 419 | "description": "Load balancer resource version.\nMust be empty or unset for creating load balancers, non-empty for updating load balancers. Semantics:\nWhile retrieving load balancers, this is the current version of this load balancer resource that changes during updates of the load balancers. On updates this field specified the load balancer version you calculated your update for instead of the future version to enable concurrency safe updates. Update calls will then report the new version in their result as you would see with a load balancer retrieval call later. There exist no total order of the version, so you can only compare it for equality, but not for less/greater than another version. Since the creation of load balancer is always intended to create the first version of it, there should be no existing version. That's why this field must by empty of not present in that case.",
|
402 | 420 | "example": "lb-238165323",
|
|
590 | 608 | },
|
591 | 609 | "type": "object"
|
592 | 610 | },
|
| 611 | + "SecurityGroup": { |
| 612 | + "properties": { |
| 613 | + "id": { |
| 614 | + "description": "ID of the security Group", |
| 615 | + "type": "string" |
| 616 | + }, |
| 617 | + "name": { |
| 618 | + "description": "Name of the security Group", |
| 619 | + "type": "string" |
| 620 | + } |
| 621 | + }, |
| 622 | + "type": "object" |
| 623 | + }, |
593 | 624 | "ServerNameIndicator": {
|
594 | 625 | "properties": {
|
595 | 626 | "name": {
|
|
782 | 813 | },
|
783 | 814 | "type": "array"
|
784 | 815 | },
|
| 816 | + "targetSecurityGroup": { |
| 817 | + "allOf": [ |
| 818 | + { |
| 819 | + "$ref": "#/components/schemas/SecurityGroup" |
| 820 | + } |
| 821 | + ], |
| 822 | + "description": "Security Group permitting network traffic from the LoadBalancer to the targets.", |
| 823 | + "readOnly": true |
| 824 | + }, |
785 | 825 | "version": {
|
786 | 826 | "description": "Load balancer resource version.\nMust be empty or unset for creating load balancers, non-empty for updating load balancers. Semantics:\nWhile retrieving load balancers, this is the current version of this load balancer resource that changes during updates of the load balancers. On updates this field specified the load balancer version you calculated your update for instead of the future version to enable concurrency safe updates. Update calls will then report the new version in their result as you would see with a load balancer retrieval call later. There exist no total order of the version, so you can only compare it for equality, but not for less/greater than another version. Since the creation of load balancer is always intended to create the first version of it, there should be no existing version. That's why this field must by empty of not present in that case.",
|
787 | 827 | "example": "lb-238165323",
|
|
0 commit comments