pub trait NetworkDeviceFunctions {
    // Required method
    fn get(
        resource_block_id: String,
        network_interface_id: String
    ) -> NetworkDeviceFunctionsGetResponse;
}

Required Methods§

source

fn get( resource_block_id: String, network_interface_id: String ) -> NetworkDeviceFunctionsGetResponse

Implementors§