Module Values_2.RouteServerAssociationSource

Describes the association between a route server and a VPC. A route server association is the connection established between a route server and a VPC.

Sourcetype nonrec t = {
  1. routeServerId : Values_1.RouteServerId.t option;
    (*

    The ID of the associated route server.

    *)
  2. vpcId : Values_0.VpcId.t option;
    (*

    The ID of the associated VPC.

    *)
  3. state : Values_1.RouteServerAssociationState.t option;
    (*

    The current state of the association.

    *)
}
Sourceval make : ?routeServerId:??? -> ?vpcId:??? -> ?state:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of Values_1.RouteServerId.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