C# Class Amazon.EC2.Model.CreateSnapshotRequest

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

Méthodes publiques

Méthode Description
CreateSnapshotRequest ( ) : System

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

CreateSnapshotRequest ( string volumeId, string description ) : System

Instantiates CreateSnapshotRequest with the parameterized properties

Private Methods

Méthode Description
IsSetDescription ( ) : bool
IsSetVolumeId ( ) : bool

Method Details

CreateSnapshotRequest() public méthode

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

CreateSnapshotRequest() public méthode

Instantiates CreateSnapshotRequest with the parameterized properties
public CreateSnapshotRequest ( string volumeId, string description ) : System
volumeId string The ID of the EBS volume.
description string A description for the snapshot.
Résultat System