Service Class |
Namespace: SolidFire.Element.Api
public class Service : RpcBase
The Service type exposes the following members.
Name | Description | |
---|---|---|
![]() | AssociatedBV |
This service's associated bulk volume service.
This will only be set if the service type is a slice service.
|
![]() | AssociatedTS |
This service's associated transport service.
This will only be set if the service type is a slice service.
|
![]() | AssociatedVS |
This service's associated volume service.
This will only be set if the service type is a slice service.
|
![]() | AsyncResultIDs |
The list of asynchronous jobs currently running for this service.
|
![]() | DriveID |
If this service resides on a drive, the ID of that drive.
|
![]() | DriveIDs | |
![]() | FirstTimeStartup |
Has this service started successfully?
When a new drive is added to the system, the created service will initially have a value of false here.
After the service has started, this value will be set to true.
This can be used to check if the service has ever started.
|
![]() | IpcPort |
The port used for intra-cluster communication.
This will be in the 4000-4100 range.
|
![]() | IscsiPort |
The port used for iSCSI traffic.
This will only be set if the service type is a transport service.
|
![]() | NodeID |
The node this service resides on.
|
![]() | ServiceID |
Unique identifier for this service.
|
![]() | ServiceType | |
![]() | SmartSsdWriteEnabled | |
![]() | StartedDriveIDs | |
![]() | Status |
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString |
Builds a json-enabled string of all the properties and their values in this class.
(Inherited from RpcBase.) |