public class HostInternetScsiHbaIscsiIpv6Address extends DynamicData
Java class for HostInternetScsiHbaIscsiIpv6Address complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostInternetScsiHbaIscsiIpv6Address">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="address" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="prefixLength" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="origin" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="operation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
address |
protected String |
operation |
protected String |
origin |
protected int |
prefixLength |
| Constructor and Description |
|---|
HostInternetScsiHbaIscsiIpv6Address() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress()
Gets the value of the address property.
|
String |
getOperation()
Gets the value of the operation property.
|
String |
getOrigin()
Gets the value of the origin property.
|
int |
getPrefixLength()
Gets the value of the prefixLength property.
|
void |
setAddress(String value)
Sets the value of the address property.
|
void |
setOperation(String value)
Sets the value of the operation property.
|
void |
setOrigin(String value)
Sets the value of the origin property.
|
void |
setPrefixLength(int value)
Sets the value of the prefixLength property.
|
protected String address
protected int prefixLength
protected String origin
protected String operation
public String getAddress()
Stringpublic void setAddress(String value)
value - allowed object is
Stringpublic int getPrefixLength()
public void setPrefixLength(int value)
public String getOrigin()
Stringpublic void setOrigin(String value)
value - allowed object is
Stringpublic String getOperation()
StringCopyright © 2018. All rights reserved.