[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director

FirewallGroupScope

Describes the scope and relationship that this firewall group has with other VCD entities.


Properties

edgeGatewayRef Optional

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


string
networkProviderScope Optional

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.


orgRef Optional

The organization that this firewall group belongs to. This property is read-only and cannot be updated.


ownerRef Optional

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

This class contains the following vendor extensions defined in the spec:
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
[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director
Used By

FirewallGroupSummary

Feedback

Was this page helpful?