public class PbmQueryReplicationGroupResult extends DynamicData
Java class for PbmQueryReplicationGroupResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PbmQueryReplicationGroupResult">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="object" type="{urn:pbm}PbmServerObjectRef"/>
<element name="replicationGroupId" type="{urn:vim25}ReplicationGroupId" minOccurs="0"/>
<element name="fault" type="{urn:vim25}LocalizedMethodFault" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected LocalizedMethodFault |
fault |
protected PbmServerObjectRef |
object |
protected ReplicationGroupId |
replicationGroupId |
| Constructor and Description |
|---|
PbmQueryReplicationGroupResult() |
| Modifier and Type | Method and Description |
|---|---|
LocalizedMethodFault |
getFault()
Gets the value of the fault property.
|
PbmServerObjectRef |
getObject()
Gets the value of the object property.
|
ReplicationGroupId |
getReplicationGroupId()
Gets the value of the replicationGroupId property.
|
void |
setFault(LocalizedMethodFault value)
Sets the value of the fault property.
|
void |
setObject(PbmServerObjectRef value)
Sets the value of the object property.
|
void |
setReplicationGroupId(ReplicationGroupId value)
Sets the value of the replicationGroupId property.
|
protected PbmServerObjectRef object
protected ReplicationGroupId replicationGroupId
protected LocalizedMethodFault fault
public PbmServerObjectRef getObject()
PbmServerObjectRefpublic void setObject(PbmServerObjectRef value)
value - allowed object is
PbmServerObjectRefpublic ReplicationGroupId getReplicationGroupId()
ReplicationGroupIdpublic void setReplicationGroupId(ReplicationGroupId value)
value - allowed object is
ReplicationGroupIdpublic LocalizedMethodFault getFault()
LocalizedMethodFaultpublic void setFault(LocalizedMethodFault value)
value - allowed object is
LocalizedMethodFaultCopyright © 2018. All rights reserved.