Class InstanceNetworkInterfaceAssociation
Describes association information for an Elastic IP address (IPv4).
Inherited Members
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. |