Show / Hide Table of Contents

Class BulkUpdateIpv6sDetails

Bulk Secondary IPv6 addresses update object.

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

Properties

BulkUpdateIpv6sItem

Declaration
[Required(ErrorMessage = "BulkUpdateIpv6sItem is required.")]
[JsonProperty(PropertyName = "bulkUpdateIpv6sItem")]
public List<BulkUpdateIpv6sItem> BulkUpdateIpv6sItem { get; set; }
Property Value
Type Description
List<BulkUpdateIpv6sItem>

Secondary IPv6 addresses to updated.

Remarks

Required

VnicId

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

The OCID of the VNIC to move the IPv6s to. The VNIC and IPv6s must be in the same subnet.

In this article
Back to top