public class EntityBackupConfig extends DynamicData
Java class for EntityBackupConfig complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EntityBackupConfig">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="entityType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="configBlob" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
<element name="key" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="container" type="{urn:vim25}ManagedObjectReference" minOccurs="0"/>
<element name="configVersion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
configBlob |
protected String |
configVersion |
protected ManagedObjectReference |
container |
protected String |
entityType |
protected String |
key |
protected String |
name |
| Constructor and Description |
|---|
EntityBackupConfig() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getConfigBlob()
Gets the value of the configBlob property.
|
String |
getConfigVersion()
Gets the value of the configVersion property.
|
ManagedObjectReference |
getContainer()
Gets the value of the container property.
|
String |
getEntityType()
Gets the value of the entityType property.
|
String |
getKey()
Gets the value of the key property.
|
String |
getName()
Gets the value of the name property.
|
void |
setConfigBlob(byte[] value)
Sets the value of the configBlob property.
|
void |
setConfigVersion(String value)
Sets the value of the configVersion property.
|
void |
setContainer(ManagedObjectReference value)
Sets the value of the container property.
|
void |
setEntityType(String value)
Sets the value of the entityType property.
|
void |
setKey(String value)
Sets the value of the key property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected String entityType
protected byte[] configBlob
protected String key
protected String name
protected ManagedObjectReference container
protected String configVersion
public String getEntityType()
Stringpublic void setEntityType(String value)
value - allowed object is
Stringpublic byte[] getConfigBlob()
public void setConfigBlob(byte[] value)
value - allowed object is
byte[]public String getKey()
Stringpublic void setKey(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic ManagedObjectReference getContainer()
ManagedObjectReferencepublic void setContainer(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic String getConfigVersion()
StringCopyright © 2018. All rights reserved.