public class PbmPlacementResourceUtilization extends DynamicData
Java class for PbmPlacementResourceUtilization complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PbmPlacementResourceUtilization">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="name" type="{urn:pbm}PbmExtendedElementDescription"/>
<element name="description" type="{urn:pbm}PbmExtendedElementDescription"/>
<element name="availableBefore" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="availableAfter" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="total" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
availableAfter |
protected Long |
availableBefore |
protected PbmExtendedElementDescription |
description |
protected PbmExtendedElementDescription |
name |
protected Long |
total |
| Constructor and Description |
|---|
PbmPlacementResourceUtilization() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAvailableAfter()
Gets the value of the availableAfter property.
|
Long |
getAvailableBefore()
Gets the value of the availableBefore property.
|
PbmExtendedElementDescription |
getDescription()
Gets the value of the description property.
|
PbmExtendedElementDescription |
getName()
Gets the value of the name property.
|
Long |
getTotal()
Gets the value of the total property.
|
void |
setAvailableAfter(Long value)
Sets the value of the availableAfter property.
|
void |
setAvailableBefore(Long value)
Sets the value of the availableBefore property.
|
void |
setDescription(PbmExtendedElementDescription value)
Sets the value of the description property.
|
void |
setName(PbmExtendedElementDescription value)
Sets the value of the name property.
|
void |
setTotal(Long value)
Sets the value of the total property.
|
protected PbmExtendedElementDescription name
protected PbmExtendedElementDescription description
protected Long availableBefore
protected Long availableAfter
protected Long total
public PbmExtendedElementDescription getName()
PbmExtendedElementDescriptionpublic void setName(PbmExtendedElementDescription value)
value - allowed object is
PbmExtendedElementDescriptionpublic PbmExtendedElementDescription getDescription()
PbmExtendedElementDescriptionpublic void setDescription(PbmExtendedElementDescription value)
value - allowed object is
PbmExtendedElementDescriptionpublic Long getAvailableBefore()
Longpublic void setAvailableBefore(Long value)
value - allowed object is
Longpublic Long getAvailableAfter()
Longpublic void setAvailableAfter(Long value)
value - allowed object is
Longpublic Long getTotal()
LongCopyright © 2018. All rights reserved.