FirewallGroupScope
Describes the scope and relationship that this firewall group has with other VCD entities.
Properties
The edge gateway that this firewall group is scoped to. This means that this firewall group can be used when configuring firewall rules for the edge gateway. This property is now deprecated. ownerRef should be used instead
The network provider scope that this object belongs to. This is a read-only property and is determined by the input context entity ID during object creation.
The organization that this firewall group belongs to. This property is read-only and cannot be updated.
The vDC Group or Edge Gateway that this firewall group is scoped to. This group can be used for configuring rules for either an Edge Gateway or vDC Group. If an Edge Gateway is specified that belongs to a vDC Group, the the firewall group will be scoped to the vDC Group.
JSON Example
{
"edgeGatewayRef": {
"id": "string",
"name": "string"
},
"networkProviderScope": "string",
"orgRef": {
"id": "string",
"name": "string"
},
"ownerRef": {
"id": "string",
"name": "string"
}
}
Vendor Extensions
x-vcloud-property-annotations:
contextEntityId:
x-vcloud-constraints:
- constraint: NonSearchable
- constraint: NonSortable
edgeGatewayRef:
x-vcloud-constraints:
- constraint: NonSearchable
- constraint: NonSortable
x-vcloud-deprecated-alternative: ownerRef
x-vcloud-deprecated-in: "35.0"
networkProviderScope:
x-vcloud-constraints:
- constraint: NonSearchable
- constraint: NonSortable
orgRef:
x-vcloud-constraints:
- constraint: NonSearchable
- constraint: NonSortable
ownerRef:
x-vcloud-added-in: "35.0"
x-vcloud-constraints:
- constraint: NonSortable
Used By
FirewallGroupSummary