Show / Hide Table of Contents

Class DistributedVirtualSwitchHost

Inheritance
System.Object
DistributedVirtualSwitchHost
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.Outputs
Assembly: Pulumi.VSphere.dll
Syntax
public sealed class DistributedVirtualSwitchHost

Fields

View Source

Devices

The list of NIC devices to map to uplinks on the DVS, added in order they are specified.

Declaration
public readonly ImmutableArray<string> Devices
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

HostSystemId

The host system ID of the host to add to the DVS.

Declaration
public readonly string HostSystemId
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.