Name | Data Type | Default Value | Qualifiers |
Name | Data Type | Value |
ConfigurationID | string | |
Description | string | ConfigurationID is the unique identifier that is used to determine whether the underlying zoning configuration has changed. For example, the ConfigurationID can be a checksum, date and time, sequence identification, as long as it unque to the client accessing the property. |
Experimental | boolean | true |
DefaultZoningState | uint16 | |
Description | string | DefaultZoningState indicates whether fabric members (devices) that are not in any other active Zones can access each other. In particular, if no Zones are active, a DefaultZoningState "Allow" indicates that all fabric members can access each other. |
ValueMap | string | 0, 2, 3 |
Values | string | Unknown, Allow, Deny |
RequestedSessionState | uint16 | 5 |
Description | string | RequestedSessionState is an integer enumeration that indicates whether the ZoneService session has been requested to start (value=2), end (value=3), or terminate (value=4). Note that when RequestedSessionState is set to 4 ("Not Applicable"), then this property is not used. By default, the RequestedSessionState of the element is 5 ("No Change"). |
ModelCorrespondence | string | CIM_ZoneService.SessionState, CIM_ZoneService.SessionControl |
ValueMap | string | 2, 3, 4, 5 |
Values | string | Start, End, Terminate, No Change |
SessionState | uint16 | 4 |
Description | string | SessionState is an integer enumeration that indicates whether the session is currently starting (value=2) or has ended (value=3). It is possible that a particular instance of a ZoneService might not support sessions. If sessions are not supported, the value 4 ("Not Applicable") is used. |
ValueMap | string | 0, 2, 3, 4 |
Values | string | Unknown, Starting, Ended, Not Applicable |
Name | Data Type | Value |
Description | string | The method creates a ZoneSet and the association HostedCollection. The newly created association, HostedCollection, associates the Zone to the same AdminDomain that the ZoneService is hosted to. For the newly created ZoneSet, the Active property is always set to false.
This method might be deprecated in the future in lieu of intrinsics after limitations in the CIM Operations are addressed. |
ValueMap | string | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10..0x0FFF, 0x1000..0x7777, 0x8000.. |
Values | string | Success, Not Supported, Unspecified Error, Timeout, Failed, Invalid Parameter, Access_Denied, Not_Found, Already_Exists, Insufficient_Resources, DMTF_Reserved, Method_Reserved, Vendor_Reserved |
Name | Data Type | Value |
Description | string | The method creates a Zone and the association HostedCollection. The newly created association, HostedCollection, associates the Zone to the same AdminDomain that the ZoneService is hosted to. For the newly created Zone, the Active property is always set to false.
This method might be deprecated in the future in lieu of intrinsics after limitations in the CIM Operations are addressed. |
ValueMap | string | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10..0x0FFF, 0x1000..0x7777, 0x8000.. |
Values | string | Success, Not Supported, Unspecified Error, Timeout, Failed, Invalid Parameter, Access_Denied, Not_Found, Already_Exists, Insufficient_Resources, DMTF_Reserved, Method_Reserved, Vendor_Reserved |
Name | Data Type | Value |
Description | string | The method creates a ZoneAlias and the association HostedCollection. The newly created association, HostedCollection, associates the ZoneAlias to the same AdminDomain that the ZoneService is hosted to. For the newly created ZoneAlias, the Active property is always set to false.
This method might be deprecated in the future in lieu of intrinsics after limitations in the CIM Operations are addressed. |
ValueMap | string | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10..0x0FFF, 0x1000..0x7777, 0x8000.. |
Values | string | Success, Not Supported, Unspecified Error, Timeout, Failed, Invalid Parameter, Access_Denied, Not_Found, Already_Exists, Insufficient_Resources, DMTF_Reserved, Method_Reserved, Vendor_Reserved |
Name | Data Type | Value |
Description | string | CreateZoneMembershipSettingData creates a ZoneMembershipSettingData and adds it to the specified Zone or ZoneAlias by creating a MemberOfCollection association.
This method might be deprecated in the future in lieu of intrinsics after limitations in the CIM Operations are addressed. |
ValueMap | string | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10..0x0FFF, 0x1000..0x7777, 0x8000.. |
Values | string | Success, Not Supported, Unspecified Error, Timeout, Failed, Invalid Parameter, Access_Denied, Not_Found, Already_Exists, Insufficient_Resources, DMTF_Reserved, Method_Reserved, Vendor_Reserved |
Name | Type | Qualifiers |
Name | Data Type | Value |
ConnectivityMemberID | string |
Description | string | This property specifies the type of identification used in the ConnectivityMemberID field. For Fibre Channel:
* A ConnectivityMemberType of 'PermanentAddress', the ConnectivityMemberID is the NxPort WWN;
* A ConnectivityMemberType of 'NetworkAddress', the ConnectivityMemberID is the NXPort Address ID;
* A ConnectivityMemberType of 'SwitchPortID', the ConnectivityMemberID is 'Domain:PortNumber'. |
IN | boolean | true |
ModelCorrespondence | string | CIM_ZoneMembershipSettingData.ConnectivityMemberID |
Required | boolean | true |
ConnectivityMemberType | uint16 |
Description | string | Identifies the type of identification placed in ConnectivityMemberID. |
IN | boolean | true |
ModelCorrespondence | string | CIM_ZoneMembershipSettingData.ZoneMemberType |
Required | boolean | true |
ValueMap | string | 0, 1, 2, 3, 4, 5, .., 0x8000.. |
Values | string | Unknown, Other, PermanentAddress, NetworkAddress, SwitchPortID, LogicalPortGroup, DMTF_Reserved, Vendor_Reserved |
SystemSpecificCollection |
REF
CIM_SystemSpecificCollection |
Description | string | The collection that the ZoneMembershipSettingData should be added to. The collection is either a Zone or ZoneAlias. |
IN | boolean | true |
Required | boolean | true |
ZoneMembershipSettingData |
REF
CIM_ZoneMembershipSettingData |
Description | string | A reference to the newly created ZoneMembershipSettingData. |
IN | boolean | true |
OUT | boolean | true |
Name | Data Type | Value |
Description | string | Adds to the ZoneSet the specified Zone. Adding a Zone to a ZoneSet, extends the zone enforcement definition of the ZoneSet to include the members of that Zone. If adding the Zone is successful, the Zone should be associated with the ZoneSet by MemberOfCollection.
This method might be deprecated in the future in lieu of intrinsics after limitations in the CIM Operations are addressed. |
ValueMap | string | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10..0x0FFF, 0x1000..0x7777, 0x8000.. |
Values | string | Success, Not Supported, Unspecified Error, Timeout, Failed, Invalid Parameter, Access_Denied, Not_Found, Already_Exists, Insufficient_Resources, DMTF_Reserved, Method_Reserved, Vendor_Reserved |
Name | Data Type | Value |
Description | string | Adds to the Zone or ZoneAlias, the specified ZoneMembershipSettingData. If adding the ZoneMembershipSettingData is successful, an ElementSettingData association will be created between the ZoneMembershipSettingData and either the Zone or ZoneAlias.
This method might be deprecated in the future in lieu of intrinsics after limitations in the CIM Operations are addressed. |
ValueMap | string | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10..0x0FFF, 0x1000..0x7777, 0x8000.. |
Values | string | Success, Not Supported, Unspecified Error, Timeout, Failed, Invalid Parameter, Access_Denied, Not_Found, Already_Exists, Insufficient_Resources, DMTF_Reserved, Method_Reserved, Vendor_Reserved |
Name | Data Type | Value |
Description | string | Adds to the Zone the specified ZoneAlias.
This method might be deprecated in the future in lieu of intrinsics after limitations in the CIM Operations are addressed. |
ValueMap | string | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10..0x0FFF, 0x1000..0x7777, 0x8000.. |
Values | string | Success, Not Supported, Unspecified Error, Timeout, Failed, Invalid Parameter, Access_Denied, Not_Found, Already_Exists, Insufficient_Resources, DMTF_Reserved, Method_Reserved, Vendor_Reserved |
Name | Data Type | Value |
Description | string | Activates the specified ZoneSet. After the ZoneSet is activated, the ZoneSet, associated Zone, ZoneAliases, and ZoneMembershipSettingData instances will have the active flag set to true.
This method might be deprecated in the future in lieu of intrinsics after limitations in the CIM Operations are addressed. |
ValueMap | string | 0, 1, 2, 3, 4, 5, 6, 7, 9, 10..0x0FFF, 0x1000..0x7777, 0x8000.. |
Values | string | Success, Not Supported, Unspecified Error, Timeout, Failed, Invalid Parameter, Access_Denied, Not_Found, Insufficient_Resources, DMTF_Reserved, Method_Reserved, Vendor_Reserved |
Name | Data Type | Value |
Description | string | SessionControl requests that a session start (value=2), end (value=3), or terminate (value=4). |
ValueMap | string | 0, 1, 2, 3, 4, 5, 6, 9, 10..0x0FFF, 0x1000..0x7777, 0x8000.. |
Values | string | Success, Not Supported, Unspecified Error, Timeout, Failed, Invalid Parameter, Access_Denied, Insufficient_Resources, DMTF_Reserved, Method_Reserved, Vendor_Reserved |
Name | Data Type | Value |
Description | string | Activates the specified ZoneSet with the expectation that a job will be created. It has an optional input, ConfigurationID, which is used to confirm that the ZoneSet being activated matches the definition the client previously discovered. If the input ConfigurationID matches, then the method attempts to activate the ZoneSet. If the ConfigurationIDs do not match, the method exits without activating the ZoneSet. After the ZoneSet is activated, the ZoneSet, associated Zone, ZoneAliases, and ZoneMembershipSettingData instances will have the active flag set to true.
If 0 is returned, the function completed successfully and no ConcreteJob instance was required. If 4096/0x1000 is returned, a ConcreteJob is started to perform the activation. The Job's reference will be returned in the output parameter Job. |
Experimental | boolean | true |
ValueMap | string | 0, 1, 2, 3, 4, 5, 6, 7, 9, 10, .., 4096, 0x1001..0x7777, 0x8000..0xFFFF |
Values | string | Success, Not Supported, Unspecified Error, Timeout, Failed, Invalid Parameter, Access_Denied, Not_Found, Insufficient_Resources, ConfigurationIDMismatch, DMTF_Reserved, Method Parameters Checked - Job Started, Method_Reserved, Vendor_Reserved |
Name | Data Type | Value |
Description | string | SessionControl requests that a session start (value=2), end (value=3), or terminate (value=4). It has an optional input, ConfigurationID, which is used to confirm that the session being locked matches the definition the client previously discovered. If the input ConfigurationID matches, then the method attempts to start the session. If the ConfigurationIDs do not match, the method exits without actstarting the session.
When a session is ended (value=3), the expectation is that a job will be created.If 0 is returned, the function completed successfully and no ConcreteJob instance was required. If 4096/0x1000 is returned, a ConcreteJob is started to end the session. The Job's reference will be returned in the output parameter Job. |
Experimental | boolean | true |
ValueMap | string | 0, 1, 2, 3, 4, 5, 6, 9, 10, .., 0x1000..0x7777, 0x8000..0xFFFF |
Values | string | Success, Not Supported, Unspecified Error, Timeout, Failed, Invalid Parameter, Access_Denied, Insufficient_Resources, ConfigurationIDMismatch, DMTF_Reserved, Method_Reserved, Vendor_Reserved |