org.jclouds.vcloud.director.v1_5.domain.network
Class NetworkAssignment

java.lang.Object
  extended by org.jclouds.vcloud.director.v1_5.domain.network.NetworkAssignment

public class NetworkAssignment
extends Object

Represents mapping between a VM and vApp network.

Java class for NetworkAssignment complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="NetworkAssignment">
   <complexContent>
     <extension base="{http://www.vmware.com/vcloud/v1.5}VCloudExtensibleType">
       <attribute name="innerNetwork" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="containerNetwork" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class NetworkAssignment.Builder
           
 
Field Summary
protected  String containerNetwork
           
protected  String innerNetwork
           
 
Method Summary
static NetworkAssignment.Builder builder()
           
 boolean equals(Object o)
           
 String getContainerNetwork()
          Gets the value of the containerNetwork property.
 String getInnerNetwork()
          Gets the value of the innerNetwork property.
 int hashCode()
           
 NetworkAssignment.Builder toBuilder()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

innerNetwork

protected String innerNetwork

containerNetwork

protected String containerNetwork
Method Detail

builder

public static NetworkAssignment.Builder builder()

toBuilder

public NetworkAssignment.Builder toBuilder()

getInnerNetwork

public String getInnerNetwork()
Gets the value of the innerNetwork property.

Returns:
possible object is String

getContainerNetwork

public String getContainerNetwork()
Gets the value of the containerNetwork property.

Returns:
possible object is String

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.