Base URL: /vdc/storage-systems
248249250251252253254
public StoragePorts storagePorts() { return new StoragePorts(this, client); } public StorageSystems storageSystems() { return new StorageSystems(this, client); }
233234235236237238239