ModifyVcnCidrDetails¶
-
class
oci.core.models.
ModifyVcnCidrDetails
(**kwargs)¶ Bases:
object
Details for updating a CIDR block.
Methods
__init__
(**kwargs)Initializes a new ModifyVcnCidrDetails object with values from keyword arguments. Attributes
new_cidr_block
[Required] Gets the new_cidr_block of this ModifyVcnCidrDetails. original_cidr_block
[Required] Gets the original_cidr_block of this ModifyVcnCidrDetails. -
__init__
(**kwargs)¶ Initializes a new ModifyVcnCidrDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - original_cidr_block (str) – The value to assign to the original_cidr_block property of this ModifyVcnCidrDetails.
- new_cidr_block (str) – The value to assign to the new_cidr_block property of this ModifyVcnCidrDetails.
-
new_cidr_block
¶ [Required] Gets the new_cidr_block of this ModifyVcnCidrDetails. The new CIDR IP address.
Returns: The new_cidr_block of this ModifyVcnCidrDetails. Return type: str
-
original_cidr_block
¶ [Required] Gets the original_cidr_block of this ModifyVcnCidrDetails. The CIDR IP address to update.
Returns: The original_cidr_block of this ModifyVcnCidrDetails. Return type: str
-