VirtualMachineManagerVirtualMachineInstanceNetworkInterfaceArgs

data class VirtualMachineManagerVirtualMachineInstanceNetworkInterfaceArgs(val ipv4AddressType: Output<String>? = null, val ipv6AddressType: Output<String>? = null, val macAddressType: Output<String>? = null, val name: Output<String>, val virtualNetworkId: Output<String>? = null) : ConvertibleToJava<VirtualMachineManagerVirtualMachineInstanceNetworkInterfaceArgs>

Constructors

constructor(ipv4AddressType: Output<String>? = null, ipv6AddressType: Output<String>? = null, macAddressType: Output<String>? = null, name: Output<String>, virtualNetworkId: Output<String>? = null)

Properties

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

The IPv4 address type. Possible values are Dynamic and Static.

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

The IPv6 address type. Possible values are Dynamic and Static.

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

The MAC address type. Possible values are Dynamic and Static.

Link copied to clipboard
val name: Output<String>

The name of the Virtual Network in System Center Virtual Machine Manager Server that the Network Interface is connected to.

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

The ID of the System Center Virtual Machine Manager Virtual Network to connect the Network Interface.

Functions

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