Module Values_3.AssignedPrivateIpAddressSource

Describes the private IP addresses assigned to a network interface.

Sourcetype nonrec t = {
  1. privateIpAddress : Values_0.String_.t option;
    (*

    The private IP address assigned to the network interface.

    *)
}
Sourceval make : ?privateIpAddress:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.String_.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