|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.vcloud.director.v1_5.domain.network.NatOneToOneVmRule
public class NatOneToOneVmRule
Represents the NAT rule for one to one mapping of VM NIC and external IP addresses from a network.
Java class for NatOneToOneVmRule complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NatOneToOneVmRule">
<complexContent>
<extension base="{http://www.vmware.com/vcloud/v1.5}VCloudExtensibleType">
<sequence>
<element name="MappingMode" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ExternalIpAddress" type="{http://www.vmware.com/vcloud/v1.5}IpAddressType" minOccurs="0"/>
<element name="VAppScopedVmId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="VmNicId" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
NatOneToOneVmRule.Builder
|
| Field Summary | |
|---|---|
protected String |
externalIpAddress
|
protected String |
mappingMode
|
protected String |
vAppScopedVmId
|
protected int |
vmNicId
|
| Method Summary | |
|---|---|
static NatOneToOneVmRule.Builder |
builder()
|
boolean |
equals(Object o)
|
String |
getExternalIpAddress()
Gets the value of the externalIpAddress property. |
String |
getMappingMode()
Gets the value of the mappingMode property. |
String |
getVAppScopedVmId()
Gets the value of the vAppScopedVmId property. |
int |
getVmNicId()
Gets the value of the vmNicId property. |
int |
hashCode()
|
NatOneToOneVmRule.Builder |
toBuilder()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String mappingMode
protected String externalIpAddress
protected String vAppScopedVmId
protected int vmNicId
| Method Detail |
|---|
public static NatOneToOneVmRule.Builder builder()
public NatOneToOneVmRule.Builder toBuilder()
public String getMappingMode()
Stringpublic String getExternalIpAddress()
Stringpublic String getVAppScopedVmId()
Stringpublic int getVmNicId()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||