org.jclouds.vcloud.domain.network.internal
Class OrgNetworkImpl.ConfigurationImpl

java.lang.Object
  extended by org.jclouds.vcloud.domain.network.internal.OrgNetworkImpl.ConfigurationImpl
All Implemented Interfaces:
OrgNetwork.Configuration
Enclosing class:
OrgNetworkImpl

public static class OrgNetworkImpl.ConfigurationImpl
extends Object
implements OrgNetwork.Configuration


Constructor Summary
OrgNetworkImpl.ConfigurationImpl(IpScope ipScope, ReferenceType parentNetwork, FenceMode fenceMode, Features features)
           
 
Method Summary
 boolean equals(Object obj)
           
 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
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OrgNetworkImpl.ConfigurationImpl

public OrgNetworkImpl.ConfigurationImpl(@Nullable
                                        IpScope ipScope,
                                        @Nullable
                                        ReferenceType parentNetwork,
                                        FenceMode fenceMode,
                                        @Nullable
                                        Features features)
Method Detail

getIpScope

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

Specified by:
getIpScope in interface OrgNetwork.Configuration

getParentNetwork

public ReferenceType getParentNetwork()
reference to a network to which this network connects

Specified by:
getParentNetwork in interface OrgNetwork.Configuration

getFenceMode

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

Specified by:
getFenceMode in interface OrgNetwork.Configuration

getFeatures

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

Specified by:
getFeatures in interface OrgNetwork.Configuration

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2012 jclouds. All Rights Reserved.