Values_2.InstanceSecondaryInterfaceSpecificationRequestSourceDescribes a secondary interface specification for launching an instance.
type nonrec t = {deleteOnTermination : Values_0.Boolean.t option;Indicates whether the secondary interface is deleted when the instance is terminated. The only supported value for this field is true.
*)deviceIndex : Values_0.Integer.t option;The device index for the secondary interface attachment.
*)privateIpAddresses : Values_1.InstanceSecondaryInterfacePrivateIpAddressListRequest.t
option;The private IPv4 addresses to assign to the secondary interface.
*)privateIpAddressCount : Values_0.Integer.t option;The number of private IPv4 addresses to assign to the secondary interface.
*)secondarySubnetId : Values_0.SecondarySubnetId.t option;The ID of the secondary subnet.
*)interfaceType : Values_0.SecondaryInterfaceType.t option;The type of secondary interface.
*)networkCardIndex : Values_0.Integer.t option;The index of the network card. The network card must support secondary interfaces.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `Enum of string
| `Integer of Values_0.Integer.t
| `List of
[> `Structure of (string * [> `String of string ]) list ] list
| `String of Values_0.SecondarySubnetId.t ])
list ]