Gets the ID of the company that the entity belongs to.
Indicates whether the entity is deleted.
Gets the date that the entity was deleted, or null if it is not deleted.
Gets the description.
Gets the DNS suffix.
Gets the entity type.
Gets the networks fence mode.
Gets the gateway address of the network.
Indicates whether this network is inherited.
Gets the static IP Ranges for the newtork.
Gets the raw JSON object from the API.
Gets the datacenter location identifier.
Gets the name.
Gets the netmask of the network.
Gets the UUID of the Org that the network is associated with.
Gets the UUID of the parent external network if this is a bridged network, otherwise null.
Gets the primary DNS host.
If this is a NAT Routed network, gets the external IP of the router for the vApp Network edge gateway.
Gets the secondary DSN host.
Gets the last date that the entity was updated.
Gets the UUID.
Gets the UUID of the vApp that the network is associated with.
Gets the UUID of the vDC that the network is associated with.
Get DHCP service for a given vapp network.
promise Promise that resolve with VappNetworkDHCPService
Get a firewall for a given vapp network.
promise Promise that resolves with a VappNetworkFirewall
Get NAT service for a given vapp network
Get static routing service for a given vapp network.
promise Promise that resolves with a VappNetworkStaticRoutingService
Get vApp Network VM interfaces that are tied to this vApp network.
This is a list of VM vnic interfaces that are currently tied to this vApp network. If the ip_translation_mappedfield is true it means the interface already has and IP translation rule currently mapped via NAT. Other fields return such as vm_local_id and vnic_id point to which VM the interface is attached to and in what VNIC spot.
promise Promise that resolves with a list of VappNetworkInterface
Refreshes the vApp network data by retrieving it from the API again.
promise that resolves with this object
Remove a network from the given Vapp.
promise Promise that resolves with a Task
JSON format.
Update a firewall for a given vApp Network.
vapp firewall
promise Promise that resolves with a Task
Update the NAT service for a given vapp network
vapp network nat service
promise Promise that resolves with a Task
Update the static routing service for a given vapp network.
vapp network static routing service
promise Promise that resolves with a Task
Update a vApp network's properties. Note that vCloud Director changes the UUID of the network when it is updated.
VappNetwork update request
promise Promise that resolves with a Task
Gets an vApp network by UUID.
vApp network UUID
promise that resolves with the vApp network
Generated using TypeDoc
vApp Network.