Show / Hide Table of Contents

Class InstanceNetworkInterfaceAssociation

Describes association information for an Elastic IP address (IPv4).

Inheritance
object
InstanceNetworkInterfaceAssociation
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.CloudbridgeService.Models
Assembly: OCI.DotNetSDK.Cloudbridge.dll
Syntax
public class InstanceNetworkInterfaceAssociation

Properties

CarrierIp

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

The carrier IP address associated with the network interface.

CustomerOwnedIp

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

The customer-owned IP address associated with the network interface.

IpOwnerKey

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

The ID of the owner of the Elastic IP address.

PublicDnsName

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

The public DNS name.

PublicIp

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

The public IP address or Elastic IP address bound to the network interface.

In this article
Back to top