Class BulkDetachPrivateIpsDetails
Bulk Secondary IPv4 addresses detach object.
Inherited Members
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. |