PrivateAddresses¶
- 
class oci.waf.models.PrivateAddresses(**kwargs)¶
- Bases: - object- A pair of VCN OCID and private IP address prefix in CIDR notation. - Methods - __init__(**kwargs)- Initializes a new PrivateAddresses object with values from keyword arguments. - Attributes - addresses- [Required] Gets the addresses of this PrivateAddresses. - vcn_id- [Required] Gets the vcn_id of this PrivateAddresses. - 
__init__(**kwargs)¶
- Initializes a new PrivateAddresses object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - vcn_id (str) – The value to assign to the vcn_id property of this PrivateAddresses.
- addresses (str) – The value to assign to the addresses property of this PrivateAddresses.
 
 - 
addresses¶
- [Required] Gets the addresses of this PrivateAddresses. A private IP address or CIDR IP address range. - Returns: - The addresses of this PrivateAddresses. - Return type: - str 
 
-