RemovePublicIpPoolCapacityDetails¶
-
class
oci.core.models.
RemovePublicIpPoolCapacityDetails
(**kwargs)¶ Bases:
object
The information needed to remove capacity from a public IP pool.
Methods
__init__
(**kwargs)Initializes a new RemovePublicIpPoolCapacityDetails object with values from keyword arguments. Attributes
cidr_block
[Required] Gets the cidr_block of this RemovePublicIpPoolCapacityDetails. -
__init__
(**kwargs)¶ Initializes a new RemovePublicIpPoolCapacityDetails 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 RemovePublicIpPoolCapacityDetails.
-
cidr_block
¶ [Required] Gets the cidr_block of this RemovePublicIpPoolCapacityDetails. The CIDR block to remove from the public IP pool. Example: 10.0.1.0/24
Returns: The cidr_block of this RemovePublicIpPoolCapacityDetails. Return type: str
-