Options
All
  • Public
  • Public/Protected
  • All
Menu

vApp Network.

Hierarchy

Index

Constructors

constructor

Properties

Protected _json

Accessors

companyId

companyId:

Gets the ID of the company that the entity belongs to.

deleted

deleted:

Indicates whether the entity is deleted.

deletedDate

deletedDate:

Gets the date that the entity was deleted, or null if it is not deleted.

description

description:

Gets the description.

dnsSuffix

dnsSuffix:

Gets the DNS suffix.

entityType

entityType:

Gets the entity type.

fenceMode

fenceMode:

Gets the networks fence mode.

gatewayAddress

gatewayAddress:

Gets the gateway address of the network.

inherited

inherited:

Indicates whether this network is inherited.

ipRanges

ipRanges:

Gets the static IP Ranges for the newtork.

json

json:

Gets the raw JSON object from the API.

locationId

locationId:

Gets the datacenter location identifier.

name

name:

Gets the name.

netmask

netmask:

Gets the netmask of the network.

orgUuid

orgUuid:

Gets the UUID of the Org that the network is associated with.

parentNetworkUuid

parentNetworkUuid:

Gets the UUID of the parent external network if this is a bridged network, otherwise null.

primaryDns

primaryDns:

Gets the primary DNS host.

routerExternalIp

routerExternalIp:

If this is a NAT Routed network, gets the external IP of the router for the vApp Network edge gateway.

secondaryDns

secondaryDns:

Gets the secondary DSN host.

updatedDate

updatedDate:

Gets the last date that the entity was updated.

uuid

uuid:

Gets the UUID.

vappUuid

vappUuid:

Gets the UUID of the vApp that the network is associated with.

vdcUuid

vdcUuid:

Gets the UUID of the vDC that the network is associated with.

Methods

getDHCPService

getFirewall

getNATService

getStaticRouting

getVmInterfaces

  • 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.

    Returns Promise<Array<VappNetworkInterface>>

    promise Promise that resolves with a list of VappNetworkInterface

refresh

removeNetworkFromVapp

  • removeNetworkFromVapp(): Promise<Task>

toString

  • toString(): string

updateDHCPService

updateFirewall

updateNAT

updateStaticRouting

updateVappNetwork

Static getVappNetwork

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc