AWS SDK for .NET Documentation
Reservation Class
AmazonAmazon.EC2.ModelReservation Did this page help you?   Yes   No    Tell us about it...
Reservation information.
Declaration Syntax
C#
public class Reservation
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
Reservation()()()()
Initializes a new instance of the Reservation class

Equals(Object)
Determines whether the specified Object is equal to the current 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
Security group IDs for the reservation.

GroupName
Security group names for the reservation.

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
AWS Access Key ID of the user who owns the reservation

RequesterId
ID of the requester.

ReservationId
Unique ID of the reservation.

RunningInstance
Running instances

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithGroupId(array<String>[]()[][]) Obsolete.
Sets the security group IDs for the reservation.

WithGroupName(array<String>[]()[][]) Obsolete.
Sets the security group names for the reservation.

WithOwnerId(String) Obsolete.
Sets the AWS Access Key ID of the user who owns the reservation

WithRequesterId(String) Obsolete.
Sets the ID of the requester.

WithReservationId(String) Obsolete.
Sets the unique ID of the reservation.

WithRunningInstance(array<RunningInstance>[]()[][]) Obsolete.
Sets the running instances

Inheritance Hierarchy
Object
Reservation

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)