Module Values_3.AddressTransferSource

Details on the Elastic IP address transfer. For more information, see Transfer Elastic IP addresses in the Amazon VPC User Guide.

Sourcetype nonrec t = {
  1. publicIp : Values_0.String_.t option;
    (*

    The Elastic IP address being transferred.

    *)
  2. allocationId : Values_0.String_.t option;
    (*

    The allocation ID of an Elastic IP address.

    *)
  3. transferAccountId : Values_0.String_.t option;
    (*

    The ID of the account that you want to transfer the Elastic IP address to.

    *)
  4. transferOfferExpirationTimestamp : Values_0.MillisecondDateTime.t option;
    (*

    The timestamp when the Elastic IP address transfer expired. When the source account starts the transfer, the transfer account has seven hours to allocate the Elastic IP address to complete the transfer, or the Elastic IP address will return to its original owner.

    *)
  5. transferOfferAcceptedTimestamp : Values_0.MillisecondDateTime.t option;
    (*

    The timestamp when the Elastic IP address transfer was accepted.

    *)
  6. addressTransferStatus : Values_1.AddressTransferStatus.t option;
    (*

    The Elastic IP address transfer status.

    *)
}
Sourceval make : ?publicIp:??? -> ?allocationId:??? -> ?transferAccountId:??? -> ?transferOfferExpirationTimestamp:??? -> ?transferOfferAcceptedTimestamp:??? -> ?addressTransferStatus:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of Values_0.String_.t | `Timestamp of Values_0.MillisecondDateTime.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t