Show / Hide Table of Contents

Class InstancePoolPlacementIpv6AddressIpv6SubnetCidrDetails

Optional. Used to specify from which subnet prefixes an IPv6 address should be allocated, or to assign valid available IPv6 addresses.

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

Properties

Ipv6SubnetCidr

Declaration
[JsonProperty(PropertyName = "ipv6SubnetCidr")]
public string Ipv6SubnetCidr { get; set; }
Property Value
Type Description
string

Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.

In this article
Back to top