RemoveVcnCidrDetails

class oci.core.models.RemoveVcnCidrDetails(**kwargs)

Bases: object

Details for removing a CIDR block from a VCN.

Methods

__init__(**kwargs) Initializes a new RemoveVcnCidrDetails object with values from keyword arguments.

Attributes

cidr_block [Required] Gets the cidr_block of this RemoveVcnCidrDetails.
__init__(**kwargs)

Initializes a new RemoveVcnCidrDetails 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 RemoveVcnCidrDetails.
cidr_block

[Required] Gets the cidr_block of this RemoveVcnCidrDetails. The CIDR block to remove.

Returns:The cidr_block of this RemoveVcnCidrDetails.
Return type:str