public class ReplicationConfigSpec extends DynamicData
Java class for ReplicationConfigSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReplicationConfigSpec">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="generation" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="vmReplicationId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="destination" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="port" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="rpo" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="quiesceGuestEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="paused" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="oppUpdatesEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="netCompressionEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="disk" type="{urn:vim25}ReplicationInfoDiskSettings" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
destination |
protected List<ReplicationInfoDiskSettings> |
disk |
protected long |
generation |
protected Boolean |
netCompressionEnabled |
protected boolean |
oppUpdatesEnabled |
protected boolean |
paused |
protected int |
port |
protected boolean |
quiesceGuestEnabled |
protected long |
rpo |
protected String |
vmReplicationId |
| Constructor and Description |
|---|
ReplicationConfigSpec() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDestination()
Gets the value of the destination property.
|
List<ReplicationInfoDiskSettings> |
getDisk()
Gets the value of the disk property.
|
long |
getGeneration()
Gets the value of the generation property.
|
int |
getPort()
Gets the value of the port property.
|
long |
getRpo()
Gets the value of the rpo property.
|
String |
getVmReplicationId()
Gets the value of the vmReplicationId property.
|
Boolean |
isNetCompressionEnabled()
Gets the value of the netCompressionEnabled property.
|
boolean |
isOppUpdatesEnabled()
Gets the value of the oppUpdatesEnabled property.
|
boolean |
isPaused()
Gets the value of the paused property.
|
boolean |
isQuiesceGuestEnabled()
Gets the value of the quiesceGuestEnabled property.
|
void |
setDestination(String value)
Sets the value of the destination property.
|
void |
setGeneration(long value)
Sets the value of the generation property.
|
void |
setNetCompressionEnabled(Boolean value)
Sets the value of the netCompressionEnabled property.
|
void |
setOppUpdatesEnabled(boolean value)
Sets the value of the oppUpdatesEnabled property.
|
void |
setPaused(boolean value)
Sets the value of the paused property.
|
void |
setPort(int value)
Sets the value of the port property.
|
void |
setQuiesceGuestEnabled(boolean value)
Sets the value of the quiesceGuestEnabled property.
|
void |
setRpo(long value)
Sets the value of the rpo property.
|
void |
setVmReplicationId(String value)
Sets the value of the vmReplicationId property.
|
protected long generation
protected String vmReplicationId
protected String destination
protected int port
protected long rpo
protected boolean quiesceGuestEnabled
protected boolean paused
protected boolean oppUpdatesEnabled
protected Boolean netCompressionEnabled
protected List<ReplicationInfoDiskSettings> disk
public long getGeneration()
public void setGeneration(long value)
public String getVmReplicationId()
Stringpublic void setVmReplicationId(String value)
value - allowed object is
Stringpublic String getDestination()
Stringpublic void setDestination(String value)
value - allowed object is
Stringpublic int getPort()
public void setPort(int value)
public long getRpo()
public void setRpo(long value)
public boolean isQuiesceGuestEnabled()
public void setQuiesceGuestEnabled(boolean value)
public boolean isPaused()
public void setPaused(boolean value)
public boolean isOppUpdatesEnabled()
public void setOppUpdatesEnabled(boolean value)
public Boolean isNetCompressionEnabled()
Booleanpublic void setNetCompressionEnabled(Boolean value)
value - allowed object is
Booleanpublic List<ReplicationInfoDiskSettings> getDisk()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the disk property.
For example, to add a new item, do as follows:
getDisk().add(newItem);
Objects of the following type(s) are allowed in the list
ReplicationInfoDiskSettings
Copyright © 2018. All rights reserved.