VirtualVolumeBinding Class |
Namespace: SolidFire.Element.Api
public class VirtualVolumeBinding : RpcBase
The VirtualVolumeBinding type exposes the following members.
| Name | Description | |
|---|---|---|
| VirtualVolumeBinding | Initializes a new instance of the VirtualVolumeBinding class |
| Name | Description | |
|---|---|---|
| ProtocolEndpointID |
The unique ID of the protocol endpoint.
| |
| ProtocolEndpointInBandID |
The scsiNAADeviceID of the protocol endpoint. For more information, see protocolEndpoint.
| |
| ProtocolEndpointType |
The type of protocol endpoint. SCSI is the only value returned for the protocol endpoint type.
| |
| VirtualVolumeBindingID |
The unique ID of the virtual volume binding object.
| |
| VirtualVolumeHostID |
The unique ID of the virtual volume host.
| |
| VirtualVolumeID |
The unique ID of the virtual volume.
| |
| VirtualVolumeSecondaryID |
The secondary ID of the virtual volume.
|
| 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.) |