WorkloadNetworkPortMirroringProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
NSX Port Mirroring Properties
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.WorkloadNetworkPortMirroringPropertiesTypeConverter))]
public class WorkloadNetworkPortMirroringProperties : Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IWorkloadNetworkPortMirroringProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.WorkloadNetworkPortMirroringPropertiesTypeConverter))>]
type WorkloadNetworkPortMirroringProperties = class
interface IWorkloadNetworkPortMirroringProperties
interface IJsonSerializable
Public Class WorkloadNetworkPortMirroringProperties
Implements IWorkloadNetworkPortMirroringProperties
- Inheritance
-
WorkloadNetworkPortMirroringProperties
- Attributes
- Implements
Constructors
WorkloadNetworkPortMirroringProperties() |
Creates an new WorkloadNetworkPortMirroringProperties instance. |
Properties
Destination |
Destination VM Group. |
Direction |
Direction of port mirroring profile. |
DisplayName |
Display name of the port mirroring profile. |
ProvisioningState |
The provisioning state |
Revision |
NSX revision number. |
Source |
Source VM Group. |
Status |
Port Mirroring Status. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of WorkloadNetworkPortMirroringProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of WorkloadNetworkPortMirroringProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IWorkloadNetworkPortMirroringProperties. |
FromJsonString(String) |
Creates a new instance of WorkloadNetworkPortMirroringProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of WorkloadNetworkPortMirroringProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |