public class ReplicationGroupId extends DynamicData
Java class for ReplicationGroupId complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReplicationGroupId">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="faultDomainId" type="{urn:vim25}FaultDomainId"/>
<element name="deviceGroupId" type="{urn:vim25}DeviceGroupId"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DeviceGroupId |
deviceGroupId |
protected FaultDomainId |
faultDomainId |
| Constructor and Description |
|---|
ReplicationGroupId() |
| Modifier and Type | Method and Description |
|---|---|
DeviceGroupId |
getDeviceGroupId()
Gets the value of the deviceGroupId property.
|
FaultDomainId |
getFaultDomainId()
Gets the value of the faultDomainId property.
|
void |
setDeviceGroupId(DeviceGroupId value)
Sets the value of the deviceGroupId property.
|
void |
setFaultDomainId(FaultDomainId value)
Sets the value of the faultDomainId property.
|
protected FaultDomainId faultDomainId
protected DeviceGroupId deviceGroupId
public FaultDomainId getFaultDomainId()
FaultDomainIdpublic void setFaultDomainId(FaultDomainId value)
value - allowed object is
FaultDomainIdpublic DeviceGroupId getDeviceGroupId()
DeviceGroupIdpublic void setDeviceGroupId(DeviceGroupId value)
value - allowed object is
DeviceGroupIdCopyright © 2018. All rights reserved.