Virtual Machine Manager Virtual Machine Instance Network Interface Args
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
Properties
Link copied to clipboard
The IPv4 address type. Possible values are Dynamic and Static.
Link copied to clipboard
The IPv6 address type. Possible values are Dynamic and Static.
Link copied to clipboard
The MAC address type. Possible values are Dynamic and Static.
Link copied to clipboard
The ID of the System Center Virtual Machine Manager Virtual Network to connect the Network Interface.