This topic has not yet been rated - Rate this topic

Msvm_HostedAccessPoint class

Hyper-V

An association that connects a virtual switch service to a switch port inside of the Microsoft Hyper-V platform.

The following syntax is simplified Managed Object Format (MOF) code, and it includes all of the inherited properties.

Syntax

class Msvm_HostedAccessPoint : CIM_HostedAccessPoint
{
  Msvm_VirtualSwitch REF Antecedent;
  Msvm_SwitchPort    REF Dependent;
};

Members

The Msvm_HostedAccessPoint class has these types of members:

Properties

The Msvm_HostedAccessPoint class has these properties.

Antecedent
Data type: Msvm_VirtualSwitch
Access type: Read-only
Qualifiers: Override, Min (1) , Max (1)

A reference to the virtual switch.

Dependent
Data type: Msvm_SwitchPort
Access type: Read-only

A reference to the switch port hosted by the virtual switch.

Remarks

Access to the Msvm_HostedAccessPoint class might be restricted by UAC Filtering. For more information, see User Account Control and WMI.

Requirements

Minimum supported client

None supported

Minimum supported server

Windows Server 2008

Namespace

\\.\Root\Virtualization

MOF

WindowsVirtualization.mof

See also

CIM_HostedAccessPoint
Networking Classes

 

 

Build date: 7/3/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.