org.jclouds.vcloud.domain.network
Interface OrgNetwork.Configuration

All Known Implementing Classes:
OrgNetworkImpl.ConfigurationImpl
Enclosing interface:
OrgNetwork

public static interface OrgNetwork.Configuration

The Configuration element specifies properties of a network.


Method Summary
 Features getFeatures()
          defines a set of network features.
 FenceMode getFenceMode()
          defines how this network is connected to its ParentNetwork
 IpScope getIpScope()
          defines the address range, gateway, netmask, and other properties of the network.
 ReferenceType getParentNetwork()
          reference to a network to which this network connects
 

Method Detail

getIpScope

@Nullable
IpScope getIpScope()
defines the address range, gateway, netmask, and other properties of the network.

Since:
vcloud api 0.9, but emulated for 0.8

getParentNetwork

@Nullable
ReferenceType getParentNetwork()
reference to a network to which this network connects

Since:
vcloud api 0.9

getFenceMode

FenceMode getFenceMode()
defines how this network is connected to its ParentNetwork

Since:
vcloud api 0.8

getFeatures

@Nullable
Features getFeatures()
defines a set of network features.

Since:
vcloud api 0.9, but emulated for 0.8


Copyright © 2009-2012 jclouds. All Rights Reserved.