ComponentAllowListDetails¶
-
class
oci.integration.models.ComponentAllowListDetails(**kwargs)¶ Bases:
objectA collection of AllowListedIps and AllowListedVcns for a specific OIC component: global, RT, or DT
Methods
__init__(**kwargs)Initializes a new ComponentAllowListDetails object with values from keyword arguments. Attributes
allowlisted_http_ipsGets the allowlisted_http_ips of this ComponentAllowListDetails. allowlisted_http_vcnsGets the allowlisted_http_vcns of this ComponentAllowListDetails. -
__init__(**kwargs)¶ Initializes a new ComponentAllowListDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - allowlisted_http_ips (list[str]) – The value to assign to the allowlisted_http_ips property of this ComponentAllowListDetails.
- allowlisted_http_vcns (list[oci.integration.models.VirtualCloudNetwork]) – The value to assign to the allowlisted_http_vcns property of this ComponentAllowListDetails.
-
allowlisted_http_ips¶ Gets the allowlisted_http_ips of this ComponentAllowListDetails. 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.
Returns: The allowlisted_http_ips of this ComponentAllowListDetails. Return type: list[str]
-
allowlisted_http_vcns¶ Gets the allowlisted_http_vcns of this ComponentAllowListDetails. Virtual Cloud Networks allowed to access this network endpoint.
Returns: The allowlisted_http_vcns of this ComponentAllowListDetails. Return type: list[oci.integration.models.VirtualCloudNetwork]
-