Class ContractServer
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.dph_services.dph.v1.model.ContractServer
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ContractServer extends com.ibm.cloud.sdk.core.service.model.GenericModelSchema definition of a server configuration for the asset.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classContractServer.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringaccount()Gets the account.ContractAssetasset()Gets the asset.java.lang.Stringcatalog()Gets the catalog.java.lang.StringconnectionId()Gets the connectionId.java.util.List<ContractTemplateCustomProperty>customProperties()Gets the customProperties.java.lang.Stringdatabase()Gets the database.java.lang.Stringdataset()Gets the dataset.java.lang.Stringdelimiter()Gets the delimiter.java.lang.Stringdescription()Gets the description.java.lang.StringendpointUrl()Gets the endpointUrl.java.lang.Stringenvironment()Gets the environment.java.lang.Stringformat()Gets the format.java.lang.Stringhost()Gets the host.java.lang.Stringlocation()Gets the location.ContractServer.BuildernewBuilder()New builder.java.lang.Stringpath()Gets the path.java.lang.Stringport()Gets the port.java.lang.Stringproject()Gets the project.java.lang.Stringregion()Gets the region.java.lang.StringregionName()Gets the regionName.java.util.List<java.lang.String>roles()Gets the roles.java.lang.Stringschema()Gets the schema.java.lang.Stringserver()Gets the server.java.lang.StringserviceName()Gets the serviceName.java.lang.StringstagingDir()Gets the stagingDir.java.lang.Stringstream()Gets the stream.java.lang.Stringtype()Gets the type.java.lang.Stringwarehouse()Gets the warehouse.
-
-
-
Method Detail
-
newBuilder
public ContractServer.Builder newBuilder()
New builder.- Returns:
- a ContractServer builder
-
server
public java.lang.String server()
Gets the server. Name of the server.- Returns:
- the server
-
asset
public ContractAsset asset()
Gets the asset. Defines a data asset name and id.- Returns:
- the asset
-
connectionId
public java.lang.String connectionId()
Gets the connectionId. ID of the data source associated with data asset.- Returns:
- the connectionId
-
type
public java.lang.String type()
Gets the type. Type of the server.- Returns:
- the type
-
description
public java.lang.String description()
Gets the description. Description of the server.- Returns:
- the description
-
environment
public java.lang.String environment()
Gets the environment. Environment in which the server operates.- Returns:
- the environment
-
account
public java.lang.String account()
Gets the account. Account used by the server.- Returns:
- the account
-
catalog
public java.lang.String catalog()
Gets the catalog. Catalog name.- Returns:
- the catalog
-
database
public java.lang.String database()
Gets the database. Database name.- Returns:
- the database
-
dataset
public java.lang.String dataset()
Gets the dataset. Dataset name.- Returns:
- the dataset
-
delimiter
public java.lang.String delimiter()
Gets the delimiter. Delimiter.- Returns:
- the delimiter
-
endpointUrl
public java.lang.String endpointUrl()
Gets the endpointUrl. Server endpoint URL.- Returns:
- the endpointUrl
-
format
public java.lang.String format()
Gets the format. File format.- Returns:
- the format
-
host
public java.lang.String host()
Gets the host. Host name or IP address.- Returns:
- the host
-
location
public java.lang.String location()
Gets the location. Location URL.- Returns:
- the location
-
path
public java.lang.String path()
Gets the path. Relative or absolute path to the data.- Returns:
- the path
-
port
public java.lang.String port()
Gets the port. Port to the server.- Returns:
- the port
-
project
public java.lang.String project()
Gets the project. Project name.- Returns:
- the project
-
region
public java.lang.String region()
Gets the region. Cloud region.- Returns:
- the region
-
regionName
public java.lang.String regionName()
Gets the regionName. Region name.- Returns:
- the regionName
-
schema
public java.lang.String schema()
Gets the schema. Schema name.- Returns:
- the schema
-
serviceName
public java.lang.String serviceName()
Gets the serviceName. Service name.- Returns:
- the serviceName
-
stagingDir
public java.lang.String stagingDir()
Gets the stagingDir. Staging directory.- Returns:
- the stagingDir
-
stream
public java.lang.String stream()
Gets the stream. Data stream name.- Returns:
- the stream
-
warehouse
public java.lang.String warehouse()
Gets the warehouse. Warehouse or cluster name.- Returns:
- the warehouse
-
roles
public java.util.List<java.lang.String> roles()
Gets the roles. List of roles for the server.- Returns:
- the roles
-
customProperties
public java.util.List<ContractTemplateCustomProperty> customProperties()
Gets the customProperties. List of custom properties for the server.- Returns:
- the customProperties
-
-