Class DistributedVirtualSwitchHostArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.VSphere.Inputs
Assembly: Pulumi.VSphere.dll
Syntax
public sealed class DistributedVirtualSwitchHostArgs : ResourceArgs
Constructors
View SourceDistributedVirtualSwitchHostArgs()
Declaration
public DistributedVirtualSwitchHostArgs()
Properties
View SourceDevices
The list of NIC devices to map to uplinks on the DVS, added in order they are specified.
Declaration
public InputList<string> Devices { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
HostSystemId
The host system ID of the host to add to the DVS.
Declaration
public Input<string> HostSystemId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |