Class SparkEngineDetails
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.SparkEngineDetails
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class SparkEngineDetails extends com.ibm.cloud.sdk.core.service.model.GenericModelExternal engine details.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetApiKey()Gets the apiKey.java.lang.StringgetConnectionString()Gets the connectionString.SparkDefaultConfiggetDefaultConfig()Gets the defaultConfig.java.lang.StringgetDefaultVersion()Gets the defaultVersion.SparkEndpointsgetEndpoints()Gets the endpoints.java.lang.StringgetEngineHomeBucketDisplayName()Gets the engineHomeBucketDisplayName.java.lang.StringgetEngineHomeBucketName()Gets the engineHomeBucketName.java.lang.StringgetEngineHomePath()Gets the engineHomePath.java.lang.StringgetEngineHomeVolume()Gets the engineHomeVolume.java.lang.StringgetEngineHomeVolumeId()Gets the engineHomeVolumeId.java.lang.StringgetEngineHomeVolumeName()Gets the engineHomeVolumeName.java.lang.StringgetEngineHomeVolumeStorageClass()Gets the engineHomeVolumeStorageClass.java.lang.StringgetEngineHomeVolumeStorageSize()Gets the engineHomeVolumeStorageSize.java.lang.StringgetEngineSubType()Gets the engineSubType.java.lang.StringgetInstanceId()Gets the instanceId.java.lang.StringgetManagedBy()Gets the managedBy.SparkScaleConfiggetScaleConfig()Gets the scaleConfig.
-
-
-
Method Detail
-
getApiKey
public java.lang.String getApiKey()
Gets the apiKey. api key to work with the saas IAE instance.- Returns:
- the apiKey
-
getConnectionString
public java.lang.String getConnectionString()
Gets the connectionString. External engine connection string.- Returns:
- the connectionString
-
getDefaultConfig
public SparkDefaultConfig getDefaultConfig()
Gets the defaultConfig. Spark Default Config details.- Returns:
- the defaultConfig
-
getDefaultVersion
public java.lang.String getDefaultVersion()
Gets the defaultVersion. The default spark version for the native engine.- Returns:
- the defaultVersion
-
getEndpoints
public SparkEndpoints getEndpoints()
Gets the endpoints. Application Endpoints.- Returns:
- the endpoints
-
getEngineHomeBucketDisplayName
public java.lang.String getEngineHomeBucketDisplayName()
Gets the engineHomeBucketDisplayName. Default bucket for spark.- Returns:
- the engineHomeBucketDisplayName
-
getEngineHomeBucketName
public java.lang.String getEngineHomeBucketName()
Gets the engineHomeBucketName. Default bucket for spark.- Returns:
- the engineHomeBucketName
-
getEngineHomePath
public java.lang.String getEngineHomePath()
Gets the engineHomePath. Path for spark.- Returns:
- the engineHomePath
-
getEngineHomeVolume
public java.lang.String getEngineHomeVolume()
Gets the engineHomeVolume. Default volume for spark.- Returns:
- the engineHomeVolume
-
getEngineHomeVolumeId
public java.lang.String getEngineHomeVolumeId()
Gets the engineHomeVolumeId. Default volume for spark.- Returns:
- the engineHomeVolumeId
-
getEngineHomeVolumeName
public java.lang.String getEngineHomeVolumeName()
Gets the engineHomeVolumeName. Name of the volume.- Returns:
- the engineHomeVolumeName
-
getEngineHomeVolumeStorageClass
public java.lang.String getEngineHomeVolumeStorageClass()
Gets the engineHomeVolumeStorageClass. Storage class of the volume.- Returns:
- the engineHomeVolumeStorageClass
-
getEngineHomeVolumeStorageSize
public java.lang.String getEngineHomeVolumeStorageSize()
Gets the engineHomeVolumeStorageSize. Storage size of the volume.- Returns:
- the engineHomeVolumeStorageSize
-
getEngineSubType
public java.lang.String getEngineSubType()
Gets the engineSubType. spark engine sub type.- Returns:
- the engineSubType
-
getInstanceId
public java.lang.String getInstanceId()
Gets the instanceId. Instance to access the instance.- Returns:
- the instanceId
-
getManagedBy
public java.lang.String getManagedBy()
Gets the managedBy. How is the spark instance managed.- Returns:
- the managedBy
-
getScaleConfig
public SparkScaleConfig getScaleConfig()
Gets the scaleConfig. Spark instance scale configuration.- Returns:
- the scaleConfig
-
-