VirtualCloudNetwork¶
- 
class oci.analytics.models.VirtualCloudNetwork(**kwargs)¶
- Bases: - object- Virtual Cloud Network definition. - Methods - __init__(**kwargs)- Initializes a new VirtualCloudNetwork object with values from keyword arguments. - Attributes - id- [Required] Gets the id of this VirtualCloudNetwork. - whitelisted_ips- Gets the whitelisted_ips 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.
- whitelisted_ips (list[str]) – The value to assign to the whitelisted_ips property of this VirtualCloudNetwork.
 
 - 
id¶
- [Required] Gets the id of this VirtualCloudNetwork. The Virtual Cloud Network OCID. - Returns: - The id of this VirtualCloudNetwork. - Return type: - str 
 - 
whitelisted_ips¶
- Gets the whitelisted_ips of this VirtualCloudNetwork. Source IP addresses or IP address ranges in ingress rules. - Returns: - The whitelisted_ips of this VirtualCloudNetwork. - Return type: - list[str] 
 
-