|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.vcloud.director.v1_5.domain.query.QueryResultRecordType
org.jclouds.vcloud.director.v1_5.domain.query.QueryResultDatastoreRecord
public class QueryResultDatastoreRecord
Represents the results from a Datastore vCloud query as a record.
<complexType name="QueryResultDatastoreRecordType" />
| Nested Class Summary | |
|---|---|
static class |
QueryResultDatastoreRecord.Builder<B extends QueryResultDatastoreRecord.Builder<B>>
|
| Field Summary | |
|---|---|
protected String |
datastoreType
|
protected Boolean |
isDeleted
|
protected Boolean |
isEnabled
|
protected String |
moref
|
protected String |
name
|
protected Integer |
numberOfProviderVdcs
|
protected Long |
provisionedStorageMB
|
protected Long |
requestedStorageMB
|
protected Long |
storageMB
|
protected Long |
storageUsedMB
|
protected String |
vc
|
protected String |
vcName
|
| Method Summary | |
|---|---|
static QueryResultDatastoreRecord.Builder<?> |
builder()
|
boolean |
equals(Object o)
|
String |
getDatastoreType()
Gets the value of the datastoreType property. |
String |
getMoref()
Gets the value of the moref property. |
String |
getName()
Gets the value of the name property. |
Integer |
getNumberOfProviderVdcs()
Gets the value of the numberOfProviderVdcs property. |
Long |
getProvisionedStorageMB()
Gets the value of the provisionedStorageMB property. |
Long |
getRequestedStorageMB()
Gets the value of the requestedStorageMB property. |
Long |
getStorageMB()
Gets the value of the storageMB property. |
Long |
getStorageUsedMB()
Gets the value of the storageUsedMB property. |
String |
getVc()
Gets the value of the vc property. |
String |
getVcName()
Gets the value of the vcName property. |
int |
hashCode()
|
Boolean |
isDeleted()
Gets the value of the isDeleted property. |
Boolean |
isEnabled()
Gets the value of the isEnabled property. |
void |
setDatastoreType(String value)
Sets the value of the datastoreType property. |
void |
setIsDeleted(Boolean value)
Sets the value of the isDeleted property. |
void |
setIsEnabled(Boolean value)
Sets the value of the isEnabled property. |
void |
setMoref(String value)
Sets the value of the moref property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setNumberOfProviderVdcs(Integer value)
Sets the value of the numberOfProviderVdcs property. |
void |
setProvisionedStorageMB(Long value)
Sets the value of the provisionedStorageMB property. |
void |
setRequestedStorageMB(Long value)
Sets the value of the requestedStorageMB property. |
void |
setStorageMB(Long value)
Sets the value of the storageMB property. |
void |
setStorageUsedMB(Long value)
Sets the value of the storageUsedMB property. |
void |
setVc(String value)
Sets the value of the vc property. |
void |
setVcName(String value)
Sets the value of the vcName property. |
com.google.common.base.Objects.ToStringHelper |
string()
|
QueryResultDatastoreRecord.Builder<?> |
toBuilder()
|
| Methods inherited from class org.jclouds.vcloud.director.v1_5.domain.query.QueryResultRecordType |
|---|
getHref, getId, getLinks, getType, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String name
protected String datastoreType
protected Boolean isEnabled
protected Boolean isDeleted
protected Long storageUsedMB
protected Long storageMB
protected Long provisionedStorageMB
protected Long requestedStorageMB
protected String vc
protected String vcName
protected String moref
protected Integer numberOfProviderVdcs
| Method Detail |
|---|
public static QueryResultDatastoreRecord.Builder<?> builder()
public QueryResultDatastoreRecord.Builder<?> toBuilder()
toBuilder in class QueryResultRecordTypepublic String getName()
Stringpublic void setName(String value)
value - allowed object is Stringpublic String getDatastoreType()
Stringpublic void setDatastoreType(String value)
value - allowed object is Stringpublic Boolean isEnabled()
Booleanpublic void setIsEnabled(Boolean value)
value - allowed object is Booleanpublic Boolean isDeleted()
Booleanpublic void setIsDeleted(Boolean value)
value - allowed object is Booleanpublic Long getStorageUsedMB()
Longpublic void setStorageUsedMB(Long value)
value - allowed object is Longpublic Long getStorageMB()
Longpublic void setStorageMB(Long value)
value - allowed object is Longpublic Long getProvisionedStorageMB()
Longpublic void setProvisionedStorageMB(Long value)
value - allowed object is Longpublic Long getRequestedStorageMB()
Longpublic void setRequestedStorageMB(Long value)
value - allowed object is Longpublic String getVc()
Stringpublic void setVc(String value)
value - allowed object is Stringpublic String getVcName()
Stringpublic void setVcName(String value)
value - allowed object is Stringpublic String getMoref()
Stringpublic void setMoref(String value)
value - allowed object is Stringpublic Integer getNumberOfProviderVdcs()
Integerpublic void setNumberOfProviderVdcs(Integer value)
value - allowed object is Integerpublic boolean equals(Object o)
equals in class QueryResultRecordTypepublic int hashCode()
hashCode in class QueryResultRecordTypepublic com.google.common.base.Objects.ToStringHelper string()
string in class QueryResultRecordType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||