Values.DeleteOdbNetworkInputSourceDeletes the specified ODB network.
type nonrec t = {odbNetworkId : ResourceIdOrArn.t;The unique identifier of the ODB network to delete.
*)deleteAssociatedResources : Boolean.t;Specifies whether to delete associated OCI networking resources along with the ODB network.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Boolean.t | `String of ResourceIdOrArn.t ])
list ]