AddVcnCidrDetails¶
-
class
oci.core.models.
AddVcnCidrDetails
(**kwargs)¶ Bases:
object
Details used to add a CIDR block to a VCN.
Methods
__init__
(**kwargs)Initializes a new AddVcnCidrDetails object with values from keyword arguments. Attributes
cidr_block
[Required] Gets the cidr_block of this AddVcnCidrDetails. -
__init__
(**kwargs)¶ Initializes a new AddVcnCidrDetails 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 AddVcnCidrDetails.
-
cidr_block
¶ [Required] Gets the cidr_block of this AddVcnCidrDetails. The CIDR block to add.
Returns: The cidr_block of this AddVcnCidrDetails. Return type: str
-