Class PublicEndpointDetails
Public endpoint configuration details.
Inheritance
PublicEndpointDetails
Assembly: OCI.DotNetSDK.Integration.dll
Syntax
public class PublicEndpointDetails : NetworkEndpointDetails
Properties
AllowlistedHttpIps
Declaration
[JsonProperty(PropertyName = "allowlistedHttpIps")]
public List<string> AllowlistedHttpIps { get; set; }
Property Value
| Type |
Description |
| List<string> |
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.
|
AllowlistedHttpVcns
Declaration
[JsonProperty(PropertyName = "allowlistedHttpVcns")]
public List<VirtualCloudNetwork> AllowlistedHttpVcns { get; set; }
Property Value
DesignTime
Declaration
[JsonProperty(PropertyName = "designTime")]
public ComponentAllowListDetails DesignTime { get; set; }
Property Value
IsIntegrationVcnAllowlisted
Declaration
[JsonProperty(PropertyName = "isIntegrationVcnAllowlisted")]
public bool? IsIntegrationVcnAllowlisted { get; set; }
Property Value
| Type |
Description |
| bool? |
The Integration service's VCN is allow-listed to allow integrations to call back into other integrations
|
Runtime
Declaration
[JsonProperty(PropertyName = "runtime")]
public ComponentAllowListDetails Runtime { get; set; }
Property Value