[{"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

FirewallGroupDetails

A Firewall Group object.


AllOf


This class requires all of the following:

JSON Example

{
	"description": "string",
	"edgeGatewayRef": {
		"id": "string",
		"name": "string"
	},
	"id": "string",
	"ipAddresses": [
		"string"
	],
	"members": [
		{
			"id": "string",
			"name": "string"
		}
	],
	"name": "string",
	"networkProviderScope": "string",
	"orgRef": {
		"id": "string",
		"name": "string"
	},
	"ownerRef": {
		"id": "string",
		"name": "string"
	},
	"status": "enum",
	"type": "enum",
	"typeValue": "string",
	"vmCriteria": [
		{
			"rules": [
				{
					"attributeType": "string",
					"attributeValue": "string",
					"operator": "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"
    ipAddresses:
        x-vcloud-constraints:
            - constraint: NonSearchable
            - constraint: NonSortable
    members:
        x-vcloud-added-in: "34.0"
        x-vcloud-constraints:
            - constraint: NonSearchable
            - constraint: NonSortable
    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
    status:
        x-vcloud-added-in: "33.0"
        x-vcloud-constraints:
            - constraint: ReadOnly
    vmCriteria:
        x-vcloud-added-in: "36.0"
        x-vcloud-constraints:
            - constraint: NonSearchable
            - 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
Availability
Added in 33.0
Parameter To

Update Firewall Group
Create Firewall Group
Returned By

Get Firewall Group

Feedback

Was this page helpful?