public class VCenterServerUID
extends java.lang.Object
Java class for vCenterServerUID complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="vCenterServerUID"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{}clusterUID" minOccurs="0"/> <element name="ip" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected ClusterUID |
clusterUID |
protected java.lang.String |
ip |
Constructor and Description |
---|
VCenterServerUID() |
Modifier and Type | Method and Description |
---|---|
ClusterUID |
getClusterUID()
Gets the value of the clusterUID property.
|
java.lang.String |
getIp()
Gets the value of the ip property.
|
void |
setClusterUID(ClusterUID value)
Sets the value of the clusterUID property.
|
void |
setIp(java.lang.String value)
Sets the value of the ip property.
|
protected ClusterUID clusterUID
protected java.lang.String ip
public ClusterUID getClusterUID()
ClusterUID
public void setClusterUID(ClusterUID value)
value
- allowed object is ClusterUID
public java.lang.String getIp()
String
public void setIp(java.lang.String value)
value
- allowed object is String