@Generated(value="jsonschema2pojo") public class PolicyAuditConfig extends Object implements io.fabric8.kubernetes.api.builder.Editable<PolicyAuditConfigBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
PolicyAuditConfig()
No args constructor for use in serialization
|
PolicyAuditConfig(String destination,
Integer maxFileSize,
Integer maxLogFiles,
Integer rateLimit,
String syslogFacility) |
| Modifier and Type | Method and Description |
|---|---|
PolicyAuditConfigBuilder |
edit() |
Map<String,Object> |
getAdditionalProperties() |
String |
getDestination() |
Integer |
getMaxFileSize() |
Integer |
getMaxLogFiles() |
Integer |
getRateLimit() |
String |
getSyslogFacility() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setDestination(String destination) |
void |
setMaxFileSize(Integer maxFileSize) |
void |
setMaxLogFiles(Integer maxLogFiles) |
void |
setRateLimit(Integer rateLimit) |
void |
setSyslogFacility(String syslogFacility) |
PolicyAuditConfigBuilder |
toBuilder() |
public PolicyAuditConfig()
public String getDestination()
public void setDestination(String destination)
public Integer getMaxFileSize()
public void setMaxFileSize(Integer maxFileSize)
public Integer getMaxLogFiles()
public void setMaxLogFiles(Integer maxLogFiles)
public Integer getRateLimit()
public void setRateLimit(Integer rateLimit)
public String getSyslogFacility()
public void setSyslogFacility(String syslogFacility)
public PolicyAuditConfigBuilder edit()
edit in interface io.fabric8.kubernetes.api.builder.Editable<PolicyAuditConfigBuilder>public PolicyAuditConfigBuilder toBuilder()
Copyright © 2015–2023 Red Hat. All rights reserved.