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.GenericModel
External engine details.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getApiKey()
Gets the apiKey.java.lang.String
getConnectionString()
Gets the connectionString.SparkDefaultConfig
getDefaultConfig()
Gets the defaultConfig.java.lang.String
getDefaultVersion()
Gets the defaultVersion.SparkEndpoints
getEndpoints()
Gets the endpoints.java.lang.String
getEngineHomeBucketDisplayName()
Gets the engineHomeBucketDisplayName.java.lang.String
getEngineHomeBucketName()
Gets the engineHomeBucketName.java.lang.String
getEngineHomePath()
Gets the engineHomePath.java.lang.String
getEngineHomeVolume()
Gets the engineHomeVolume.java.lang.String
getEngineHomeVolumeId()
Gets the engineHomeVolumeId.java.lang.String
getEngineHomeVolumeName()
Gets the engineHomeVolumeName.java.lang.String
getEngineHomeVolumeStorageClass()
Gets the engineHomeVolumeStorageClass.java.lang.String
getEngineHomeVolumeStorageSize()
Gets the engineHomeVolumeStorageSize.java.lang.String
getEngineSubType()
Gets the engineSubType.java.lang.String
getInstanceId()
Gets the instanceId.java.lang.String
getManagedBy()
Gets the managedBy.SparkScaleConfig
getScaleConfig()
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
-
-