AWS SDK for .NET Documentation
SpotInstanceRequest Class
AmazonAmazon.EC2.ModelSpotInstanceRequest Did this page help you?   Yes   No    Tell us about it...
A Spot Instance request
Declaration Syntax
C#
public class SpotInstanceRequest
Members
All MembersConstructorsMethodsProperties



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

AvailabilityZoneGroup
The Availability Zone group. If you specify the same Availability Zone group for all Spot Instance requests, all Spot Instances are launched in the same Availability Zone.

CreateTime
Time stamp when the Spot Instance request was fulfilled.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Fault
Fault details for the Spot Instance request, if any.

GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
InstanceId
The instance associated with the Spot Instance Request.

IsSetAvailabilityZoneGroup()()()()
Checks if AvailabilityZoneGroup property is set

IsSetCreateTime()()()()
Checks if CreateTime property is set

IsSetFault()()()()
Checks if Fault property is set

IsSetInstanceId()()()()
Checks if InstanceId property is set

IsSetLaunchedAvailabilityZone()()()()
Checks if LaunchedAvailabilityZone property is set

IsSetLaunchGroup()()()()
Checks if LaunchGroup property is set

IsSetLaunchSpecification()()()()
Checks if LaunchSpecification property is set

IsSetProductDescription()()()()
Checks if ProductDescription property is set

IsSetSpotInstanceRequestId()()()()
Checks if SpotInstanceRequestId property is set

IsSetSpotPrice()()()()
Checks if SpotPrice property is set

IsSetState()()()()
Checks if State property is set

IsSetStatus()()()()
Checks if Status property is set

IsSetTag()()()()
Checks if Tag property is set

IsSetType()()()()
Checks if Type property is set

IsSetValidFrom()()()()
Checks if ValidFrom property is set

IsSetValidUntil()()()()
Checks if ValidUntil property is set

LaunchedAvailabilityZone
The Availability Zone in which the bid is launched.

LaunchGroup
The instance launch group. Launch groups are Spot Instances that launch and terminate together.

LaunchSpecification
Additional launch instance information.

ProductDescription
The product description associated with the Spot Instance.

SpotInstanceRequestId
The ID of the SpotInstanceRequest.

SpotPrice
The maximum price you will pay to launch one or more Spot Instances.

State
The state of the Spot Instance request. Valid values: open | closed | cancelled | failed

Status
Status details for the Spot Instance request, if any.

Tag
A list of tags for the specified resources.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
Type
The instance type (eg. m1.small)

ValidFrom
Start date of the request. If this is a one-time request, the request remains active until all instances launch, the request expires, or the request is canceled. If the request is persistent, it remains active until it expires or is canceled.

ValidUntil
End date of the request. If this is a one-time request, the request remains active until all instances launch, the request expires, or the request is canceled. If the request is persistent, it remains active until it expires or is canceled.

WithAvailabilityZoneGroup(String) Obsolete.
Sets the Availability Zone group.

WithCreateTime(String) Obsolete.
Sets the time stamp when the Spot Instance request was fulfilled.

WithFault(SpotInstanceStateFault) Obsolete.
Sets the fault details for the Spot Instance request.

WithInstanceId(String) Obsolete.
Sets the instance associated with the Spot Instance Request.

WithLaunchedAvailabilityZone(String) Obsolete.
Sets the Availability Zone in which the bid is launched.

WithLaunchGroup(String) Obsolete.
Sets the instance launch group.

WithLaunchSpecification(LaunchSpecification) Obsolete.
Sets the additional launch instance information.

WithProductDescription(String) Obsolete.
Sets the product description associated with the Spot Instance.

WithSpotInstanceRequestId(String) Obsolete.
Sets the ID of the SpotInstanceRequest.

WithSpotPrice(String) Obsolete.
Sets the maximum price you will pay to launch one or more Spot Instances.

WithState(String) Obsolete.
Sets the state of the Spot Instance request.

WithStatus(SpotInstanceStatusMessage) Obsolete.
Sets the status details for the Spot Instance request.

WithTag(array<Tag>[]()[][]) Obsolete.
Sets the tags for the specified resources.

WithType(String) Obsolete.
Sets the instance type (eg. m1.small)

WithValidFrom(String) Obsolete.
Sets the start date of the request.

WithValidUntil(String) Obsolete.
Sets the end date of the request.

Inheritance Hierarchy
Object
SpotInstanceRequest

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