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.GenericModelHDFS storage registration.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceHdfsStorageRegistration.BucketTypeHDFS type.static interfaceHdfsStorageRegistration.ManagedBymanaged by.static interfaceHdfsStorageRegistration.Statemark 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.BucketCataloggetAssociatedCatalog()Gets the associatedCatalog.java.lang.StringgetBucketDisplayName()Gets the bucketDisplayName.java.lang.StringgetBucketId()Gets the bucketId.java.lang.StringgetBucketType()Gets the bucketType.java.lang.StringgetCreatedBy()Gets the createdBy.java.lang.StringgetCreatedOn()Gets the createdOn.java.lang.StringgetDescription()Gets the description.java.lang.StringgetManagedBy()Gets the managedBy.java.lang.StringgetState()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
-
-