Show / Hide Table of Contents

Class ModifyIpv4SubnetCidrDetails

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

Inheritance
object
ModifyIpv4SubnetCidrDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class ModifyIpv4SubnetCidrDetails

Properties

Ipv4CidrBlock

Declaration
[Required(ErrorMessage = "Ipv4CidrBlock is required.")]
[JsonProperty(PropertyName = "ipv4CidrBlock")]
public string Ipv4CidrBlock { get; set; }
Property Value
Type Description
string

The Ipv4 CIDR IP address to update.

Remarks

Required

UpdatedIpv4CidrBlock

Declaration
[Required(ErrorMessage = "UpdatedIpv4CidrBlock is required.")]
[JsonProperty(PropertyName = "updatedIpv4CidrBlock")]
public string UpdatedIpv4CidrBlock { get; set; }
Property Value
Type Description
string

The new Ipv4 CIDR IP address.

Remarks

Required

In this article
Back to top