public class RenameSnapshotRequestType extends Object
Java class for RenameSnapshotRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RenameSnapshotRequestType">
<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" minOccurs="0"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
_this |
protected String |
description |
protected String |
name |
| Constructor and Description |
|---|
RenameSnapshotRequestType() |
| 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.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setThis(ManagedObjectReference value)
Sets the value of the this property.
|
protected ManagedObjectReference _this
protected String name
protected String description
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()
StringCopyright © 2018. All rights reserved.