MSFT_SMZoneMembershipData class

Represents membership data for a zone.

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

Syntax

[dynamic, provider("WMIStorage"), AMENDMENT]
class MSFT_SMZoneMembershipData
{
  String ObjectId;
  string Caption;
  string Description;
  string ElementName;
  uint16 ConnectivityMemberType;
  string OtherConnectivityMemberType;
  string ConnectivityMemberID;
};

Members

The MSFT_SMZoneMembershipData class has these types of members:

Properties

The MSFT_SMZoneMembershipData class has these properties.

Caption

Data type: string

Access type: Read-only

A short textual description of the object.

ConnectivityMemberID

Data type: string

Access type: Read-only

Identification of the member in the format of the type specified by the ConnectivityMemberType property.

ConnectivityMemberType

Data type: uint16

Access type: Read-only

The type of identification used in the ConnectivityMemberID property.

The possible values are.

Unknown (0)

Other (1)

Permanent Address (2)

Network Address (3)

Switch Port ID (4)

Logical Port Group (5)

Connectivity Collection (6)

DMTF Reserved

7 32767

Vendor Reserved

32768 65535

Description

Data type: string

Access type: Read-only

A textual description of the object.

ElementName

Data type: string

Access type: Read-only

A user-friendly name for the object.

ObjectId

Data type: String

Access type: Read-only

Qualifiers: Key

The ID of this class instance. This ID must be unique within the scope of the Windows Storage Management server that hosts the provider object.

OtherConnectivityMemberType

Data type: string

Access type: Read-only

Describes the connectivity member type when the ConnectivityMemberType value is Other.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012
Namespace
Root\Microsoft\Windows\Storage\SM
MOF
MsftStrgMan.mof
DLL
StorageService.dll

See also

Windows Storage Management WMI Provider