Show / Hide Table of Contents

Class BulkDetachPrivateIpItem

Secondary private IPv4 address object to detach as part of bulk detach operation.

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

In this article
Back to top