Class RemoveEngineProperties
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v3.model.RemoveEngineProperties
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class RemoveEngineProperties extends com.ibm.cloud.sdk.core.service.model.GenericModelThe engine properties to be removed which was added through api customisation.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRemoveEngineProperties.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,RemoveEnginePropertiesCatalogAdditionalProperties>catalog()Gets the catalog.RemoveEnginePropertiesConfigurationconfiguration()Gets the configuration.java.util.List<java.lang.String>eventListener()Gets the eventListener.java.util.List<java.lang.String>global()Gets the global.java.util.List<java.lang.String>jmxExporterConfig()Gets the jmxExporterConfig.RemoveEnginePropertiesJvmjvm()Gets the jvm.RemoveEnginePropertiesLogConfiglogConfig()Gets the logConfig.RemoveEngineProperties.BuildernewBuilder()New builder.
-
-
-
Method Detail
-
newBuilder
public RemoveEngineProperties.Builder newBuilder()
New builder.- Returns:
- a RemoveEngineProperties builder
-
catalog
public java.util.Map<java.lang.String,RemoveEnginePropertiesCatalogAdditionalProperties> catalog()
Gets the catalog. Catalog properties with dynamic catalog names.- Returns:
- the catalog
-
configuration
public RemoveEnginePropertiesConfiguration configuration()
Gets the configuration. RemoveEngine configuration properties.- Returns:
- the configuration
-
eventListener
public java.util.List<java.lang.String> eventListener()
Gets the eventListener. The event listener engine properties to be removed which was added through api customisation.- Returns:
- the eventListener
-
global
public java.util.List<java.lang.String> global()
Gets the global. The global properties to be removed which was added through api customisation.- Returns:
- the global
-
jmxExporterConfig
public java.util.List<java.lang.String> jmxExporterConfig()
Gets the jmxExporterConfig. The jm properties to be removed which was added through api customisation.- Returns:
- the jmxExporterConfig
-
jvm
public RemoveEnginePropertiesJvm jvm()
Gets the jvm. JVM properties.- Returns:
- the jvm
-
logConfig
public RemoveEnginePropertiesLogConfig logConfig()
Gets the logConfig. Remove engine log configuration properties.- Returns:
- the logConfig
-
-