Interface JmxTransOutputDefinitionTemplateFluent<A extends JmxTransOutputDefinitionTemplateFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
JmxTransSpecFluent.OutputDefinitionsNested<N>
- All Known Implementing Classes:
JmxTransOutputDefinitionTemplateBuilder,JmxTransOutputDefinitionTemplateFluentImpl,JmxTransSpecFluentImpl.OutputDefinitionsNestedImpl
public interface JmxTransOutputDefinitionTemplateFluent<A extends JmxTransOutputDefinitionTemplateFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>Representation for options to define where and how information will be pushed to remote sources of information
-
-
Method Summary
-
-
-
Method Detail
-
getOutputType
String getOutputType()
-
hasOutputType
Boolean hasOutputType()
-
withNewOutputType
@Deprecated A withNewOutputType(String original)
Deprecated.
-
getHost
String getHost()
-
hasHost
Boolean hasHost()
-
withNewHost
@Deprecated A withNewHost(String original)
Deprecated.
-
getPort
Integer getPort()
-
hasPort
Boolean hasPort()
-
getFlushDelayInSeconds
Integer getFlushDelayInSeconds()
-
hasFlushDelayInSeconds
Boolean hasFlushDelayInSeconds()
-
getName
String getName()
-
hasName
Boolean hasName()
-
withNewName
@Deprecated A withNewName(String original)
Deprecated.
-
addAllToTypeNames
A addAllToTypeNames(Collection<String> items)
-
removeAllFromTypeNames
A removeAllFromTypeNames(Collection<String> items)
-
getTypeName
String getTypeName(int index)
-
getFirstTypeName
String getFirstTypeName()
-
getLastTypeName
String getLastTypeName()
-
hasTypeNames
Boolean hasTypeNames()
-
-