Show / Hide Table of Contents

Class DistributedVirtualSwitchHostGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
DistributedVirtualSwitchHostGetArgs
Inherited Members
ResourceArgs.Empty
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 DistributedVirtualSwitchHostGetArgs : ResourceArgs

Constructors

View Source

DistributedVirtualSwitchHostGetArgs()

Declaration
public DistributedVirtualSwitchHostGetArgs()

Properties

View Source

Devices

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.