Show / Hide Table of Contents

Class BulkDetachPrivateIpsDetails

Bulk Secondary IPv4 addresses detach object.

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

Properties

BulkDetachPrivateIpItem

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

Secondary IPv4 addresses to detached.

Remarks

Required

VnicId

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

The OCID of the VNIC of which private IPs should be detached. The VNIC and private IPs must be in the same subnet.

In this article
Back to top