Msvm_ClusterV2ElementConformsToProfile class

Defines the registered profile to which the referenced computer system conforms.

The following syntax is simplified from MOF code and includes all inherited properties.

Syntax

class Msvm_ClusterV2ElementConformsToProfile : Msvm_ElementConformsToProfile
{
  Msvm_RegisteredProfile REF ConformantStandard = $SVP;
  Msvm_ComputerSystem    REF ManagedElement;
};

Members

The Msvm_ClusterV2ElementConformsToProfile class has these types of members:

Properties

The Msvm_ClusterV2ElementConformsToProfile class has these properties.

ConformantStandard

Data type: Msvm_RegisteredProfile

Access type: Read-only

Qualifiers: Override

A reference to the registered profile.

ManagedElement

Data type: Msvm_ComputerSystem

Access type: Read-only

Qualifiers: Override, MSFT_TargetNamespace ("root\\HyperVCluster\\v2")

A reference to the computer system that conforms to the registered profile.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2016
Namespace
Root\interop
MOF
WindowsHyperVCluster.V2.Mof
DLL
VMMS.exe

See also

Msvm_ElementConformsToProfile