Module Values.InterfaceMappingCreateRequestSource

Used in ClusterNetworkSettingsCreateRequest.

Sourcetype nonrec t = {
  1. logicalInterfaceName : string option;
    (*

    The logical name for one interface (on every Node) that handles a specific type of traffic. We recommend that the name hints at the physical interface it applies to. For example, it could refer to the traffic that the physical interface handles. For example, my-Inputs-Interface.

    *)
  2. networkId : string option;
    (*

    The ID of the network that you want to connect to the specified logicalInterfaceName.

    *)
}
Sourceval make : ?logicalInterfaceName:??? -> ?networkId:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of string ]) 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