Module Values_4.UnassignIpv6AddressesRequestSource

Unassigns the specified IPv6 addresses or Prefix Delegation prefixes from a network interface.

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

    The IPv6 prefixes to unassign from the network interface.

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

    The ID of the network interface.

    *)
  3. ipv6Addresses : Values_3.Ipv6AddressList.t option;
    (*

    The IPv6 addresses to unassign from the network interface.

    *)
}
Sourceval context_ : string
Sourceval make : ?ipv6Prefixes:??? -> ?ipv6Addresses:??? -> 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