Package com.morpheusdata.model
Class StorageServerType
java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.StorageServerType
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected Boolean
protected Boolean
protected Boolean
protected Boolean
protected Boolean
protected Boolean
protected Boolean
protected Boolean
protected Boolean
protected String
protected Boolean
protected Boolean
protected Boolean
protected Boolean
protected Boolean
protected Boolean
protected Boolean
protected Boolean
protected Boolean
protected Boolean
protected String
protected String
protected String
Fields inherited from class com.morpheusdata.model.MorpheusModel
config, id
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetCode()
getName()
void
setBucketOptionTypes
(Collection<OptionType> bucketOptionTypes) void
void
setCreatable
(Boolean creatable) void
setCreateBlock
(Boolean createBlock) void
setCreateDatastore
(Boolean createDatastore) void
setCreateDisk
(Boolean createDisk) void
setCreateFile
(Boolean createFile) void
setCreateGroup
(Boolean createGroup) void
setCreateHost
(Boolean createHost) void
setCreateNamespaces
(Boolean createNamespaces) void
setCreateObject
(Boolean createObject) void
setDescription
(String description) void
setEnabled
(Boolean enabled) void
setHasBlock
(Boolean hasBlock) void
setHasDatastore
(Boolean hasDatastore) void
setHasDisks
(Boolean hasDisks) void
setHasFile
(Boolean hasFile) void
setHasFileBrowser
(Boolean hasFileBrowser) void
setHasGroups
(Boolean hasGroups) void
setHasHosts
(Boolean hasHosts) void
setHasNamespaces
(Boolean hasNamespaces) void
setHasObject
(Boolean hasObject) void
setIconCode
(String iconCode) void
void
setOptionTypes
(Collection<OptionType> optionTypes) void
setStorageService
(String storageService) void
setVolumeTypes
(Collection<StorageVolumeType> volumeTypes) Methods inherited from class com.morpheusdata.model.MorpheusModel
getConfig, getConfigMap, getConfigProperty, getDirtyProperties, getDirtyPropertyValues, getId, getProperties, isDirty, markClean, markDirty, markDirty, setConfig, setConfigMap, setConfigProperty, setId
-
Field Details
-
code
-
name
-
description
-
storageService
-
enabled
-
creatable
-
hasNamespaces
-
hasGroups
-
hasBlock
-
hasObject
-
hasFile
-
hasDatastore
-
hasDisks
-
hasHosts
-
createNamespaces
-
createGroup
-
createBlock
-
createObject
-
createFile
-
createDatastore
-
createDisk
-
createHost
-
iconCode
-
hasFileBrowser
-
-
Constructor Details
-
StorageServerType
public StorageServerType()
-
-
Method Details
-
getCode
-
setCode
-
getName
-
setName
-
getDescription
-
setDescription
-
getStorageService
-
setStorageService
-
getEnabled
-
setEnabled
-
getCreatable
-
setCreatable
-
getHasNamespaces
-
setHasNamespaces
-
getHasGroups
-
setHasGroups
-
getHasBlock
-
setHasBlock
-
getHasObject
-
setHasObject
-
getHasFile
-
setHasFile
-
getHasDatastore
-
setHasDatastore
-
getHasDisks
-
setHasDisks
-
getHasHosts
-
setHasHosts
-
getCreateNamespaces
-
setCreateNamespaces
-
getCreateGroup
-
setCreateGroup
-
getCreateBlock
-
setCreateBlock
-
getCreateObject
-
setCreateObject
-
getCreateFile
-
setCreateFile
-
getCreateDatastore
-
setCreateDatastore
-
getCreateDisk
-
setCreateDisk
-
getCreateHost
-
setCreateHost
-
getIconCode
-
setIconCode
-
getHasFileBrowser
-
setHasFileBrowser
-
getOptionTypes
-
setOptionTypes
-
getVolumeTypes
-
setVolumeTypes
-
getBucketOptionTypes
-
setBucketOptionTypes
-