Compartir a través de


MSFT_SMZone class

Represents 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_SMZone
{
  String  ObjectId;
  boolean Active;
  uint16  ConnectivityStatus;
  string  Caption;
  string  Description;
  string  ElementName;
  uint16  ZoneType;
  string  OtherZoneTypeDescription;
  uint16  ZoneSubType;
  string  OtherZoneSubTypeDescription;
};

Members

The MSFT_SMZone class has these types of members:

Properties

The MSFT_SMZone class has these properties.

Active

Data type: boolean

Access type: Read-only

Indicates whether this zone is currently active, that is, under enforcement of a Windows Fabric service.

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.

OtherZoneSubTypeDescription

Data type: string

Access type: Read-only

Qualifiers: ModelCorrespondence ("CIM_Zone.ZoneSubType")

Describes the Zone subtype when the ZoneSubType value is Other.

OtherZoneTypeDescription

Data type: string

Access type: Read-only

Qualifiers: ModelCorrespondence ("CIM_Zone.ZoneType")

Describes the Zone type when the ZoneType value is Other.

ZoneSubType

Data type: uint16

Access type: Read-only

Qualifiers: ModelCorrespondence ("CIM_Zone.OtherZoneSubTypeDescription")

Modifies the value of the ZoneType property.

The possible values are.

Unknown (0)

Other (1)

SCSI (2)

VI (3)

IP (4)

DMTF Reserved

5 32767

Vendor Reserved

32768 65535

ZoneType

Data type: uint16

Access type: Read-only

Qualifiers: Required, ModelCorrespondence ("CIM_Zone.OtherZoneTypeDescription")

The type of zoning to be enforced.

The possible values are.

Unknown (0)

Other (1)

Default (2)

Protocol (3)

DMTF Reserved

4 32767

Vendor Reserved

32768 65535

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