NetworkVolumes

Type Alias NetworkVolumes 

Source
pub type NetworkVolumes = Vec<NetworkVolume>;
Expand description

List of network volumes.

A collection type representing multiple network volumes, typically returned from API endpoints that list volumes for an account or data center.

Aliased Typeยง

pub struct NetworkVolumes { /* private fields */ }