Values_1.AsnAssociationSourceAn Autonomous System Number (ASN) and BYOIP CIDR association.
type nonrec t = {asn : Values_0.String_.t option;The association's ASN.
*)cidr : Values_0.String_.t option;The association's CIDR.
*)statusMessage : Values_0.String_.t option;The association's status message.
*)state : Values_0.AsnAssociationState.t option;The association's state.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_0.String_.t ]) list ]