org.jclouds.vcloud.director.v1_5.domain.network
Class NetworkAssignment
java.lang.Object
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>
innerNetwork
protected String innerNetwork
containerNetwork
protected String containerNetwork
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.