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

Address Event

Lists each instance and the subsequent public IP linked to that specific instance.

Syntax

typedef void __fastcall (__closure *TibaEC2AddressEvent)(System::TObject* Sender, TibaEC2AddressEventParams *e);

__property TibaEC2AddressEvent OnAddress = {read=FOnAddress, write=FOnAddress};

typedef struct {
     String InstanceId;
     String PublicIp;
} TibaEC2AddressEventParams;

Remarks

This event is triggered by a method call to ListAddresses.

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