Uses of Class
com.oracle.bmc.servicemesh.model.IngressGatewayHost
-
Packages that use IngressGatewayHost Package Description com.oracle.bmc.servicemesh.model -
-
Uses of IngressGatewayHost in com.oracle.bmc.servicemesh.model
Methods in com.oracle.bmc.servicemesh.model that return IngressGatewayHost Modifier and Type Method Description IngressGatewayHost
IngressGatewayHost.Builder. build()
Methods in com.oracle.bmc.servicemesh.model that return types with arguments of type IngressGatewayHost Modifier and Type Method Description List<IngressGatewayHost>
CreateIngressGatewayDetails. getHosts()
An array of hostnames and their listener configuration that this gateway will bind to.List<IngressGatewayHost>
IngressGateway. getHosts()
Array of hostnames and their listener configuration that this gateway will bind to.List<IngressGatewayHost>
UpdateIngressGatewayDetails. getHosts()
An array of hostnames and their listener configuration that this gateway will bind to.Methods in com.oracle.bmc.servicemesh.model with parameters of type IngressGatewayHost Modifier and Type Method Description IngressGatewayHost.Builder
IngressGatewayHost.Builder. copy(IngressGatewayHost model)
Method parameters in com.oracle.bmc.servicemesh.model with type arguments of type IngressGatewayHost Modifier and Type Method Description CreateIngressGatewayDetails.Builder
CreateIngressGatewayDetails.Builder. hosts(List<IngressGatewayHost> hosts)
An array of hostnames and their listener configuration that this gateway will bind to.IngressGateway.Builder
IngressGateway.Builder. hosts(List<IngressGatewayHost> hosts)
Array of hostnames and their listener configuration that this gateway will bind to.UpdateIngressGatewayDetails.Builder
UpdateIngressGatewayDetails.Builder. hosts(List<IngressGatewayHost> hosts)
An array of hostnames and their listener configuration that this gateway will bind to.
-