public class ReplicationInfoDiskSettings extends DynamicData
Java class for ReplicationInfoDiskSettings complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReplicationInfoDiskSettings">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="key" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="diskReplicationId" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
diskReplicationId |
protected int |
key |
| Constructor and Description |
|---|
ReplicationInfoDiskSettings() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDiskReplicationId()
Gets the value of the diskReplicationId property.
|
int |
getKey()
Gets the value of the key property.
|
void |
setDiskReplicationId(String value)
Sets the value of the diskReplicationId property.
|
void |
setKey(int value)
Sets the value of the key property.
|
protected int key
protected String diskReplicationId
Copyright © 2018. All rights reserved.