InstanceNetworkInterfaceAssociationArgs

data class InstanceNetworkInterfaceAssociationArgs(val carrierIp: Output<String>? = null, val customerOwnedIp: Output<String>? = null, val ipOwnerId: Output<String>? = null, val publicDnsName: Output<String>? = null, val publicIp: Output<String>? = null) : ConvertibleToJava<InstanceNetworkInterfaceAssociationArgs>

Definition of InstanceNetworkInterfaceAssociation

Constructors

Link copied to clipboard
constructor(carrierIp: Output<String>? = null, customerOwnedIp: Output<String>? = null, ipOwnerId: Output<String>? = null, publicDnsName: Output<String>? = null, publicIp: Output<String>? = null)

Properties

Link copied to clipboard
val carrierIp: Output<String>? = null

The carrier IP address associated with the network interface.

Link copied to clipboard
val customerOwnedIp: Output<String>? = null

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

Link copied to clipboard
val ipOwnerId: Output<String>? = null

The ID of the owner of the Elastic IP address.

Link copied to clipboard
val publicDnsName: Output<String>? = null

The public DNS name.

Link copied to clipboard
val publicIp: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): InstanceNetworkInterfaceAssociationArgs