C# Class Amazon.EC2.Model.DetachVolumeRequest

Afficher le fichier Open project: aws/aws-sdk-net Class Usage Examples

Méthodes publiques

Méthode Description
DetachVolumeRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

DetachVolumeRequest ( string volumeId ) : System

Instantiates DetachVolumeRequest with the parameterized properties

Private Methods

Méthode Description
IsSetDevice ( ) : bool
IsSetForce ( ) : bool
IsSetInstanceId ( ) : bool
IsSetVolumeId ( ) : bool

Method Details

DetachVolumeRequest() public méthode

Empty constructor used to set properties independently even when a simple constructor is available
public DetachVolumeRequest ( ) : System
Résultat System

DetachVolumeRequest() public méthode

Instantiates DetachVolumeRequest with the parameterized properties
public DetachVolumeRequest ( string volumeId ) : System
volumeId string The ID of the volume.
Résultat System