public class SyslogLoggingDestinationParameters extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
SyslogLoggingDestinationParameters()
No args constructor for use in serialization
|
SyslogLoggingDestinationParameters(String address,
String facility,
Integer maxLength,
Integer port) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
String |
getAddress() |
String |
getFacility() |
Integer |
getMaxLength() |
Integer |
getPort() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setAddress(String address) |
void |
setFacility(String facility) |
void |
setMaxLength(Integer maxLength) |
void |
setPort(Integer port) |
public SyslogLoggingDestinationParameters()
public String getAddress()
public void setAddress(String address)
public String getFacility()
public void setFacility(String facility)
public Integer getMaxLength()
public void setMaxLength(Integer maxLength)
public Integer getPort()
public void setPort(Integer port)
Copyright © 2015–2020 Red Hat. All rights reserved.