ModifyIpv4SubnetCidrDetails

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

Bases: object

Details object for updating the specified Ipv4 CIDR block of a Subnet.

Methods

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

Attributes

ipv4_cidr_block [Required] Gets the ipv4_cidr_block of this ModifyIpv4SubnetCidrDetails.
updated_ipv4_cidr_block [Required] Gets the updated_ipv4_cidr_block of this ModifyIpv4SubnetCidrDetails.
__init__(**kwargs)

Initializes a new ModifyIpv4SubnetCidrDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • ipv4_cidr_block (str) – The value to assign to the ipv4_cidr_block property of this ModifyIpv4SubnetCidrDetails.
  • updated_ipv4_cidr_block (str) – The value to assign to the updated_ipv4_cidr_block property of this ModifyIpv4SubnetCidrDetails.
ipv4_cidr_block

[Required] Gets the ipv4_cidr_block of this ModifyIpv4SubnetCidrDetails. The Ipv4 CIDR IP address to update.

Returns:The ipv4_cidr_block of this ModifyIpv4SubnetCidrDetails.
Return type:str
updated_ipv4_cidr_block

[Required] Gets the updated_ipv4_cidr_block of this ModifyIpv4SubnetCidrDetails. The new Ipv4 CIDR IP address.

Returns:The updated_ipv4_cidr_block of this ModifyIpv4SubnetCidrDetails.
Return type:str