Class ContractServer

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class ContractServer
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Schema definition of a server configuration for the asset.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  ContractServer.Builder
      Builder.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String account()
      Gets the account.
      ContractAsset asset()
      Gets the asset.
      java.lang.String catalog()
      Gets the catalog.
      java.lang.String connectionId()
      Gets the connectionId.
      java.util.List<ContractTemplateCustomProperty> customProperties()
      Gets the customProperties.
      java.lang.String database()
      Gets the database.
      java.lang.String dataset()
      Gets the dataset.
      java.lang.String delimiter()
      Gets the delimiter.
      java.lang.String description()
      Gets the description.
      java.lang.String endpointUrl()
      Gets the endpointUrl.
      java.lang.String environment()
      Gets the environment.
      java.lang.String format()
      Gets the format.
      java.lang.String host()
      Gets the host.
      java.lang.String location()
      Gets the location.
      ContractServer.Builder newBuilder()
      New builder.
      java.lang.String path()
      Gets the path.
      java.lang.String port()
      Gets the port.
      java.lang.String project()
      Gets the project.
      java.lang.String region()
      Gets the region.
      java.lang.String regionName()
      Gets the regionName.
      java.util.List<java.lang.String> roles()
      Gets the roles.
      java.lang.String schema()
      Gets the schema.
      java.lang.String server()
      Gets the server.
      java.lang.String serviceName()
      Gets the serviceName.
      java.lang.String stagingDir()
      Gets the stagingDir.
      java.lang.String stream()
      Gets the stream.
      java.lang.String type()
      Gets the type.
      java.lang.String warehouse()
      Gets the warehouse.
      • Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Method Detail

      • 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