Cascade
Class IBMTSSVC_CascadingAllocationService


CIM_ManagedElement
\_CIM_ManagedSystemElement
  \_CIM_LogicalElement
    \_CIM_EnabledLogicalElement
      \_CIM_Service
        \_SNIA_AllocationService


Description


Subclasses


Referenced By

IBMTSSVC_CascadingHostedService

Properties

IdTypeRangeDescription
Key
CreationClassName string
Max Length256
CreationClassName indicates the name of the class or the subclass that is used in the creation of an instance. When used with the other key properties of this class, this property allows all instances of this class and its subclasses to be uniquely identified.
Name string
Max Length256
The Name property uniquely identifies the Service and provides an indication of the function that is managed. This function is described in more detail in the Description property of the object.
SystemCreationClassName string
Max Length256
The CreationClassName of the scoping System.
SystemName string
Max Length256
The Name of the scoping System.
Read Only
Read Write
 
Inherited from class CIM_ManagedElement
Caption, Description, ElementName
 
Inherited from class CIM_ManagedSystemElement
HealthState, InstallDate, Name, OperationalStatus, Status, StatusDescriptions
 
Inherited from class CIM_EnabledLogicalElement
EnabledState, OtherEnabledState, RequestedState, TimeOfLastStateChange, EnabledDefault
 
Inherited from class CIM_Service
Started, StartMode, PrimaryOwnerContact, PrimaryOwnerName
 

Method Summary

NameDescription
AllocateStarts a job to allocate remote resources (from the RemoteResources collection) to the AllocatedResources collection.
DeallocateStarts a job to remove remote resources (from the AllocatedResources collection) and return them to the RemoteResources collection.
 
Inherited from class CIM_EnabledLogicalElement
RequestStateChange
 
Inherited from class CIM_Service
StartService, StopService
 

Method Detail


Allocate

Description

Starts a job to allocate remote resources (from the RemoteResources collection) to the AllocatedResources collection. For SVC the Element Type must be 3 or 6. Volumes cannot be indivdually added, as such inCollection has no meaning, and InElements can only contain a single entry that is the name of the remote cluster to establish a partnership with. Establishing the partnership will have the effect of exposing all the VDisks on that remote system for copy relationships. This method replaces CreateRemoteClusterPartnership()that was used in previous versions.

Parameters

IdTypeRangeDescription
In
ElementType uint16
Enumeration indicating the type of element being allocated. This type value must match the type of the instances. For SVC StorageVolume(3) and ComputerSystem(6) have the same effect, that of describing the remote cluster with which to establish a partnership.
Job CIM_ConcreteJob
Reference to the job (may be null if job completed).
Collection IBMTSSVC_RemoteAllocatedResources
The reference to the AllocatedResource collection to which Elements are being added. Not used in SVC.
InElements string
Array of strings containing representations of references to CIM_ManagedElement instances, that are being allocated to the AllocatedResources Collection.Only a single entry is valid, the entry must be thename or ID of the remotecluster
Bandwidth uint64
The bandwidth of the connection to the remote cluster in MB/s.
out
none
Return Codes
none

Deallocate

Description

Starts a job to remove remote resources (from the AllocatedResources collection) and return them to the RemoteResources collection. SVC requires a single entry in InElements that represents the name of the current remote cluster in the partnership that is to be removed. This method replaces DeleteRemoteClusterPartnership()that was used in previous versions.

Parameters

IdTypeRangeDescription
In
ElementType uint16
Enumeration indicating the type of element to be deallocated. This type of value must match the type of the instances. SVC StorageVolume(3) and ComputerSystem(6), that of descibing the remote cluster with which the partnership is being destroyed.
Job CIM_Job
Reference to the job (may be null if job completed).
Collection IBMTSSVC_RemoteAllocatedResources
The reference to the AllocatedResource collection from which Elements are being removed. Not used with SVC.
InElements string
Array of strings containing representations of references to CIM_ManagedElement instances, that are being deallocated from the AllocatedResources Collection. Must contain a single entry that is thename or ID of the remote cluster currently involvedin the partnership.
out
none
Return Codes
none