Class StorageRegistration
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v3.model.StorageRegistration
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class StorageRegistration extends com.ibm.cloud.sdk.core.service.model.GenericModelStorage.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceStorageRegistration.ManagedBymanaged by.static interfaceStorageRegistration.StateMark storage as active or inactive.static interfaceStorageRegistration.Typestorage type.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>getActions()Gets the actions.java.util.List<StorageCatalog>getAssociatedCatalogs()Gets the associatedCatalogs.StorageDetailsgetConnection()Gets the connection.java.lang.StringgetCreatedAt()Gets the createdAt.java.lang.StringgetCreatedBy()Gets the createdBy.java.lang.StringgetDescription()Gets the description.java.lang.StringgetDisplayName()Gets the displayName.java.lang.StringgetId()Gets the id.java.lang.StringgetManagedBy()Gets the managedBy.java.lang.StringgetRegion()Gets the region.java.lang.StringgetState()Gets the state.java.lang.StringgetStorageUse()Gets the storageUse.java.util.List<java.lang.String>getTags()Gets the tags.java.lang.StringgetType()Gets the type.java.lang.BooleanisSystemStorageUpdateCredentials()Gets the systemStorageUpdateCredentials.java.lang.BooleanisVaultEnabled()Gets the vaultEnabled.
-
-
-
Method Detail
-
getActions
public java.util.List<java.lang.String> getActions()
Gets the actions. Actions.- Returns:
- the actions
-
getAssociatedCatalogs
public java.util.List<StorageCatalog> getAssociatedCatalogs()
Gets the associatedCatalogs. associated catalogs.- Returns:
- the associatedCatalogs
-
getConnection
public StorageDetails getConnection()
Gets the connection. storage details.- Returns:
- the connection
-
getCreatedAt
public java.lang.String getCreatedAt()
Gets the createdAt. Creation date.- Returns:
- the createdAt
-
getCreatedBy
public java.lang.String getCreatedBy()
Gets the createdBy. Username of the user who created the storage.- Returns:
- the createdBy
-
getDescription
public java.lang.String getDescription()
Gets the description. storage description.- Returns:
- the description
-
getDisplayName
public java.lang.String getDisplayName()
Gets the displayName. Storage display name.- Returns:
- the displayName
-
getId
public java.lang.String getId()
Gets the id. storage ID auto generated during storage registration.- Returns:
- the id
-
getManagedBy
public java.lang.String getManagedBy()
Gets the managedBy. managed by.- Returns:
- the managedBy
-
getRegion
public java.lang.String getRegion()
Gets the region. Region where the storage is located.- Returns:
- the region
-
getState
public java.lang.String getState()
Gets the state. Mark storage as active or inactive.- Returns:
- the state
-
getStorageUse
public java.lang.String getStorageUse()
Gets the storageUse. parameter to show whether the bucket is of acl or qhmm use.- Returns:
- the storageUse
-
isSystemStorageUpdateCredentials
public java.lang.Boolean isSystemStorageUpdateCredentials()
Gets the systemStorageUpdateCredentials. Boolean value to specify whether updating HMAC credentials for internal system storage.- Returns:
- the systemStorageUpdateCredentials
-
getTags
public java.util.List<java.lang.String> getTags()
Gets the tags. tags.- Returns:
- the tags
-
getType
public java.lang.String getType()
Gets the type. storage type.- Returns:
- the type
-
isVaultEnabled
public java.lang.Boolean isVaultEnabled()
Gets the vaultEnabled. Boolean value to specify whether vault enabled or not.- Returns:
- the vaultEnabled
-
-