Class RemoveIpv4SubnetCidrDetails
Details object for removing an IPv4 prefix from a subnet.
Inherited Members
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class RemoveIpv4SubnetCidrDetails
Properties
Ipv4CidrBlock
Declaration
[Required(ErrorMessage = "Ipv4CidrBlock is required.")]
[JsonProperty(PropertyName = "ipv4CidrBlock")]
public string Ipv4CidrBlock { get; set; }
Property Value
| Type | Description |
|---|---|
| string | This field should only be specified when removing an IPv4 prefix from a subnet's IPv4 address space.
The CIDR must maintain the following rules -
|
Remarks
Required