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

FirewallGroupAssociatedVM

Represents an associated virtual machine. Contains the VM name and parent vApp name.


Properties

orgRef Optional

Reference to the organization of the associated vm.


vappRef Optional

Reference to the vApp of the associated vm.


vdcRef Optional

Reference to the vDC of the associated vm.


vmRef Optional

Reference to the vm associated with this firewall group.

JSON Example

{
	"orgRef": {
		"id": "string",
		"name": "string"
	},
	"vappRef": {
		"id": "string",
		"name": "string"
	},
	"vdcRef": {
		"id": "string",
		"name": "string"
	},
	"vmRef": {
		"id": "string",
		"name": "string"
	}
}

Vendor Extensions

This class contains the following vendor extensions defined in the spec:
x-vcloud-property-annotations:
    orgRef:
        x-vcloud-constraints:
            - constraint: NonSearchable
            - constraint: NonSortable
    vappRef:
        x-vcloud-constraints:
            - constraint: NonSearchable
            - constraint: NonSortable
    vdcRef:
        x-vcloud-constraints:
            - constraint: NonSearchable
            - constraint: NonSortable
    vmRef:
        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 34.0
Property Of

InlineFirewallGroupAssociatedVMs1

Feedback

Was this page helpful?