Click or drag to resize
VirtualSwitchMapping Class
Represents source and target virtual switch mappings
Inheritance Hierarchy
SystemObject
  DoubleTake.Virtualization.ContractVirtualSwitchMapping

Namespace: DoubleTake.Virtualization.Contract
Assembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntax
public class VirtualSwitchMapping : IExtensibleDataObject

The VirtualSwitchMapping type exposes the following members.

Constructors
  NameDescription
Public methodVirtualSwitchMapping
Top
Properties
  NameDescription
Public propertyExtensionData
Gets or sets the structure that contains extra data.
Public propertySourceVirtualSwitch
This value represents the virtual switch on the source.
Public propertyTargetVirtualSwitch
This value represents the virtual switch on the target.
Top
See Also