public class VmMemoryPolicy extends Object
Java class for VmMemoryPolicy complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VmMemoryPolicy"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="guaranteed" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Long |
guaranteed |
Constructor and Description |
---|
VmMemoryPolicy() |
Modifier and Type | Method and Description |
---|---|
Long |
getGuaranteed()
Gets the value of the guaranteed property.
|
boolean |
isSetGuaranteed() |
void |
setGuaranteed(Long value)
Sets the value of the guaranteed property.
|
protected Long guaranteed
public Long getGuaranteed()
Long
public void setGuaranteed(Long value)
value
- allowed object is
Long
public boolean isSetGuaranteed()
Copyright © 2012. All Rights Reserved.