public interface SyslogLoggingDestinationParametersFluent<A extends SyslogLoggingDestinationParametersFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
Modifier and Type | Method and Description |
---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
Map<String,Object> |
getAdditionalProperties() |
String |
getAddress() |
String |
getFacility() |
Integer |
getMaxLength() |
Integer |
getPort() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasAddress() |
Boolean |
hasFacility() |
Boolean |
hasMaxLength() |
Boolean |
hasPort() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withAddress(String address) |
A |
withFacility(String facility) |
A |
withMaxLength(Integer maxLength) |
A |
withPort(Integer port) |
String getAddress()
Boolean hasAddress()
String getFacility()
Boolean hasFacility()
Integer getMaxLength()
Boolean hasMaxLength()
Integer getPort()
Boolean hasPort()
Boolean hasAdditionalProperties()
Copyright © 2015–2023 Red Hat. All rights reserved.