public class StorageResourceManagerStorageProfileStatistics extends DynamicData
Java class for StorageResourceManagerStorageProfileStatistics complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StorageResourceManagerStorageProfileStatistics">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="profileId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="totalSpaceMB" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="usedSpaceMB" type="{http://www.w3.org/2001/XMLSchema}long"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
profileId |
protected long |
totalSpaceMB |
protected long |
usedSpaceMB |
| Constructor and Description |
|---|
StorageResourceManagerStorageProfileStatistics() |
| Modifier and Type | Method and Description |
|---|---|
String |
getProfileId()
Gets the value of the profileId property.
|
long |
getTotalSpaceMB()
Gets the value of the totalSpaceMB property.
|
long |
getUsedSpaceMB()
Gets the value of the usedSpaceMB property.
|
void |
setProfileId(String value)
Sets the value of the profileId property.
|
void |
setTotalSpaceMB(long value)
Sets the value of the totalSpaceMB property.
|
void |
setUsedSpaceMB(long value)
Sets the value of the usedSpaceMB property.
|
protected String profileId
protected long totalSpaceMB
protected long usedSpaceMB
public StorageResourceManagerStorageProfileStatistics()
public String getProfileId()
Stringpublic void setProfileId(String value)
value - allowed object is
Stringpublic long getTotalSpaceMB()
public void setTotalSpaceMB(long value)
public long getUsedSpaceMB()
public void setUsedSpaceMB(long value)
Copyright © 2018. All rights reserved.