Class NetezzaEngine
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.NetezzaEngine
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class NetezzaEngine extends com.ibm.cloud.sdk.core.service.model.GenericModel
Netezza engine details.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>
getActions()
Gets the actions.java.lang.String
getBuildVersion()
Gets the buildVersion.java.lang.String
getCreatedBy()
Gets the createdBy.java.lang.Long
getCreatedOn()
Gets the createdOn.java.lang.String
getDescription()
Gets the description.NetezzaEngineDetails
getEngineDetails()
Gets the engineDetails.java.lang.String
getEngineDisplayName()
Gets the engineDisplayName.java.lang.String
getEngineId()
Gets the engineId.java.lang.String
getHostName()
Gets the hostName.java.lang.String
getOrigin()
Gets the origin.java.lang.Long
getPort()
Gets the port.java.lang.String
getStatus()
Gets the status.java.util.List<java.lang.String>
getTags()
Gets the tags.java.lang.String
getType()
Gets the type.
-
-
-
Method Detail
-
getActions
public java.util.List<java.lang.String> getActions()
Gets the actions. Actions.- Returns:
- the actions
-
getBuildVersion
public java.lang.String getBuildVersion()
Gets the buildVersion. watsonx.data build version.- Returns:
- the buildVersion
-
getCreatedBy
public java.lang.String getCreatedBy()
Gets the createdBy. Created user name.- Returns:
- the createdBy
-
getCreatedOn
public java.lang.Long getCreatedOn()
Gets the createdOn. Created time in epoch format.- Returns:
- the createdOn
-
getDescription
public java.lang.String getDescription()
Gets the description. Engine description.- Returns:
- the description
-
getEngineDetails
public NetezzaEngineDetails getEngineDetails()
Gets the engineDetails. External engine details.- Returns:
- the engineDetails
-
getEngineDisplayName
public java.lang.String getEngineDisplayName()
Gets the engineDisplayName. Engine display name.- Returns:
- the engineDisplayName
-
getEngineId
public java.lang.String getEngineId()
Gets the engineId. Engine programmatic name.- Returns:
- the engineId
-
getHostName
public java.lang.String getHostName()
Gets the hostName. Engine host name. In case of OCP based clusters, this is internal hostname.- Returns:
- the hostName
-
getOrigin
public java.lang.String getOrigin()
Gets the origin. Origin - place holder.- Returns:
- the origin
-
getPort
public java.lang.Long getPort()
Gets the port. Engine port.- Returns:
- the port
-
getStatus
public java.lang.String getStatus()
Gets the status. Engine status.- Returns:
- the status
-
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. Engine type.- Returns:
- the type
-
-