VMwareToAzStackHCINicInputArgs

data class VMwareToAzStackHCINicInputArgs(val label: Output<String>, val nicId: Output<String>, val selectionTypeForFailover: Output<Either<String, VMNicSelection>>, val targetNetworkId: Output<String>, val testNetworkId: Output<String>) : ConvertibleToJava<VMwareToAzStackHCINicInputArgs>

VMwareToAzStackHCI NIC properties.

Constructors

Link copied to clipboard
constructor(label: Output<String>, nicId: Output<String>, selectionTypeForFailover: Output<Either<String, VMNicSelection>>, targetNetworkId: Output<String>, testNetworkId: Output<String>)

Properties

Link copied to clipboard
val label: Output<String>

Gets or sets the NIC label.

Link copied to clipboard
val nicId: Output<String>

Gets or sets the NIC Id.

Link copied to clipboard

Gets or sets the selection type of the NIC.

Link copied to clipboard
val targetNetworkId: Output<String>

Gets or sets the target network Id within AzStackHCI Cluster.

Link copied to clipboard
val testNetworkId: Output<String>

Gets or sets the target test network Id within AzStackHCI Cluster.

Functions

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