VirtualCloudNetwork¶
- 
class oci.integration.models.VirtualCloudNetwork(**kwargs)¶
- Bases: - object- Virtual Cloud Network definition. - Methods - __init__(**kwargs)- Initializes a new VirtualCloudNetwork object with values from keyword arguments. - Attributes - allowlisted_ips- Gets the allowlisted_ips of this VirtualCloudNetwork. - id- [Required] Gets the id of this VirtualCloudNetwork. - 
__init__(**kwargs)¶
- Initializes a new VirtualCloudNetwork object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - id (str) – The value to assign to the id property of this VirtualCloudNetwork.
- allowlisted_ips (list[str]) – The value to assign to the allowlisted_ips property of this VirtualCloudNetwork.
 
 - 
allowlisted_ips¶
- Gets the allowlisted_ips of this VirtualCloudNetwork. 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_ips of this VirtualCloudNetwork. - Return type: - list[str] 
 - 
id¶
- [Required] Gets the id of this VirtualCloudNetwork. The Virtual Cloud Network OCID. - Returns: - The id of this VirtualCloudNetwork. - Return type: - str 
 
-