ByoipAllocatedRangeSummary¶
-
class
oci.core.models.
ByoipAllocatedRangeSummary
(**kwargs)¶ Bases:
object
A summary of CIDR block subranges that are currently allocated to an IP pool.
Methods
__init__
(**kwargs)Initializes a new ByoipAllocatedRangeSummary object with values from keyword arguments. Attributes
cidr_block
Gets the cidr_block of this ByoipAllocatedRangeSummary. public_ip_pool_id
Gets the public_ip_pool_id of this ByoipAllocatedRangeSummary. -
__init__
(**kwargs)¶ Initializes a new ByoipAllocatedRangeSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - cidr_block (str) – The value to assign to the cidr_block property of this ByoipAllocatedRangeSummary.
- public_ip_pool_id (str) – The value to assign to the public_ip_pool_id property of this ByoipAllocatedRangeSummary.
-
cidr_block
¶ Gets the cidr_block of this ByoipAllocatedRangeSummary. The BYOIP CIDR block range or subrange allocated to an IP pool. This could be all or part of a BYOIP CIDR block.
Returns: The cidr_block of this ByoipAllocatedRangeSummary. Return type: str
-