public class ForwardingRules extends Base
| Constructor and Description |
|---|
ForwardingRules() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCertificateId() |
Integer |
getEntryPort() |
Protocol |
getEntryProtocol() |
Integer |
getTargetPort() |
Protocol |
getTargetProtocol() |
boolean |
isTlsPassthrough() |
void |
setCertificateId(String certificateId) |
void |
setEntryPort(Integer entryPort) |
void |
setEntryProtocol(Protocol entryProtocol) |
void |
setTargetPort(Integer targetPort) |
void |
setTargetProtocol(Protocol targetProtocol) |
void |
setTlsPassthrough(boolean tlsPassthrough) |
String |
toString() |
getLinks, getMeta, setLinks, setMetagetRateLimit, setRateLimitpublic Protocol getEntryProtocol()
public void setEntryProtocol(Protocol entryProtocol)
public Integer getEntryPort()
public void setEntryPort(Integer entryPort)
entryPort - the entry port to setpublic Protocol getTargetProtocol()
public void setTargetProtocol(Protocol targetProtocol)
targetProtocol - the target protocol to setpublic Integer getTargetPort()
public void setTargetPort(Integer targetPort)
targetPort - the target port to setpublic String getCertificateId()
public void setCertificateId(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.