AWS SDK for .NET Documentation
InstanceStatus Class
AmazonAmazon.EC2.ModelInstanceStatus Did this page help you?   Yes   No    Tell us about it...
Information about the status of an instance.
Declaration Syntax
C#
public class InstanceStatus
Members
All MembersConstructorsMethodsProperties



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

AvailabilityZone
The instance's availability zone.

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.)
InstanceId
Instance ID

InstanceState
The current state of the instance.

InstanceStatusDetail
Instance status detail.

InstanceStatusEvent
Extra information regarding instance status.

IsSetAvailabilityZone()()()()
Check if the AvailabilityZone property is set

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

IsSetInstanceState()()()()
Checks if the InstanceState property is set

IsSetInstanceStatusDetail()()()()
Checks if the InstanceStatusDetail property is set

IsSetInstanceStatusEvent()()()()
Checks if the InstanceStatusEvent property is set

IsSetSystemStatusDetail()()()()
Checks if the SystemStatusDetail property is set

SystemStatusDetail
System status detail.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithAvailabilityZone(String) Obsolete.
Sets the instance's availability zone.

WithInstanceId(String) Obsolete.
Sets the instance ID

WithInstanceState(InstanceState) Obsolete.
Sets the current state of the instance.

WithInstanceStatusDetail(InstanceStatusDetail) Obsolete.
Sets the instance status detail.

WithInstanceStatusEvent(List<(Of <<'(InstanceStatusEvent>)>>)) Obsolete.
Sets the extra information regarding instance status.

WithSystemStatusDetail(InstanceStatusDetail) Obsolete.
Sets the system status detail.

Inheritance Hierarchy
Object
InstanceStatus

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