Msvm_BindsTo class
An association that establishes a service access point (SAP) as a requester of protocol services from a protocol endpoint. Typically, this association runs between SAPs and endpoints on a single system. Because a protocol endpoint is a kind of SAP, this binding can be used to establish a layering of two protocols, with the upper layer represented by the Dependent and the lower layer represented by the Antecedent.
The following syntax is simplified Managed Object Format (MOF) code, and it includes all of the inherited properties.
Syntax
[Association, Dynamic, Provider("VmmsWmiInstanceAndMethodProvider"), AMENDMENT]
class Msvm_BindsTo : CIM_BindsTo
{
Msvm_SwitchPort REF Antecedent;
Msvm_VLANEndpoint REF Dependent;
};
Members
The Msvm_BindsTo class has these types of members:
Properties
The Msvm_BindsTo class has these properties.
-
Antecedent
-
-
Data type: Msvm_SwitchPort
-
Access type: Read-only
-
Qualifiers: Override ("Antecedent")
The lower-level endpoint that is accessed by the SAP.
Note
On Windows Server 2008, this property inherited directly from CIM_BindsTo.
-
-
Dependent
-
-
Data type: Msvm_VLANEndpoint
-
Access type: Read-only
-
Qualifiers: Override ("Dependent")
The access point or protocol endpoint that is dependent on the lower-level endpoint.
Note
On Windows Server 2008, this property inherited directly from CIM_BindsTo.
-
Remarks
Access to the Msvm_BindsTo class might be restricted by UAC Filtering. For more information, see User Account Control and WMI.
Examples
See Querying Networking Objects.
Requirements
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2008 |
End of client support |
None supported |
End of server support |
Windows Server 2012 R2 |
Namespace |
Root\Virtualization |
MOF |
|