public class ForwardingRules extends Base
| Constructor and Description | 
|---|
| ForwardingRules() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getCertificateId() | 
| java.lang.Integer | getEntryPort() | 
| Protocol | getEntryProtocol() | 
| java.lang.Integer | getTargetPort() | 
| Protocol | getTargetProtocol() | 
| boolean | isTlsPassthrough() | 
| void | setCertificateId(java.lang.String certificateId) | 
| void | setEntryPort(java.lang.Integer entryPort) | 
| void | setEntryProtocol(Protocol entryProtocol) | 
| void | setTargetPort(java.lang.Integer targetPort) | 
| void | setTargetProtocol(Protocol targetProtocol) | 
| void | setTlsPassthrough(boolean tlsPassthrough) | 
| java.lang.String | toString() | 
getLinks, getMeta, setLinks, setMetagetRateLimit, setRateLimitpublic Protocol getEntryProtocol()
public void setEntryProtocol(Protocol entryProtocol)
public java.lang.Integer getEntryPort()
public void setEntryPort(java.lang.Integer entryPort)
entryPort - the entry port to setpublic Protocol getTargetProtocol()
public void setTargetProtocol(Protocol targetProtocol)
targetProtocol - the target protocol to setpublic java.lang.Integer getTargetPort()
public void setTargetPort(java.lang.Integer targetPort)
targetPort - the target port to setpublic java.lang.String getCertificateId()
public void setCertificateId(java.lang.String certificateId)
certificateId - the certificateId to setpublic boolean isTlsPassthrough()
public void setTlsPassthrough(boolean tlsPassthrough)
tlsPassthrough - the tlsPassthrough to set
Copyright ©  myjeeva blog, All rights reserved. 
The copyright of the pages and contents on this website is with myjeeva.com and the content is licensed under Creative Commons – Attribution-ShareAlike 4.0 International (CC BY-SA 4.0). Libraries and code snippets on myjeeva blog has license information.