Class HdfsStorageRegistration
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.HdfsStorageRegistration
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class HdfsStorageRegistration extends com.ibm.cloud.sdk.core.service.model.GenericModel
HDFS storage registration.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
HdfsStorageRegistration.BucketType
HDFS type.static interface
HdfsStorageRegistration.ManagedBy
managed by.static interface
HdfsStorageRegistration.State
mark hdfs active or inactive.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>
getActions()
Gets the actions.BucketCatalog
getAssociatedCatalog()
Gets the associatedCatalog.java.lang.String
getBucketDisplayName()
Gets the bucketDisplayName.java.lang.String
getBucketId()
Gets the bucketId.java.lang.String
getBucketType()
Gets the bucketType.java.lang.String
getCreatedBy()
Gets the createdBy.java.lang.String
getCreatedOn()
Gets the createdOn.java.lang.String
getDescription()
Gets the description.java.lang.String
getManagedBy()
Gets the managedBy.java.lang.String
getState()
Gets the state.java.util.List<java.lang.String>
getTags()
Gets the tags.
-
-
-
Method Detail
-
getActions
public java.util.List<java.lang.String> getActions()
Gets the actions. Actions.- Returns:
- the actions
-
getAssociatedCatalog
public BucketCatalog getAssociatedCatalog()
Gets the associatedCatalog. bucket catalog.- Returns:
- the associatedCatalog
-
getBucketDisplayName
public java.lang.String getBucketDisplayName()
Gets the bucketDisplayName. HDFS storage display name.- Returns:
- the bucketDisplayName
-
getBucketId
public java.lang.String getBucketId()
Gets the bucketId. HDFS Storage ID auto generated during registration.- Returns:
- the bucketId
-
getBucketType
public java.lang.String getBucketType()
Gets the bucketType. HDFS type.- Returns:
- the bucketType
-
getCreatedBy
public java.lang.String getCreatedBy()
Gets the createdBy. Username who created the HDFS storage.- Returns:
- the createdBy
-
getCreatedOn
public java.lang.String getCreatedOn()
Gets the createdOn. Creation date.- Returns:
- the createdOn
-
getDescription
public java.lang.String getDescription()
Gets the description. HDFS description.- Returns:
- the description
-
getManagedBy
public java.lang.String getManagedBy()
Gets the managedBy. managed by.- Returns:
- the managedBy
-
getState
public java.lang.String getState()
Gets the state. mark hdfs active or inactive.- Returns:
- the state
-
getTags
public java.util.List<java.lang.String> getTags()
Gets the tags. tags.- Returns:
- the tags
-
-