public class HostPowerPolicy extends DynamicData
Java class for HostPowerPolicy complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostPowerPolicy">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="key" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="shortName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected int |
key |
protected String |
name |
protected String |
shortName |
| Constructor and Description |
|---|
HostPowerPolicy() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
int |
getKey()
Gets the value of the key property.
|
String |
getName()
Gets the value of the name property.
|
String |
getShortName()
Gets the value of the shortName property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setKey(int value)
Sets the value of the key property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setShortName(String value)
Sets the value of the shortName property.
|
protected int key
protected String name
protected String shortName
protected String description
public int getKey()
public void setKey(int value)
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getShortName()
Stringpublic void setShortName(String value)
value - allowed object is
Stringpublic String getDescription()
StringCopyright © 2018. All rights reserved.