Amazon Integrator V6 - Online Help
Amazon Integrator V6
Questions / Feedback?

Instance Event

Lists the information available for each running instance.

Syntax

typedef void __fastcall (__closure *TibaEC2InstanceEvent)(System::TObject* Sender, TibaEC2InstanceEventParams *e);

__property TibaEC2InstanceEvent OnInstance = {read=FOnInstance, write=FOnInstance};

typedef struct {
     String ReservationId;
     String OwnerId;
     String AmiLaunchIndex;
     String InstanceId;
     String PublicDnsName;
     String ImageId;
     int StateCode;
     String StateName;
     String InstanceType;
     String KeyName;
     String LaunchTime;
     String Placement;
     String PrivateDnsName;
     String Reason;
     String KernelId;
     String ProductCodes;
     String RamDiskId;
     String GroupSet;
} TibaEC2InstanceEventParams;

Remarks

This event is fired by calling the method ListInstances.

State codes:

0Pending
16Running
32Shutting Down
48Terminated

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 6.0.6240.0