Base URL: /vdc/storage-ports
244245246247248249250
public StoragePools storagePools() { return new StoragePools(this, client); } public StoragePorts storagePorts() { return new StoragePorts(this, client); }
229230231232233234235