Class ModifyVcnCidrDetails
Details for updating a CIDR block.
Inherited Members
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class ModifyVcnCidrDetails
Properties
NewCidrBlock
Declaration
[Required(ErrorMessage = "NewCidrBlock is required.")]
[JsonProperty(PropertyName = "newCidrBlock")]
public string NewCidrBlock { get; set; }
Property Value
Type | Description |
---|---|
string | The new CIDR IP address. |
Remarks
Required
OriginalCidrBlock
Declaration
[Required(ErrorMessage = "OriginalCidrBlock is required.")]
[JsonProperty(PropertyName = "originalCidrBlock")]
public string OriginalCidrBlock { get; set; }
Property Value
Type | Description |
---|---|
string | The CIDR IP address to update. |
Remarks
Required