@Generated(value="org.jsonschema2pojo") public class TCPSocketAction extends Object implements KubernetesResource
Constructor and Description |
---|
TCPSocketAction()
No args constructor for use in serialization
|
TCPSocketAction(String host,
IntOrString port) |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getAdditionalProperties() |
String |
getHost() |
IntOrString |
getPort() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setHost(String host) |
void |
setPort(IntOrString port) |
public TCPSocketAction()
public TCPSocketAction(String host, IntOrString port)
port
- host
- public String getHost()
public void setHost(String host)
host
- The hostpublic IntOrString getPort()
public void setPort(IntOrString port)
port
- The portCopyright © 2011–2017 Red Hat. All rights reserved.