org.jclouds.trmk.vcloud_0_8.domain
Interface Network

All Superinterfaces:
Comparable<ReferenceType>, ReferenceType
All Known Implementing Classes:
NetworkImpl

public interface Network
extends ReferenceType

A network that is available in a vDC.

Author:
Adrian Cole

Method Summary
 String getDescription()
           
 FenceMode getFenceMode()
          return the network fence mode.
 String getGateway()
           
 ReferenceType getIps()
           
 String getNetmask()
          *
 ReferenceType getNetworkExtension()
           
 
Methods inherited from interface org.jclouds.trmk.vcloud_0_8.domain.ReferenceType
getHref, getName, getType
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getDescription

String getDescription()
Returns:
Description of the network

getGateway

String getGateway()
Returns:
The IP address of the network primary gateway

getNetmask

String getNetmask()
*

Returns:
the network subnet mask

getFenceMode

FenceMode getFenceMode()
return the network fence mode.


getNetworkExtension

ReferenceType getNetworkExtension()

getIps

ReferenceType getIps()


Copyright © 2009-2012 jclouds. All Rights Reserved.