Module Values_4.UnassignPrivateIpAddressesRequestSource

Contains the parameters for UnassignPrivateIpAddresses.

Sourcetype nonrec t = {
  1. ipv4Prefixes : Values_3.IpPrefixList.t option;
    (*

    The IPv4 prefixes to unassign from the network interface.

    *)
  2. networkInterfaceId : Values_0.NetworkInterfaceId.t;
    (*

    The ID of the network interface.

    *)
  3. privateIpAddresses : Values_3.PrivateIpAddressStringList.t option;
    (*

    The secondary private IP addresses to unassign from the network interface. You can specify this option multiple times to unassign more than one IP address.

    *)
}
Sourceval context_ : string
Sourceval make : ?ipv4Prefixes:??? -> ?privateIpAddresses:??? -> networkInterfaceId:Values_0.NetworkInterfaceId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of Values_0.String_.t ] list | `String of Values_0.NetworkInterfaceId.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