@Generated(value="jsonschema2pojo") public class ClientIPConfig extends Object implements io.fabric8.kubernetes.api.builder.Editable<ClientIPConfigBuilder>, KubernetesResource
| Constructor and Description |
|---|
ClientIPConfig()
No args constructor for use in serialization
|
ClientIPConfig(Integer timeoutSeconds) |
| Modifier and Type | Method and Description |
|---|---|
ClientIPConfigBuilder |
edit() |
Map<String,Object> |
getAdditionalProperties() |
Integer |
getTimeoutSeconds() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setTimeoutSeconds(Integer timeoutSeconds) |
ClientIPConfigBuilder |
toBuilder() |
public ClientIPConfig()
public ClientIPConfig(Integer timeoutSeconds)
public Integer getTimeoutSeconds()
public void setTimeoutSeconds(Integer timeoutSeconds)
public ClientIPConfigBuilder edit()
edit in interface io.fabric8.kubernetes.api.builder.Editable<ClientIPConfigBuilder>public ClientIPConfigBuilder toBuilder()
Copyright © 2015–2024 Red Hat. All rights reserved.