public static final class DatastoreTypes.Info.Builder
extends java.lang.Object
DatastoreTypes.Info
.Constructor and Description |
---|
Builder(java.lang.String name,
DatastoreTypes.Type type,
boolean accessible,
boolean multipleHostAccess,
boolean thinProvisioningSupported)
Constructor with parameters for the required properties of
DatastoreTypes.Info . |
Modifier and Type | Method and Description |
---|---|
DatastoreTypes.Info |
build() |
DatastoreTypes.Info.Builder |
setFreeSpace(java.lang.Long freeSpace)
Available space of this datastore, in bytes.
|
public Builder(java.lang.String name, DatastoreTypes.Type type, boolean accessible, boolean multipleHostAccess, boolean thinProvisioningSupported)
DatastoreTypes.Info
.public DatastoreTypes.Info.Builder setFreeSpace(java.lang.Long freeSpace)
The server periodically updates this value.
This property will benull
if the available space of this datastore is
not known.freeSpace
- New value for the property.public DatastoreTypes.Info build()