Class BulkDetachPrivateIpItem
An object used to detatch secondary private IPv4 addresses with a bulk operation.
Inherited Members
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class BulkDetachPrivateIpItem
Properties
PrivateIpId
Declaration
[Required(ErrorMessage = "PrivateIpId is required.")]
[JsonProperty(PropertyName = "privateIpId")]
public string PrivateIpId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The OCID of the secondary Private IP. |
Remarks
Required