Package | Description |
---|---|
com.oracle.bmc.servicemesh.model |
Modifier and Type | Method and Description |
---|---|
IngressGatewayHost |
IngressGatewayHost.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<IngressGatewayHost> |
IngressGateway.getHosts()
Array of hostnames and their listener configuration that this gateway will bind to.
|
List<IngressGatewayHost> |
CreateIngressGatewayDetails.getHosts()
An 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.
|
Modifier and Type | Method and Description |
---|---|
IngressGatewayHost.Builder |
IngressGatewayHost.Builder.copy(IngressGatewayHost model) |
Modifier and Type | Method and Description |
---|---|
IngressGateway.Builder |
IngressGateway.Builder.hosts(List<IngressGatewayHost> hosts)
Array of hostnames and their listener configuration that this gateway will bind to.
|
CreateIngressGatewayDetails.Builder |
CreateIngressGatewayDetails.Builder.hosts(List<IngressGatewayHost> hosts)
An 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.
|
Copyright © 2016–2024. All rights reserved.