Module Values_0.ScheduledInstancesPrivateIpAddressConfigSource

Describes a private IPv4 address for a Scheduled Instance.

Sourcetype nonrec t = {
  1. primary : Boolean.t option;
    (*

    Indicates whether this is a primary IPv4 address. Otherwise, this is a secondary IPv4 address.

    *)
  2. privateIpAddress : String_.t option;
    (*

    The IPv4 address.

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