Class BulkUpdateIpv6sDetails
Bulk Secondary IPv6 addresses update object.
Inherited Members
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. |