Module Values_2.SecondaryInterfaceSource

Describes a secondary interface.

Sourcetype nonrec t = {
  1. availabilityZone : Values_0.AvailabilityZoneName.t option;
    (*

    The Availability Zone of the secondary interface.

    *)
  2. availabilityZoneId : Values_0.AvailabilityZoneId.t option;
    (*

    The ID of the Availability Zone of the secondary interface.

    *)
  3. attachment : Values_1.SecondaryInterfaceAttachment.t option;
    (*

    The attachment information for the secondary interface.

    *)
  4. macAddress : Values_0.String_.t option;
    (*

    The MAC address of the secondary interface.

    *)
  5. ownerId : Values_0.String_.t option;
    (*

    The ID of the Amazon Web Services account that owns the secondary interface.

    *)
  6. privateIpv4Addresses : Values_1.SecondaryInterfaceIpv4AddressList.t option;
    (*

    The private IPv4 addresses associated with the secondary interface.

    *)
  7. secondaryInterfaceId : Values_0.SecondaryInterfaceId.t option;
    (*

    The ID of the secondary interface.

    *)
  8. secondaryInterfaceArn : Values_0.String_.t option;
    (*

    The Amazon Resource Name (ARN) of the secondary interface.

    *)
  9. secondaryInterfaceType : Values_0.SecondaryInterfaceType.t option;
    (*

    The type of secondary interface.

    *)
  10. secondarySubnetId : Values_0.SecondarySubnetId.t option;
    (*

    The ID of the secondary subnet.

    *)
  11. secondaryNetworkId : Values_0.SecondaryNetworkId.t option;
    (*

    The ID of the secondary network.

    *)
  12. secondaryNetworkType : Values_1.SecondaryNetworkType.t option;
    (*

    The type of the secondary network.

    *)
  13. sourceDestCheck : Values_0.Boolean.t option;
    (*

    Indicates whether source/destination checking is enabled.

    *)
  14. status : Values_0.SecondaryInterfaceStatus.t option;
    (*

    The status of the secondary interface.

    *)
  15. tags : Values_0.TagList.t option;
    (*

    The tags assigned to the secondary interface.

    *)
}
Sourceval make : ?availabilityZone:??? -> ?availabilityZoneId:??? -> ?attachment:??? -> ?macAddress:??? -> ?ownerId:??? -> ?privateIpv4Addresses:??? -> ?secondaryInterfaceId:??? -> ?secondaryInterfaceArn:??? -> ?secondaryInterfaceType:??? -> ?secondarySubnetId:??? -> ?secondaryNetworkId:??? -> ?secondaryNetworkType:??? -> ?sourceDestCheck:??? -> ?status:??? -> ?tags:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Values_0.Boolean.t | `Enum of string | `List of [> `Structure of (string * [> `String of string ]) list ] list | `String of Values_0.AvailabilityZoneName.t | `Structure of (string * [> `Boolean of Values_0.Boolean.t | `Enum of string | `Integer of Values_0.Integer.t | `String of Values_0.String_.t | `Timestamp of Values_0.MillisecondDateTime.t ]) list ]) 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