Reservation
Namespace: Amazon.EC2.ModelAssembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class Reservation
Public Class Reservation
public ref class Reservation
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| Reservation()()()() | Initializes a new instance of the Reservation class | |
| Equals(Object) | (Inherited from Object.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| GroupId |
Gets and sets the GroupId property.
Ids of the security groups.
| |
| GroupName |
Gets and sets the GroupName property.
Names of the security groups.
| |
| IsSetGroupId()()()() |
Checks if GroupId property is set
| |
| IsSetGroupName()()()() |
Checks if GroupName property is set
| |
| IsSetOwnerId()()()() |
Checks if OwnerId property is set
| |
| IsSetRequesterId()()()() |
Checks if RequesterId property is set
| |
| IsSetReservationId()()()() |
Checks if ReservationId property is set
| |
| IsSetRunningInstance()()()() |
Checks if RunningInstance property is set
| |
| OwnerId |
Gets and sets the OwnerId property.
AWS Access Key ID of the user who owns the
reservation
| |
| RequesterId |
Gets and sets the RequesterId property.
ID of the requester.
| |
| ReservationId |
Gets and sets the ReservationId property.
Unique ID of the reservation.
| |
| RunningInstance |
Gets and sets the RunningInstance property.
Running instance
| |
| ToString()()()() | (Inherited from Object.) | |
| WithGroupId(array<String>[]()[][]) |
Sets the GroupId property
| |
| WithGroupName(array<String>[]()[][]) |
Sets the GroupName property
| |
| WithOwnerId(String) |
Sets the OwnerId property
| |
| WithRequesterId(String) |
Sets the RequesterId property
| |
| WithReservationId(String) |
Sets the ReservationId property
| |
| WithRunningInstance(array<RunningInstance>[]()[][]) |
Sets the RunningInstance property
|