GetNetworkInterfaceResult

data class GetNetworkInterfaceResult(val acceleratedNetworkingEnabled: Boolean, val appliedDnsServers: List<String>, val dnsServers: List<String>, val id: String, val internalDnsNameLabel: String, val ipConfigurations: List<GetNetworkInterfaceIpConfiguration>, val ipForwardingEnabled: Boolean, val location: String, val macAddress: String, val name: String, val networkSecurityGroupId: String, val privateIpAddress: String, val privateIpAddresses: List<String>, val resourceGroupName: String, val tags: Map<String, String>, val virtualMachineId: String)

A collection of values returned by getNetworkInterface.

Constructors

Link copied to clipboard
constructor(acceleratedNetworkingEnabled: Boolean, appliedDnsServers: List<String>, dnsServers: List<String>, id: String, internalDnsNameLabel: String, ipConfigurations: List<GetNetworkInterfaceIpConfiguration>, ipForwardingEnabled: Boolean, location: String, macAddress: String, name: String, networkSecurityGroupId: String, privateIpAddress: String, privateIpAddresses: List<String>, resourceGroupName: String, tags: Map<String, String>, virtualMachineId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates if accelerated networking is set on the specified Network Interface.

Link copied to clipboard

List of DNS servers applied to the specified Network Interface.

Link copied to clipboard

The list of DNS servers used by the specified Network Interface.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The internal DNS name label of the specified Network Interface.

Link copied to clipboard

One or more ip_configuration blocks as defined below.

Link copied to clipboard

Indicate if IP forwarding is set on the specified Network Interface.

Link copied to clipboard

The location of the specified Network Interface.

Link copied to clipboard

The MAC address used by the specified Network Interface.

Link copied to clipboard

The name of the IP Configuration.

Link copied to clipboard

The ID of the network security group associated to the specified Network Interface.

Link copied to clipboard

The Private IP Address assigned to this Network Interface.

Link copied to clipboard

The list of private IP addresses associates to the specified Network Interface.

Link copied to clipboard
Link copied to clipboard

List the tags associated to the specified Network Interface.

Link copied to clipboard

The ID of the virtual machine that the specified Network Interface is attached to.