C# Class ConoHaNet.Services.Compute.AttachServerVolumeRequest.AttachServerVolumeData

Afficher le fichier Open project: crowdy/OpenStack-ConoHa

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
AttachServerVolumeData ( string device, string volumeId ) : System

Initializes a new instance of the AttachServerVolumeData class with the given device name and volume ID.

Method Details

AttachServerVolumeData() public méthode

Initializes a new instance of the AttachServerVolumeData class with the given device name and volume ID.
If is . If is empty.
public AttachServerVolumeData ( string device, string volumeId ) : System
device string /// The name of the device, such as /dev/xvdb. If the value /// is , an automatically generated device name will be used. ///
volumeId string The volume ID. This is obtained from .
Résultat System