Class Resource
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v3.model.Resource
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class Resource extends com.ibm.cloud.sdk.core.service.model.GenericModelWatsonx Instance Details.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCaCertificate()Gets the caCertificate.java.util.Map<java.lang.String,java.lang.String>getDefaultConfigs()Gets the defaultConfigs.InstanceResourceEndpointgetExternal()Gets the external.InstanceResourceEndpointgetGrpcApiEndpoint()Gets the grpcApiEndpoint.java.lang.StringgetHostname()Gets the hostname.java.lang.StringgetId()Gets the id.java.lang.StringgetInstanceCrn()Gets the instanceCrn.java.lang.StringgetInstanceId()Gets the instanceId.InstanceResourceEndpointgetInternal()Gets the internal.java.lang.StringgetJdbcClass()Gets the jdbcClass.JdbcThriftUrlsgetJdbcUrls()Gets the jdbcUrls.MDSRestUrlsgetMdsRestUrls()Gets the mdsRestUrls.java.lang.StringgetName()Gets the name.java.lang.LonggetPort()Gets the port.InstanceResourceEndpointgetProxyApiEndpoint()Gets the proxyApiEndpoint.InstanceResourceEndpointgetRestApiEndpoint()Gets the restApiEndpoint.java.lang.StringgetRestHostname()Gets the restHostname.java.lang.LonggetRestPort()Gets the restPort.java.lang.StringgetSparkEngineEndpoint()Gets the sparkEngineEndpoint.java.lang.StringgetSslCertificate()Gets the sslCertificate.JdbcThriftUrlsgetThriftUrls()Gets the thriftUrls.java.lang.StringgetType()Gets the type.java.lang.StringgetVersion()Gets the version.java.lang.StringgetWatsonxDataApplicationEndpoint()Gets the watsonxDataApplicationEndpoint.
-
-
-
Method Detail
-
getCaCertificate
public java.lang.String getCaCertificate()
Gets the caCertificate. ca certificate.- Returns:
- the caCertificate
-
getDefaultConfigs
public java.util.Map<java.lang.String,java.lang.String> getDefaultConfigs()
Gets the defaultConfigs. Default Spark configuration properties to be applied for all applications running on this Spark engine.- Returns:
- the defaultConfigs
-
getExternal
public InstanceResourceEndpoint getExternal()
Gets the external. host and portname.- Returns:
- the external
-
getGrpcApiEndpoint
public InstanceResourceEndpoint getGrpcApiEndpoint()
Gets the grpcApiEndpoint. host and portname.- Returns:
- the grpcApiEndpoint
-
getHostname
public java.lang.String getHostname()
Gets the hostname. Instance Host name.- Returns:
- the hostname
-
getId
public java.lang.String getId()
Gets the id. ID.- Returns:
- the id
-
getInstanceCrn
public java.lang.String getInstanceCrn()
Gets the instanceCrn. instance CRN.- Returns:
- the instanceCrn
-
getInstanceId
public java.lang.String getInstanceId()
Gets the instanceId. instance id.- Returns:
- the instanceId
-
getInternal
public InstanceResourceEndpoint getInternal()
Gets the internal. host and portname.- Returns:
- the internal
-
getJdbcClass
public java.lang.String getJdbcClass()
Gets the jdbcClass. JDBC Class.- Returns:
- the jdbcClass
-
getJdbcUrls
public JdbcThriftUrls getJdbcUrls()
Gets the jdbcUrls. JDBC Thrift Urls.- Returns:
- the jdbcUrls
-
getMdsRestUrls
public MDSRestUrls getMdsRestUrls()
Gets the mdsRestUrls. MDS Rest Urls.- Returns:
- the mdsRestUrls
-
getName
public java.lang.String getName()
Gets the name. engines services name.- Returns:
- the name
-
getPort
public java.lang.Long getPort()
Gets the port. Port.- Returns:
- the port
-
getProxyApiEndpoint
public InstanceResourceEndpoint getProxyApiEndpoint()
Gets the proxyApiEndpoint. host and portname.- Returns:
- the proxyApiEndpoint
-
getRestApiEndpoint
public InstanceResourceEndpoint getRestApiEndpoint()
Gets the restApiEndpoint. host and portname.- Returns:
- the restApiEndpoint
-
getRestHostname
public java.lang.String getRestHostname()
Gets the restHostname. Rest Host name.- Returns:
- the restHostname
-
getRestPort
public java.lang.Long getRestPort()
Gets the restPort. Rest Port.- Returns:
- the restPort
-
getSparkEngineEndpoint
public java.lang.String getSparkEngineEndpoint()
Gets the sparkEngineEndpoint. Spark Engine endpoint.- Returns:
- the sparkEngineEndpoint
-
getSslCertificate
public java.lang.String getSslCertificate()
Gets the sslCertificate. ssl certificate.- Returns:
- the sslCertificate
-
getThriftUrls
public JdbcThriftUrls getThriftUrls()
Gets the thriftUrls. JDBC Thrift Urls.- Returns:
- the thriftUrls
-
getType
public java.lang.String getType()
Gets the type. Type of engine/service.- Returns:
- the type
-
getVersion
public java.lang.String getVersion()
Gets the version. engine version.- Returns:
- the version
-
getWatsonxDataApplicationEndpoint
public java.lang.String getWatsonxDataApplicationEndpoint()
Gets the watsonxDataApplicationEndpoint. Watsonx data application endpoint.- Returns:
- the watsonxDataApplicationEndpoint
-
-