Class GetPublicIpByPrivateIpIdDetails
Details of the private IP that the public IP is assigned to.
Inherited Members
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class GetPublicIpByPrivateIpIdDetails
  Properties
PrivateIpId
Declaration
[Required(ErrorMessage = "PrivateIpId is required.")]
[JsonProperty(PropertyName = "privateIpId")]
public string PrivateIpId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | OCID of the private IP.  | 
      
Remarks
Required