waldur-js-client 7.7.6-dev.6 → 7.7.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/types.gen.d.ts +4 -0
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -11680,6 +11680,10 @@ export type OpenStackInstanceCreateOrderAttributes = {
|
|
|
11680
11680
|
* If True, instance will be connected directly to external network
|
|
11681
11681
|
*/
|
|
11682
11682
|
connect_directly_to_external_network?: boolean;
|
|
11683
|
+
/**
|
|
11684
|
+
* Additional data volumes to attach to the instance
|
|
11685
|
+
*/
|
|
11686
|
+
data_volumes?: Array<OpenStackDataVolumeRequest>;
|
|
11683
11687
|
};
|
|
11684
11688
|
/**
|
|
11685
11689
|
* This mixin allows to specify list of fields to be rendered by serializer.
|