VirtualMachineManagerVirtualMachineInstanceNetworkInterface

data class VirtualMachineManagerVirtualMachineInstanceNetworkInterface(val ipv4AddressType: String? = null, val ipv6AddressType: String? = null, val macAddressType: String? = null, val name: String, val virtualNetworkId: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val ipv4AddressType: String? = null

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

Link copied to clipboard
val ipv6AddressType: String? = null

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

Link copied to clipboard
val macAddressType: String? = null

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

Link copied to clipboard

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

Link copied to clipboard

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