次の方法で共有


MSFT_SMZoneSet class

Represents a zone set.

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_SMZoneSet
{
  String  ObjectId;
  boolean Active;
  uint16  ConnectivityStatus;
  string  Caption;
  string  Description;
  string  ElementName;
};

Members

The MSFT_SMZoneSet class has these types of members:

Properties

The MSFT_SMZoneSet class has these properties.

Active

Data type: boolean

Access type: Read-only

Indicates whether this ZoneSet is currently active, that is, under enforcement of a fabric.

Caption

Data type: string

Access type: Read-only

A short textual description of the object.

ConnectivityStatus

Data type: uint16

Access type: Read-only

The current or potential connectivity between endpoints in this collection.

The possible values are.

Unknown (0)

Connectivity/Up (2)

No Connectivity/Down (3)

Partitioned (4)

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.

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