org.jclouds.vcloud.director.v1_5.domain.network
Class VAppNetworkConfiguration
java.lang.Object
org.jclouds.vcloud.director.v1_5.domain.Resource
org.jclouds.vcloud.director.v1_5.domain.network.VAppNetworkConfiguration
public class VAppNetworkConfiguration
- extends Resource
Represents a VApp network configuration.
<complexType name="VAppNetworkConfiguration" />
| Fields inherited from class org.jclouds.vcloud.director.v1_5.domain.Resource |
logger |
VAppNetworkConfiguration
protected VAppNetworkConfiguration(VAppNetworkConfiguration.Builder<?> builder)
VAppNetworkConfiguration
protected VAppNetworkConfiguration()
builder
public static VAppNetworkConfiguration.Builder<?> builder()
toBuilder
public VAppNetworkConfiguration.Builder<?> toBuilder()
- Overrides:
toBuilder in class Resource
getDescription
public String getDescription()
- Gets the value of the description property.
getConfiguration
public NetworkConfiguration getConfiguration()
- Gets the value of the configuration property.
isDeployed
public Boolean isDeployed()
- Gets the value of the deployed property.
getNetworkName
public String getNetworkName()
- Gets the value of the networkName property.
equals
public boolean equals(Object o)
- Overrides:
equals in class Resource
hashCode
public int hashCode()
- Overrides:
hashCode in class Resource
string
public com.google.common.base.Objects.ToStringHelper string()
- Overrides:
string in class Resource
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.