Méthode | Description | |
---|---|---|
AttachVolumeRequest ( ) : System |
Empty constructor used to set properties independently even when a simple constructor is available
|
|
AttachVolumeRequest ( string volumeId, string instanceId, string device ) : System |
Instantiates AttachVolumeRequest with the parameterized properties
|
Méthode | Description | |
---|---|---|
IsSetDevice ( ) : bool | ||
IsSetInstanceId ( ) : bool | ||
IsSetVolumeId ( ) : bool |
public AttachVolumeRequest ( string volumeId, string instanceId, string device ) : System | ||
volumeId | string | The ID of the EBS volume. The volume and instance must be within the same Availability Zone. |
instanceId | string | The ID of the instance. |
device | string | The device name to expose to the instance (for example, /dev/sdh or xvdh ). |
Résultat | System |