VMwareNicType Struct

Definition

NIC type.

public readonly struct VMwareNicType : IEquatable<Azure.ResourceManager.ConnectedVMwarevSphere.Models.VMwareNicType>
type VMwareNicType = struct
Public Structure VMwareNicType
Implements IEquatable(Of VMwareNicType)
Inheritance
VMwareNicType
Implements

Constructors

VMwareNicType(String)

Initializes a new instance of VMwareNicType.

Properties

E1000

e1000.

E1000E

e1000e.

Pcnet32

pcnet32.

Vmxnet

vmxnet.

Vmxnet2

vmxnet2.

Vmxnet3

vmxnet3.

Methods

Equals(VMwareNicType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(VMwareNicType, VMwareNicType)

Determines if two VMwareNicType values are the same.

Implicit(String to VMwareNicType)

Converts a string to a VMwareNicType.

Inequality(VMwareNicType, VMwareNicType)

Determines if two VMwareNicType values are not the same.

Applies to