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