public class CreateSnapshotRequestType extends Object
Java class for CreateSnapshotRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CreateSnapshotRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="_this" type="{urn:vim25}ManagedObjectReference"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="memory" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="quiesce" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
_this |
protected String |
description |
protected boolean |
memory |
protected String |
name |
protected boolean |
quiesce |
| Constructor and Description |
|---|
CreateSnapshotRequestType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
String |
getName()
Gets the value of the name property.
|
ManagedObjectReference |
getThis()
Gets the value of the this property.
|
boolean |
isMemory()
Gets the value of the memory property.
|
boolean |
isQuiesce()
Gets the value of the quiesce property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setMemory(boolean value)
Sets the value of the memory property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setQuiesce(boolean value)
Sets the value of the quiesce property.
|
void |
setThis(ManagedObjectReference value)
Sets the value of the this property.
|
protected ManagedObjectReference _this
protected String name
protected String description
protected boolean memory
protected boolean quiesce
public ManagedObjectReference getThis()
ManagedObjectReferencepublic void setThis(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic boolean isMemory()
public void setMemory(boolean value)
public boolean isQuiesce()
public void setQuiesce(boolean value)
Copyright © 2018. All rights reserved.