Show / Hide Table of Contents

Class AddSubnetIpv6CidrDetails

Details used when adding an IPv6 prefix to a subnet.

Inheritance
object
AddSubnetIpv6CidrDetails
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 AddSubnetIpv6CidrDetails

Properties

Ipv6CidrBlock

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

This field is not required and should only be specified when adding an IPv6 prefix to a subnet's IPv6 address space. SeeIPv6 Addresses.
Example: 2001:0db8:0123::/64

Remarks

Required

In this article
Back to top