public class IstioServerModel extends Object
Modifier and Type | Class and Description |
---|---|
static class |
IstioServerModel.TLSOptions
Istio gateway server TLS option annotation model class.
|
Constructor and Description |
---|
IstioServerModel() |
Modifier and Type | Method and Description |
---|---|
Set<String> |
getHosts() |
IstioPortModel |
getPort() |
IstioServerModel.TLSOptions |
getTls() |
void |
setHosts(Set<String> hosts) |
void |
setPort(IstioPortModel port) |
void |
setTls(IstioServerModel.TLSOptions tls) |
public IstioPortModel getPort()
public void setPort(IstioPortModel port)
public IstioServerModel.TLSOptions getTls()
public void setTls(IstioServerModel.TLSOptions tls)
Copyright © 2019 WSO2. All rights reserved.