public static class PublicEndpointDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
PublicEndpointDetails.Builder |
allowlistedHttpIps(List<String> allowlistedHttpIps)
Source IP addresses or IP address ranges ingress rules.
|
PublicEndpointDetails.Builder |
allowlistedHttpVcns(List<VirtualCloudNetwork> allowlistedHttpVcns)
Virtual Cloud Networks allowed to access this network endpoint.
|
PublicEndpointDetails |
build() |
PublicEndpointDetails.Builder |
copy(PublicEndpointDetails model) |
PublicEndpointDetails.Builder |
isIntegrationVcnAllowlisted(Boolean isIntegrationVcnAllowlisted)
The Integration service’s VCN is allow-listed to allow integrations to call back into
other integrations
|
public PublicEndpointDetails.Builder allowlistedHttpIps(List<String> allowlistedHttpIps)
Source IP addresses or IP address ranges ingress rules. (ex: “168.122.59.5”, “10.20.30.0/26”) An invalid IP or CIDR block will result in a 400 response.
allowlistedHttpIps
- the value to setpublic PublicEndpointDetails.Builder allowlistedHttpVcns(List<VirtualCloudNetwork> allowlistedHttpVcns)
Virtual Cloud Networks allowed to access this network endpoint.
allowlistedHttpVcns
- the value to setpublic PublicEndpointDetails.Builder isIntegrationVcnAllowlisted(Boolean isIntegrationVcnAllowlisted)
The Integration service’s VCN is allow-listed to allow integrations to call back into other integrations
isIntegrationVcnAllowlisted
- the value to setpublic PublicEndpointDetails build()
public PublicEndpointDetails.Builder copy(PublicEndpointDetails model)
Copyright © 2016–2024. All rights reserved.