public class QueryResultDatastoreRecord extends QueryResultRecordType
<complexType name="QueryResultDatastoreRecordType" />
| Modifier and Type | Class and Description |
|---|---|
static class |
QueryResultDatastoreRecord.Builder<B extends QueryResultDatastoreRecord.Builder<B>> |
| Modifier and Type | Field and Description |
|---|---|
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 |
| Modifier and Type | Method and Description |
|---|---|
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() |
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
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 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 QueryResultRecordTypeCopyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.