public class PbmDatastoreSpaceStatistics extends DynamicData
Java class for PbmDatastoreSpaceStatistics complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PbmDatastoreSpaceStatistics">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="profileId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="physicalTotalInMB" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="physicalFreeInMB" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="physicalUsedInMB" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="logicalLimitInMB" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="logicalFreeInMB" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="logicalUsedInMB" type="{http://www.w3.org/2001/XMLSchema}long"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
logicalFreeInMB |
protected Long |
logicalLimitInMB |
protected long |
logicalUsedInMB |
protected long |
physicalFreeInMB |
protected long |
physicalTotalInMB |
protected long |
physicalUsedInMB |
protected String |
profileId |
| Constructor and Description |
|---|
PbmDatastoreSpaceStatistics() |
| Modifier and Type | Method and Description |
|---|---|
long |
getLogicalFreeInMB()
Gets the value of the logicalFreeInMB property.
|
Long |
getLogicalLimitInMB()
Gets the value of the logicalLimitInMB property.
|
long |
getLogicalUsedInMB()
Gets the value of the logicalUsedInMB property.
|
long |
getPhysicalFreeInMB()
Gets the value of the physicalFreeInMB property.
|
long |
getPhysicalTotalInMB()
Gets the value of the physicalTotalInMB property.
|
long |
getPhysicalUsedInMB()
Gets the value of the physicalUsedInMB property.
|
String |
getProfileId()
Gets the value of the profileId property.
|
void |
setLogicalFreeInMB(long value)
Sets the value of the logicalFreeInMB property.
|
void |
setLogicalLimitInMB(Long value)
Sets the value of the logicalLimitInMB property.
|
void |
setLogicalUsedInMB(long value)
Sets the value of the logicalUsedInMB property.
|
void |
setPhysicalFreeInMB(long value)
Sets the value of the physicalFreeInMB property.
|
void |
setPhysicalTotalInMB(long value)
Sets the value of the physicalTotalInMB property.
|
void |
setPhysicalUsedInMB(long value)
Sets the value of the physicalUsedInMB property.
|
void |
setProfileId(String value)
Sets the value of the profileId property.
|
protected String profileId
protected long physicalTotalInMB
protected long physicalFreeInMB
protected long physicalUsedInMB
protected Long logicalLimitInMB
protected long logicalFreeInMB
protected long logicalUsedInMB
public String getProfileId()
Stringpublic void setProfileId(String value)
value - allowed object is
Stringpublic long getPhysicalTotalInMB()
public void setPhysicalTotalInMB(long value)
public long getPhysicalFreeInMB()
public void setPhysicalFreeInMB(long value)
public long getPhysicalUsedInMB()
public void setPhysicalUsedInMB(long value)
public Long getLogicalLimitInMB()
Longpublic void setLogicalLimitInMB(Long value)
value - allowed object is
Longpublic long getLogicalFreeInMB()
public void setLogicalFreeInMB(long value)
public long getLogicalUsedInMB()
public void setLogicalUsedInMB(long value)
Copyright © 2018. All rights reserved.