NetworkPerimeterIpAddresses¶
-
class
oci.identity_domains.models.
NetworkPerimeterIpAddresses
(**kwargs)¶ Bases:
object
IPAddresses or Ranges assigned to the NetworkPerimeter
Attributes
TYPE_CIDR
A constant which can be used with the type property of a NetworkPerimeterIpAddresses. TYPE_EXACT
A constant which can be used with the type property of a NetworkPerimeterIpAddresses. TYPE_RANGE
A constant which can be used with the type property of a NetworkPerimeterIpAddresses. VERSION_IPV4
A constant which can be used with the version property of a NetworkPerimeterIpAddresses. VERSION_IPV6
A constant which can be used with the version property of a NetworkPerimeterIpAddresses. type
Gets the type of this NetworkPerimeterIpAddresses. value
[Required] Gets the value of this NetworkPerimeterIpAddresses. version
Gets the version of this NetworkPerimeterIpAddresses. Methods
__init__
(**kwargs)Initializes a new NetworkPerimeterIpAddresses object with values from keyword arguments. -
TYPE_CIDR
= 'CIDR'¶ A constant which can be used with the type property of a NetworkPerimeterIpAddresses. This constant has a value of “CIDR”
-
TYPE_EXACT
= 'EXACT'¶ A constant which can be used with the type property of a NetworkPerimeterIpAddresses. This constant has a value of “EXACT”
-
TYPE_RANGE
= 'RANGE'¶ A constant which can be used with the type property of a NetworkPerimeterIpAddresses. This constant has a value of “RANGE”
-
VERSION_IPV4
= 'IPV4'¶ A constant which can be used with the version property of a NetworkPerimeterIpAddresses. This constant has a value of “IPV4”
-
VERSION_IPV6
= 'IPV6'¶ A constant which can be used with the version property of a NetworkPerimeterIpAddresses. This constant has a value of “IPV6”
-
__init__
(**kwargs)¶ Initializes a new NetworkPerimeterIpAddresses object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - type (str) – The value to assign to the type property of this NetworkPerimeterIpAddresses. Allowed values for this property are: “CIDR”, “RANGE”, “EXACT”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- version (str) – The value to assign to the version property of this NetworkPerimeterIpAddresses. Allowed values for this property are: “IPV4”, “IPV6”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- value (str) – The value to assign to the value property of this NetworkPerimeterIpAddresses.
-
type
¶ Gets the type of this NetworkPerimeterIpAddresses. type of the ip address value
- SCIM++ Properties:
- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Allowed values for this property are: “CIDR”, “RANGE”, “EXACT”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The type of this NetworkPerimeterIpAddresses. Return type: str
-
value
¶ [Required] Gets the value of this NetworkPerimeterIpAddresses. Value of exact ipaddress or the range in CIDR or the range with start and end ip addresses
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
Returns: The value of this NetworkPerimeterIpAddresses. Return type: str
-
version
¶ Gets the version of this NetworkPerimeterIpAddresses. Indicates the type of Ip Address example, IPV4 or IPV6
- SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Allowed values for this property are: “IPV4”, “IPV6”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The version of this NetworkPerimeterIpAddresses. Return type: str
-