@datatr-ux/ovhcloud-types 2.0.24 → 2.0.26
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/cloud/StorageContainer.d.ts +14 -14
- package/dist/cloud/StorageContainer.d.ts.map +1 -1
- package/dist/cloud/StorageContainerCreation.d.ts +8 -8
- package/dist/cloud/StorageContainerCreation.d.ts.map +1 -1
- package/dist/cloud/StorageContainerList.d.ts +9 -9
- package/dist/cloud/StorageContainerList.d.ts.map +1 -1
- package/dist/cloud/StorageContainerUpdate.d.ts +6 -6
- package/dist/cloud/StorageContainerUpdate.d.ts.map +1 -1
- package/dist/cloud/StorageCopyObjectIn.d.ts +4 -4
- package/dist/cloud/StorageCopyObjectIn.d.ts.map +1 -1
- package/dist/cloud/StorageCopyObjectOut.d.ts +3 -3
- package/dist/cloud/StorageCopyObjectOut.d.ts.map +1 -1
- package/dist/cloud/StorageEncryptionObject.d.ts +2 -2
- package/dist/cloud/StorageEncryptionObject.d.ts.map +1 -1
- package/dist/cloud/StorageLockConfiguration.d.ts +3 -3
- package/dist/cloud/StorageLockConfiguration.d.ts.map +1 -1
- package/dist/cloud/StorageLockConfigurationRule.d.ts +3 -3
- package/dist/cloud/StorageLockConfigurationRule.d.ts.map +1 -1
- package/dist/cloud/StorageObject.d.ts +11 -11
- package/dist/cloud/StorageObject.d.ts.map +1 -1
- package/dist/cloud/StorageObjectDelete.d.ts +3 -3
- package/dist/cloud/StorageObjectDelete.d.ts.map +1 -1
- package/dist/cloud/StorageObjectDeleteBulk.d.ts +2 -2
- package/dist/cloud/StorageObjectDeleteBulk.d.ts.map +1 -1
- package/dist/cloud/StorageObjectList.d.ts +13 -11
- package/dist/cloud/StorageObjectList.d.ts.map +1 -1
- package/dist/cloud/StorageObjectRestoreStatus.d.ts +3 -3
- package/dist/cloud/StorageObjectRestoreStatus.d.ts.map +1 -1
- package/dist/cloud/StorageObjectRetentionConfiguration.d.ts +3 -3
- package/dist/cloud/StorageObjectRetentionConfiguration.d.ts.map +1 -1
- package/dist/cloud/StorageObjectUpdate.d.ts +3 -3
- package/dist/cloud/StorageObjectUpdate.d.ts.map +1 -1
- package/dist/cloud/StorageObjectVersion.d.ts +11 -11
- package/dist/cloud/StorageObjectVersion.d.ts.map +1 -1
- package/dist/cloud/StorageReplicationObject.d.ts +2 -2
- package/dist/cloud/StorageReplicationObject.d.ts.map +1 -1
- package/dist/cloud/StorageReplicationObjectIn.d.ts +2 -2
- package/dist/cloud/StorageReplicationObjectIn.d.ts.map +1 -1
- package/dist/cloud/StorageReplicationRuleDestination.d.ts +4 -4
- package/dist/cloud/StorageReplicationRuleDestination.d.ts.map +1 -1
- package/dist/cloud/StorageReplicationRuleDestinationIn.d.ts +4 -4
- package/dist/cloud/StorageReplicationRuleDestinationIn.d.ts.map +1 -1
- package/dist/cloud/StorageReplicationRuleFilter.d.ts +3 -3
- package/dist/cloud/StorageReplicationRuleFilter.d.ts.map +1 -1
- package/dist/cloud/StorageRestoreObjectIn.d.ts +2 -2
- package/dist/cloud/StorageRestoreObjectIn.d.ts.map +1 -1
- package/dist/cloud/StorageVersioningObject.d.ts +2 -2
- package/dist/cloud/StorageVersioningObject.d.ts.map +1 -1
- package/dist/cloud/instance/InstancePriceTypeEnum.d.ts +1 -0
- package/dist/cloud/instance/InstancePriceTypeEnum.d.ts.map +1 -1
- package/dist/cloud/instance/InstancePriceTypeEnum.js +1 -0
- package/dist/cloud/project/ai/app/ScalingAutomaticStrategy.d.ts +6 -0
- package/dist/cloud/project/ai/app/ScalingAutomaticStrategy.d.ts.map +1 -1
- package/dist/cloud/project/ai/app/ScalingAutomaticStrategyInput.d.ts +6 -0
- package/dist/cloud/project/ai/app/ScalingAutomaticStrategyInput.d.ts.map +1 -1
- package/dist/cloud/storage/PolicyRaw.d.ts +2 -2
- package/dist/cloud/storage/PolicyRaw.d.ts.map +1 -1
- package/dist/cloud/storage/PresignedURL.d.ts +4 -4
- package/dist/cloud/storage/PresignedURL.d.ts.map +1 -1
- package/dist/cloud/storage/PresignedURLInput.d.ts +6 -6
- package/dist/cloud/storage/PresignedURLInput.d.ts.map +1 -1
- package/dist/cloud/storage/Quota.d.ts +3 -3
- package/dist/cloud/storage/Quota.d.ts.map +1 -1
- package/dist/cloud/storage/ReplicationRule.d.ts +7 -7
- package/dist/cloud/storage/ReplicationRule.d.ts.map +1 -1
- package/dist/cloud/storage/ReplicationRuleIn.d.ts +7 -7
- package/dist/cloud/storage/ReplicationRuleIn.d.ts.map +1 -1
- package/dist/complexType/UnitAndValueString.d.ts +1 -1
- package/dist/complexType/UnitAndValueString.d.ts.map +1 -1
- package/dist/nutanix/Cluster.d.ts +3 -0
- package/dist/nutanix/Cluster.d.ts.map +1 -1
- package/dist/nutanix/ClusterDetails.d.ts +3 -0
- package/dist/nutanix/ClusterDetails.d.ts.map +1 -1
- package/dist/ovhcloud-types.js +1 -1
- package/package.json +1 -1
|
@@ -3,35 +3,35 @@ import { StorageLockConfiguration } from './StorageLockConfiguration';
|
|
|
3
3
|
import { StorageObjectList } from './StorageObjectList';
|
|
4
4
|
import { StorageReplicationObject } from './StorageReplicationObject';
|
|
5
5
|
import { StorageVersioningObject } from './StorageVersioningObject';
|
|
6
|
-
/**
|
|
6
|
+
/** Object storage container. */
|
|
7
7
|
export interface StorageContainer {
|
|
8
|
-
/** The date and timestamp when the
|
|
8
|
+
/** The date and timestamp when the container was created. */
|
|
9
9
|
createdAt: string;
|
|
10
|
-
/** Encryption configuration */
|
|
10
|
+
/** Encryption configuration. */
|
|
11
11
|
encryption?: StorageEncryptionObject;
|
|
12
|
-
/** Container name */
|
|
12
|
+
/** Container name. */
|
|
13
13
|
name: string;
|
|
14
|
-
/** Object lock configuration */
|
|
14
|
+
/** Object lock configuration. */
|
|
15
15
|
objectLock?: StorageLockConfiguration;
|
|
16
|
-
/** @deprecated Container objects (deprecated) */
|
|
16
|
+
/** @deprecated Container objects (deprecated). */
|
|
17
17
|
objects: StorageObjectList[];
|
|
18
|
-
/** Container total objects count */
|
|
18
|
+
/** Container total objects count. */
|
|
19
19
|
objectsCount: number;
|
|
20
|
-
/** Container total objects size
|
|
20
|
+
/** Container total objects size in bytes. */
|
|
21
21
|
objectsSize: number;
|
|
22
|
-
/** Container owner user ID */
|
|
22
|
+
/** Container owner user ID. */
|
|
23
23
|
ownerId: number;
|
|
24
|
-
/** Container region */
|
|
24
|
+
/** Container region. */
|
|
25
25
|
region: string;
|
|
26
|
-
/** Replication configuration */
|
|
26
|
+
/** Replication configuration. */
|
|
27
27
|
replication?: StorageReplicationObject;
|
|
28
|
-
/** Container tags */
|
|
28
|
+
/** Container tags. */
|
|
29
29
|
tags?: {
|
|
30
30
|
[key: string]: string;
|
|
31
31
|
};
|
|
32
|
-
/** Versioning configuration */
|
|
32
|
+
/** Versioning configuration. */
|
|
33
33
|
versioning?: StorageVersioningObject;
|
|
34
|
-
/** Container virtual host */
|
|
34
|
+
/** Container virtual host. */
|
|
35
35
|
virtualHost: string;
|
|
36
36
|
}
|
|
37
37
|
//# sourceMappingURL=StorageContainer.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StorageContainer.d.ts","sourceRoot":"","sources":["../../generated/types/cloud/StorageContainer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,uCAAuC,CAAC;AAChF,OAAO,EAAE,wBAAwB,EAAE,MAAM,wCAAwC,CAAC;AAClF,OAAO,EAAE,iBAAiB,EAAE,MAAM,iCAAiC,CAAC;AACpE,OAAO,EAAE,wBAAwB,EAAE,MAAM,wCAAwC,CAAC;AAClF,OAAO,EAAE,uBAAuB,EAAE,MAAM,uCAAuC,CAAC;AAEhF,
|
|
1
|
+
{"version":3,"file":"StorageContainer.d.ts","sourceRoot":"","sources":["../../generated/types/cloud/StorageContainer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,uCAAuC,CAAC;AAChF,OAAO,EAAE,wBAAwB,EAAE,MAAM,wCAAwC,CAAC;AAClF,OAAO,EAAE,iBAAiB,EAAE,MAAM,iCAAiC,CAAC;AACpE,OAAO,EAAE,wBAAwB,EAAE,MAAM,wCAAwC,CAAC;AAClF,OAAO,EAAE,uBAAuB,EAAE,MAAM,uCAAuC,CAAC;AAEhF,gCAAgC;AAChC,MAAM,WAAW,gBAAgB;IAC/B,6DAA6D;IAC7D,SAAS,EAAE,MAAM,CAAC;IAClB,gCAAgC;IAChC,UAAU,CAAC,EAAE,uBAAuB,CAAC;IACrC,sBAAsB;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,iCAAiC;IACjC,UAAU,CAAC,EAAE,wBAAwB,CAAC;IACtC,kDAAkD;IAClD,OAAO,EAAE,iBAAiB,EAAE,CAAC;IAC7B,qCAAqC;IACrC,YAAY,EAAE,MAAM,CAAC;IACrB,6CAA6C;IAC7C,WAAW,EAAE,MAAM,CAAC;IACpB,+BAA+B;IAC/B,OAAO,EAAE,MAAM,CAAC;IAChB,wBAAwB;IACxB,MAAM,EAAE,MAAM,CAAC;IACf,iCAAiC;IACjC,WAAW,CAAC,EAAE,wBAAwB,CAAC;IACvC,sBAAsB;IACtB,IAAI,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;IACjC,gCAAgC;IAChC,UAAU,CAAC,EAAE,uBAAuB,CAAC;IACrC,8BAA8B;IAC9B,WAAW,EAAE,MAAM,CAAC;CACrB"}
|
|
@@ -2,23 +2,23 @@ import { StorageEncryptionObject } from './StorageEncryptionObject';
|
|
|
2
2
|
import { StorageLockConfiguration } from './StorageLockConfiguration';
|
|
3
3
|
import { StorageReplicationObjectIn } from './StorageReplicationObjectIn';
|
|
4
4
|
import { StorageVersioningObject } from './StorageVersioningObject';
|
|
5
|
-
/** Create
|
|
5
|
+
/** Create an object storage container. */
|
|
6
6
|
export interface StorageContainerCreation {
|
|
7
|
-
/** Encryption configuration */
|
|
7
|
+
/** Encryption configuration. */
|
|
8
8
|
encryption?: StorageEncryptionObject;
|
|
9
|
-
/** Container name */
|
|
9
|
+
/** Container name. */
|
|
10
10
|
name: string;
|
|
11
|
-
/** Object lock configuration */
|
|
11
|
+
/** Object lock configuration. */
|
|
12
12
|
objectLock?: StorageLockConfiguration;
|
|
13
|
-
/** Container owner user ID */
|
|
13
|
+
/** Container owner user ID. */
|
|
14
14
|
ownerId?: number;
|
|
15
|
-
/** Replication configuration */
|
|
15
|
+
/** Replication configuration. */
|
|
16
16
|
replication?: StorageReplicationObjectIn;
|
|
17
|
-
/** Container tags */
|
|
17
|
+
/** Container tags. */
|
|
18
18
|
tags?: {
|
|
19
19
|
[key: string]: string;
|
|
20
20
|
};
|
|
21
|
-
/** Versioning configuration */
|
|
21
|
+
/** Versioning configuration. */
|
|
22
22
|
versioning?: StorageVersioningObject;
|
|
23
23
|
}
|
|
24
24
|
//# sourceMappingURL=StorageContainerCreation.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StorageContainerCreation.d.ts","sourceRoot":"","sources":["../../generated/types/cloud/StorageContainerCreation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,uCAAuC,CAAC;AAChF,OAAO,EAAE,wBAAwB,EAAE,MAAM,wCAAwC,CAAC;AAClF,OAAO,EAAE,0BAA0B,EAAE,MAAM,0CAA0C,CAAC;AACtF,OAAO,EAAE,uBAAuB,EAAE,MAAM,uCAAuC,CAAC;AAEhF,
|
|
1
|
+
{"version":3,"file":"StorageContainerCreation.d.ts","sourceRoot":"","sources":["../../generated/types/cloud/StorageContainerCreation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,uCAAuC,CAAC;AAChF,OAAO,EAAE,wBAAwB,EAAE,MAAM,wCAAwC,CAAC;AAClF,OAAO,EAAE,0BAA0B,EAAE,MAAM,0CAA0C,CAAC;AACtF,OAAO,EAAE,uBAAuB,EAAE,MAAM,uCAAuC,CAAC;AAEhF,0CAA0C;AAC1C,MAAM,WAAW,wBAAwB;IACvC,gCAAgC;IAChC,UAAU,CAAC,EAAE,uBAAuB,CAAC;IACrC,sBAAsB;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,iCAAiC;IACjC,UAAU,CAAC,EAAE,wBAAwB,CAAC;IACtC,+BAA+B;IAC/B,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,iCAAiC;IACjC,WAAW,CAAC,EAAE,0BAA0B,CAAC;IACzC,sBAAsB;IACtB,IAAI,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;IACjC,gCAAgC;IAChC,UAAU,CAAC,EAAE,uBAAuB,CAAC;CACtC"}
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
import { StorageObjectList } from './StorageObjectList';
|
|
2
|
-
/**
|
|
2
|
+
/** Object storage container. */
|
|
3
3
|
export interface StorageContainerList {
|
|
4
|
-
/** The date and timestamp when the
|
|
4
|
+
/** The date and timestamp when the container was created. */
|
|
5
5
|
createdAt: string;
|
|
6
|
-
/** Container name */
|
|
6
|
+
/** Container name. */
|
|
7
7
|
name: string;
|
|
8
|
-
/** @deprecated Container objects (deprecated) */
|
|
8
|
+
/** @deprecated Container objects (deprecated). */
|
|
9
9
|
objects: StorageObjectList[];
|
|
10
|
-
/** Container total objects count */
|
|
10
|
+
/** Container total objects count. */
|
|
11
11
|
objectsCount: number;
|
|
12
|
-
/** Container total objects size
|
|
12
|
+
/** Container total objects size in bytes. */
|
|
13
13
|
objectsSize: number;
|
|
14
|
-
/** Container owner user ID */
|
|
14
|
+
/** Container owner user ID. */
|
|
15
15
|
ownerId: number;
|
|
16
|
-
/** Container region */
|
|
16
|
+
/** Container region. */
|
|
17
17
|
region: string;
|
|
18
|
-
/** Container virtual host */
|
|
18
|
+
/** Container virtual host. */
|
|
19
19
|
virtualHost: string;
|
|
20
20
|
}
|
|
21
21
|
//# sourceMappingURL=StorageContainerList.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StorageContainerList.d.ts","sourceRoot":"","sources":["../../generated/types/cloud/StorageContainerList.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,iCAAiC,CAAC;AAEpE,
|
|
1
|
+
{"version":3,"file":"StorageContainerList.d.ts","sourceRoot":"","sources":["../../generated/types/cloud/StorageContainerList.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,iCAAiC,CAAC;AAEpE,gCAAgC;AAChC,MAAM,WAAW,oBAAoB;IACnC,6DAA6D;IAC7D,SAAS,EAAE,MAAM,CAAC;IAClB,sBAAsB;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,kDAAkD;IAClD,OAAO,EAAE,iBAAiB,EAAE,CAAC;IAC7B,qCAAqC;IACrC,YAAY,EAAE,MAAM,CAAC;IACrB,6CAA6C;IAC7C,WAAW,EAAE,MAAM,CAAC;IACpB,+BAA+B;IAC/B,OAAO,EAAE,MAAM,CAAC;IAChB,wBAAwB;IACxB,MAAM,EAAE,MAAM,CAAC;IACf,8BAA8B;IAC9B,WAAW,EAAE,MAAM,CAAC;CACrB"}
|
|
@@ -2,19 +2,19 @@ import { StorageEncryptionObject } from './StorageEncryptionObject';
|
|
|
2
2
|
import { StorageLockConfiguration } from './StorageLockConfiguration';
|
|
3
3
|
import { StorageReplicationObjectIn } from './StorageReplicationObjectIn';
|
|
4
4
|
import { StorageVersioningObject } from './StorageVersioningObject';
|
|
5
|
-
/** Create
|
|
5
|
+
/** Create an object storage container. */
|
|
6
6
|
export interface StorageContainerUpdate {
|
|
7
|
-
/** Encryption configuration */
|
|
7
|
+
/** Encryption configuration. */
|
|
8
8
|
encryption?: StorageEncryptionObject;
|
|
9
|
-
/** Object lock configuration */
|
|
9
|
+
/** Object lock configuration. */
|
|
10
10
|
objectLock?: StorageLockConfiguration;
|
|
11
|
-
/** Replication configuration */
|
|
11
|
+
/** Replication configuration. */
|
|
12
12
|
replication?: StorageReplicationObjectIn;
|
|
13
|
-
/** Container tags */
|
|
13
|
+
/** Container tags. */
|
|
14
14
|
tags?: {
|
|
15
15
|
[key: string]: string;
|
|
16
16
|
};
|
|
17
|
-
/** Versioning configuration */
|
|
17
|
+
/** Versioning configuration. */
|
|
18
18
|
versioning?: StorageVersioningObject;
|
|
19
19
|
}
|
|
20
20
|
//# sourceMappingURL=StorageContainerUpdate.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StorageContainerUpdate.d.ts","sourceRoot":"","sources":["../../generated/types/cloud/StorageContainerUpdate.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,uCAAuC,CAAC;AAChF,OAAO,EAAE,wBAAwB,EAAE,MAAM,wCAAwC,CAAC;AAClF,OAAO,EAAE,0BAA0B,EAAE,MAAM,0CAA0C,CAAC;AACtF,OAAO,EAAE,uBAAuB,EAAE,MAAM,uCAAuC,CAAC;AAEhF,
|
|
1
|
+
{"version":3,"file":"StorageContainerUpdate.d.ts","sourceRoot":"","sources":["../../generated/types/cloud/StorageContainerUpdate.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,uCAAuC,CAAC;AAChF,OAAO,EAAE,wBAAwB,EAAE,MAAM,wCAAwC,CAAC;AAClF,OAAO,EAAE,0BAA0B,EAAE,MAAM,0CAA0C,CAAC;AACtF,OAAO,EAAE,uBAAuB,EAAE,MAAM,uCAAuC,CAAC;AAEhF,0CAA0C;AAC1C,MAAM,WAAW,sBAAsB;IACrC,gCAAgC;IAChC,UAAU,CAAC,EAAE,uBAAuB,CAAC;IACrC,iCAAiC;IACjC,UAAU,CAAC,EAAE,wBAAwB,CAAC;IACtC,iCAAiC;IACjC,WAAW,CAAC,EAAE,0BAA0B,CAAC;IACzC,sBAAsB;IACtB,IAAI,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;IACjC,gCAAgC;IAChC,UAAU,CAAC,EAAE,uBAAuB,CAAC;CACtC"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { StorageClassEnum } from './storage/StorageClassEnum';
|
|
2
|
-
/** Copy object input */
|
|
2
|
+
/** Copy object input. */
|
|
3
3
|
export interface StorageCopyObjectIn {
|
|
4
|
-
/** Target Storage class */
|
|
4
|
+
/** Target Storage class. When copying an object within the same bucket with the same key, specify a different storage class to change an object's storage class. */
|
|
5
5
|
storageClass?: StorageClassEnum;
|
|
6
|
-
/** Target bucket name */
|
|
6
|
+
/** Target bucket name. Can be the same as source bucket name to copy an object within the same bucket. */
|
|
7
7
|
targetBucket: string;
|
|
8
|
-
/** Target object key */
|
|
8
|
+
/** Target object key. */
|
|
9
9
|
targetKey: string;
|
|
10
10
|
}
|
|
11
11
|
//# sourceMappingURL=StorageCopyObjectIn.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StorageCopyObjectIn.d.ts","sourceRoot":"","sources":["../../generated/types/cloud/StorageCopyObjectIn.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,wCAAwC,CAAC;AAE1E,
|
|
1
|
+
{"version":3,"file":"StorageCopyObjectIn.d.ts","sourceRoot":"","sources":["../../generated/types/cloud/StorageCopyObjectIn.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,wCAAwC,CAAC;AAE1E,yBAAyB;AACzB,MAAM,WAAW,mBAAmB;IAClC,oKAAoK;IACpK,YAAY,CAAC,EAAE,gBAAgB,CAAC;IAChC,0GAA0G;IAC1G,YAAY,EAAE,MAAM,CAAC;IACrB,yBAAyB;IACzB,SAAS,EAAE,MAAM,CAAC;CACnB"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
/** Copy object output */
|
|
1
|
+
/** Copy object output. */
|
|
2
2
|
export interface StorageCopyObjectOut {
|
|
3
|
-
/**
|
|
3
|
+
/** The entity tag is a hash of the object that reflects changes only to the contents. */
|
|
4
4
|
etag: string;
|
|
5
|
-
/** Version ID of the copied object */
|
|
5
|
+
/** Version ID of the copied object. */
|
|
6
6
|
versionId?: string;
|
|
7
7
|
}
|
|
8
8
|
//# sourceMappingURL=StorageCopyObjectOut.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StorageCopyObjectOut.d.ts","sourceRoot":"","sources":["../../generated/types/cloud/StorageCopyObjectOut.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"StorageCopyObjectOut.d.ts","sourceRoot":"","sources":["../../generated/types/cloud/StorageCopyObjectOut.ts"],"names":[],"mappings":"AAAA,0BAA0B;AAC1B,MAAM,WAAW,oBAAoB;IACnC,yFAAyF;IACzF,IAAI,EAAE,MAAM,CAAC;IACb,uCAAuC;IACvC,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EncryptionAlgorithmEnum } from './storage/EncryptionAlgorithmEnum';
|
|
2
|
-
/**
|
|
2
|
+
/** Encryption configuration. */
|
|
3
3
|
export interface StorageEncryptionObject {
|
|
4
|
-
/** Encryption algorithm */
|
|
4
|
+
/** Encryption algorithm. */
|
|
5
5
|
sseAlgorithm?: EncryptionAlgorithmEnum;
|
|
6
6
|
}
|
|
7
7
|
//# sourceMappingURL=StorageEncryptionObject.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StorageEncryptionObject.d.ts","sourceRoot":"","sources":["../../generated/types/cloud/StorageEncryptionObject.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,+CAA+C,CAAC;AAExF,
|
|
1
|
+
{"version":3,"file":"StorageEncryptionObject.d.ts","sourceRoot":"","sources":["../../generated/types/cloud/StorageEncryptionObject.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,+CAA+C,CAAC;AAExF,gCAAgC;AAChC,MAAM,WAAW,uBAAuB;IACtC,4BAA4B;IAC5B,YAAY,CAAC,EAAE,uBAAuB,CAAC;CACxC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { ObjectLockStatusEnum } from './storage/ObjectLockStatusEnum';
|
|
2
2
|
import { StorageLockConfigurationRule } from './StorageLockConfigurationRule';
|
|
3
|
-
/** Object */
|
|
3
|
+
/** Object lock configuration. */
|
|
4
4
|
export interface StorageLockConfiguration {
|
|
5
|
-
/** Object lock default rule */
|
|
5
|
+
/** Object lock default rule. */
|
|
6
6
|
rule?: StorageLockConfigurationRule;
|
|
7
|
-
/** Object lock status */
|
|
7
|
+
/** Object lock status. */
|
|
8
8
|
status: ObjectLockStatusEnum;
|
|
9
9
|
}
|
|
10
10
|
//# sourceMappingURL=StorageLockConfiguration.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StorageLockConfiguration.d.ts","sourceRoot":"","sources":["../../generated/types/cloud/StorageLockConfiguration.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,4CAA4C,CAAC;AAClF,OAAO,EAAE,4BAA4B,EAAE,MAAM,4CAA4C,CAAC;AAE1F,
|
|
1
|
+
{"version":3,"file":"StorageLockConfiguration.d.ts","sourceRoot":"","sources":["../../generated/types/cloud/StorageLockConfiguration.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,4CAA4C,CAAC;AAClF,OAAO,EAAE,4BAA4B,EAAE,MAAM,4CAA4C,CAAC;AAE1F,iCAAiC;AACjC,MAAM,WAAW,wBAAwB;IACvC,gCAAgC;IAChC,IAAI,CAAC,EAAE,4BAA4B,CAAC;IACpC,0BAA0B;IAC1B,MAAM,EAAE,oBAAoB,CAAC;CAC9B"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { ObjectLockModeEnum } from './storage/ObjectLockModeEnum';
|
|
2
|
-
/** Object */
|
|
2
|
+
/** Object lock default configuration rule. */
|
|
3
3
|
export interface StorageLockConfigurationRule {
|
|
4
|
-
/** Object lock mode */
|
|
4
|
+
/** Object lock mode. */
|
|
5
5
|
mode: ObjectLockModeEnum;
|
|
6
|
-
/** The retention period that the default retention configuration must apply */
|
|
6
|
+
/** The retention period that the default retention configuration must apply. */
|
|
7
7
|
period: string;
|
|
8
8
|
}
|
|
9
9
|
//# sourceMappingURL=StorageLockConfigurationRule.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StorageLockConfigurationRule.d.ts","sourceRoot":"","sources":["../../generated/types/cloud/StorageLockConfigurationRule.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,0CAA0C,CAAC;AAE9E,
|
|
1
|
+
{"version":3,"file":"StorageLockConfigurationRule.d.ts","sourceRoot":"","sources":["../../generated/types/cloud/StorageLockConfigurationRule.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,0CAA0C,CAAC;AAE9E,8CAA8C;AAC9C,MAAM,WAAW,4BAA4B;IAC3C,wBAAwB;IACxB,IAAI,EAAE,kBAAkB,CAAC;IACzB,gFAAgF;IAChF,MAAM,EAAE,MAAM,CAAC;CAChB"}
|
|
@@ -4,27 +4,27 @@ import { StorageObjectRestoreStatus } from './StorageObjectRestoreStatus';
|
|
|
4
4
|
import { StorageObjectRetentionConfiguration } from './StorageObjectRetentionConfiguration';
|
|
5
5
|
/** Object */
|
|
6
6
|
export interface StorageObject {
|
|
7
|
-
/**
|
|
7
|
+
/** The entity tag is a hash of the object that reflects changes only to the contents. The etag is omitted when isDeleteMarker is true. */
|
|
8
8
|
etag: string;
|
|
9
|
-
/**
|
|
9
|
+
/** True when the entry represents a delete marker. This field is included only when using withVersions set to true. */
|
|
10
10
|
isDeleteMarker?: boolean;
|
|
11
|
-
/**
|
|
11
|
+
/** True when the entry is the latest version of the object or delete marker. */
|
|
12
12
|
isLatest?: boolean;
|
|
13
|
-
/**
|
|
13
|
+
/** The name assigned to an object. Use the object key to retrieve the object. */
|
|
14
14
|
key: string;
|
|
15
|
-
/** Last modification date */
|
|
15
|
+
/** Last modification date. */
|
|
16
16
|
lastModified: string;
|
|
17
|
-
/** Object legal hold status */
|
|
17
|
+
/** Object legal hold status. */
|
|
18
18
|
legalHold?: ObjectLegalHoldStatusEnum;
|
|
19
|
-
/** Object lock retention configuration */
|
|
19
|
+
/** Object lock retention configuration, if any. */
|
|
20
20
|
lock?: StorageObjectRetentionConfiguration;
|
|
21
|
-
/**
|
|
21
|
+
/** Specifies the restoration status of an object, if any. Objects in certain storage classes must be restored before they can be retrieved. */
|
|
22
22
|
restoreStatus?: StorageObjectRestoreStatus;
|
|
23
|
-
/** Size
|
|
23
|
+
/** Size in bytes of the object. */
|
|
24
24
|
size: number;
|
|
25
|
-
/**
|
|
25
|
+
/** The storage class used to store the object. */
|
|
26
26
|
storageClass?: StorageClassEnum;
|
|
27
|
-
/**
|
|
27
|
+
/** The version ID of the object. */
|
|
28
28
|
versionId?: string;
|
|
29
29
|
}
|
|
30
30
|
//# sourceMappingURL=StorageObject.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StorageObject.d.ts","sourceRoot":"","sources":["../../generated/types/cloud/StorageObject.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,yBAAyB,EAAE,MAAM,iDAAiD,CAAC;AAC5F,OAAO,EAAE,gBAAgB,EAAE,MAAM,wCAAwC,CAAC;AAC1E,OAAO,EAAE,0BAA0B,EAAE,MAAM,0CAA0C,CAAC;AACtF,OAAO,EAAE,mCAAmC,EAAE,MAAM,mDAAmD,CAAC;AAExG,aAAa;AACb,MAAM,WAAW,aAAa;IAC5B,
|
|
1
|
+
{"version":3,"file":"StorageObject.d.ts","sourceRoot":"","sources":["../../generated/types/cloud/StorageObject.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,yBAAyB,EAAE,MAAM,iDAAiD,CAAC;AAC5F,OAAO,EAAE,gBAAgB,EAAE,MAAM,wCAAwC,CAAC;AAC1E,OAAO,EAAE,0BAA0B,EAAE,MAAM,0CAA0C,CAAC;AACtF,OAAO,EAAE,mCAAmC,EAAE,MAAM,mDAAmD,CAAC;AAExG,aAAa;AACb,MAAM,WAAW,aAAa;IAC5B,0IAA0I;IAC1I,IAAI,EAAE,MAAM,CAAC;IACb,uHAAuH;IACvH,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,gFAAgF;IAChF,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,iFAAiF;IACjF,GAAG,EAAE,MAAM,CAAC;IACZ,8BAA8B;IAC9B,YAAY,EAAE,MAAM,CAAC;IACrB,gCAAgC;IAChC,SAAS,CAAC,EAAE,yBAAyB,CAAC;IACtC,mDAAmD;IACnD,IAAI,CAAC,EAAE,mCAAmC,CAAC;IAC3C,+IAA+I;IAC/I,aAAa,CAAC,EAAE,0BAA0B,CAAC;IAC3C,mCAAmC;IACnC,IAAI,EAAE,MAAM,CAAC;IACb,kDAAkD;IAClD,YAAY,CAAC,EAAE,gBAAgB,CAAC;IAChC,oCAAoC;IACpC,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
/** Object to delete */
|
|
1
|
+
/** Object to delete. */
|
|
2
2
|
export interface StorageObjectDelete {
|
|
3
|
-
/** Key */
|
|
3
|
+
/** Key of the object. */
|
|
4
4
|
key: string;
|
|
5
|
-
/** Version ID of the object */
|
|
5
|
+
/** Version ID of the object. */
|
|
6
6
|
versionId?: string;
|
|
7
7
|
}
|
|
8
8
|
//# sourceMappingURL=StorageObjectDelete.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StorageObjectDelete.d.ts","sourceRoot":"","sources":["../../generated/types/cloud/StorageObjectDelete.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"StorageObjectDelete.d.ts","sourceRoot":"","sources":["../../generated/types/cloud/StorageObjectDelete.ts"],"names":[],"mappings":"AAAA,wBAAwB;AACxB,MAAM,WAAW,mBAAmB;IAClC,yBAAyB;IACzB,GAAG,EAAE,MAAM,CAAC;IACZ,gCAAgC;IAChC,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { StorageObjectDelete } from './StorageObjectDelete';
|
|
2
|
-
/** Objects to delete */
|
|
2
|
+
/** Objects to delete. */
|
|
3
3
|
export interface StorageObjectDeleteBulk {
|
|
4
|
-
/** Objects to delete */
|
|
4
|
+
/** Objects to delete. */
|
|
5
5
|
objects: StorageObjectDelete[];
|
|
6
6
|
}
|
|
7
7
|
//# sourceMappingURL=StorageObjectDeleteBulk.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StorageObjectDeleteBulk.d.ts","sourceRoot":"","sources":["../../generated/types/cloud/StorageObjectDeleteBulk.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,mCAAmC,CAAC;AAExE,
|
|
1
|
+
{"version":3,"file":"StorageObjectDeleteBulk.d.ts","sourceRoot":"","sources":["../../generated/types/cloud/StorageObjectDeleteBulk.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,mCAAmC,CAAC;AAExE,yBAAyB;AACzB,MAAM,WAAW,uBAAuB;IACtC,yBAAyB;IACzB,OAAO,EAAE,mBAAmB,EAAE,CAAC;CAChC"}
|
|
@@ -2,23 +2,25 @@ import { StorageClassEnum } from './storage/StorageClassEnum';
|
|
|
2
2
|
import { StorageObjectRestoreStatus } from './StorageObjectRestoreStatus';
|
|
3
3
|
/** Object */
|
|
4
4
|
export interface StorageObjectList {
|
|
5
|
-
/**
|
|
6
|
-
etag
|
|
7
|
-
/**
|
|
5
|
+
/** The entity tag is a hash of the object that reflects changes only to the contents. The etag is omitted when isDeleteMarker or isCommonPrefix is true. */
|
|
6
|
+
etag?: string;
|
|
7
|
+
/** True when the entry represents a common prefix. This field is included only when specifying a delimiter. */
|
|
8
|
+
isCommonPrefix?: boolean;
|
|
9
|
+
/** True when the entry represents a delete marker. This field is included only when using withVersions set to true. */
|
|
8
10
|
isDeleteMarker?: boolean;
|
|
9
|
-
/**
|
|
11
|
+
/** True when the entry is the latest version of the object or delete marker. */
|
|
10
12
|
isLatest?: boolean;
|
|
11
|
-
/**
|
|
13
|
+
/** The name assigned to an object. Use the object key to retrieve the object. */
|
|
12
14
|
key: string;
|
|
13
|
-
/** Last modification date */
|
|
14
|
-
lastModified
|
|
15
|
-
/**
|
|
15
|
+
/** Last modification date. This field is omitted when isCommonPrefix is true. */
|
|
16
|
+
lastModified?: string;
|
|
17
|
+
/** Specifies the restoration status of an object, if any. Objects in certain storage classes must be restored before they can be retrieved. */
|
|
16
18
|
restoreStatus?: StorageObjectRestoreStatus;
|
|
17
|
-
/** Size
|
|
19
|
+
/** Size in bytes of the object. */
|
|
18
20
|
size: number;
|
|
19
|
-
/**
|
|
21
|
+
/** The storage class used to store the object. */
|
|
20
22
|
storageClass?: StorageClassEnum;
|
|
21
|
-
/**
|
|
23
|
+
/** The version ID of the object. */
|
|
22
24
|
versionId?: string;
|
|
23
25
|
}
|
|
24
26
|
//# sourceMappingURL=StorageObjectList.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StorageObjectList.d.ts","sourceRoot":"","sources":["../../generated/types/cloud/StorageObjectList.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,wCAAwC,CAAC;AAC1E,OAAO,EAAE,0BAA0B,EAAE,MAAM,0CAA0C,CAAC;AAEtF,aAAa;AACb,MAAM,WAAW,iBAAiB;IAChC,
|
|
1
|
+
{"version":3,"file":"StorageObjectList.d.ts","sourceRoot":"","sources":["../../generated/types/cloud/StorageObjectList.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,wCAAwC,CAAC;AAC1E,OAAO,EAAE,0BAA0B,EAAE,MAAM,0CAA0C,CAAC;AAEtF,aAAa;AACb,MAAM,WAAW,iBAAiB;IAChC,4JAA4J;IAC5J,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,+GAA+G;IAC/G,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,uHAAuH;IACvH,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,gFAAgF;IAChF,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,iFAAiF;IACjF,GAAG,EAAE,MAAM,CAAC;IACZ,iFAAiF;IACjF,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,+IAA+I;IAC/I,aAAa,CAAC,EAAE,0BAA0B,CAAC;IAC3C,mCAAmC;IACnC,IAAI,EAAE,MAAM,CAAC;IACb,kDAAkD;IAClD,YAAY,CAAC,EAAE,gBAAgB,CAAC;IAChC,oCAAoC;IACpC,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
/**
|
|
1
|
+
/** Specifies the restoration status of an object. Objects in certain storage classes must be restored before they can be retrieved. */
|
|
2
2
|
export interface StorageObjectRestoreStatus {
|
|
3
|
-
/** Indicates when the restored copy will expire */
|
|
3
|
+
/** Indicates when the restored copy will expire. */
|
|
4
4
|
expireDate?: string;
|
|
5
|
-
/** Specifies whether the object is currently being restored */
|
|
5
|
+
/** Specifies whether the object is currently being restored. */
|
|
6
6
|
inProgress: boolean;
|
|
7
7
|
}
|
|
8
8
|
//# sourceMappingURL=StorageObjectRestoreStatus.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StorageObjectRestoreStatus.d.ts","sourceRoot":"","sources":["../../generated/types/cloud/StorageObjectRestoreStatus.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"StorageObjectRestoreStatus.d.ts","sourceRoot":"","sources":["../../generated/types/cloud/StorageObjectRestoreStatus.ts"],"names":[],"mappings":"AAAA,uIAAuI;AACvI,MAAM,WAAW,0BAA0B;IACzC,oDAAoD;IACpD,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,gEAAgE;IAChE,UAAU,EAAE,OAAO,CAAC;CACrB"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { ObjectLockModeEnum } from './storage/ObjectLockModeEnum';
|
|
2
|
-
/** Object */
|
|
2
|
+
/** Object retention configuration. */
|
|
3
3
|
export interface StorageObjectRetentionConfiguration {
|
|
4
|
-
/** Object lock mode */
|
|
4
|
+
/** Object lock retention mode. */
|
|
5
5
|
mode: ObjectLockModeEnum;
|
|
6
|
-
/** The date on which this
|
|
6
|
+
/** The date on which this object lock retention will expire. */
|
|
7
7
|
retainUntil: string;
|
|
8
8
|
}
|
|
9
9
|
//# sourceMappingURL=StorageObjectRetentionConfiguration.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StorageObjectRetentionConfiguration.d.ts","sourceRoot":"","sources":["../../generated/types/cloud/StorageObjectRetentionConfiguration.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,0CAA0C,CAAC;AAE9E,
|
|
1
|
+
{"version":3,"file":"StorageObjectRetentionConfiguration.d.ts","sourceRoot":"","sources":["../../generated/types/cloud/StorageObjectRetentionConfiguration.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,0CAA0C,CAAC;AAE9E,sCAAsC;AACtC,MAAM,WAAW,mCAAmC;IAClD,kCAAkC;IAClC,IAAI,EAAE,kBAAkB,CAAC;IACzB,gEAAgE;IAChE,WAAW,EAAE,MAAM,CAAC;CACrB"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { ObjectLegalHoldStatusEnum } from './storage/ObjectLegalHoldStatusEnum';
|
|
2
2
|
import { StorageObjectRetentionConfiguration } from './StorageObjectRetentionConfiguration';
|
|
3
|
-
/** Create a container */
|
|
3
|
+
/** Create a container. */
|
|
4
4
|
export interface StorageObjectUpdate {
|
|
5
|
-
/** Object legal hold status */
|
|
5
|
+
/** Object legal hold status. */
|
|
6
6
|
legalHold?: ObjectLegalHoldStatusEnum;
|
|
7
|
-
/** Object lock retention configuration */
|
|
7
|
+
/** Object lock retention configuration. */
|
|
8
8
|
lock?: StorageObjectRetentionConfiguration;
|
|
9
9
|
}
|
|
10
10
|
//# sourceMappingURL=StorageObjectUpdate.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StorageObjectUpdate.d.ts","sourceRoot":"","sources":["../../generated/types/cloud/StorageObjectUpdate.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,yBAAyB,EAAE,MAAM,iDAAiD,CAAC;AAC5F,OAAO,EAAE,mCAAmC,EAAE,MAAM,mDAAmD,CAAC;AAExG,
|
|
1
|
+
{"version":3,"file":"StorageObjectUpdate.d.ts","sourceRoot":"","sources":["../../generated/types/cloud/StorageObjectUpdate.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,yBAAyB,EAAE,MAAM,iDAAiD,CAAC;AAC5F,OAAO,EAAE,mCAAmC,EAAE,MAAM,mDAAmD,CAAC;AAExG,0BAA0B;AAC1B,MAAM,WAAW,mBAAmB;IAClC,gCAAgC;IAChC,SAAS,CAAC,EAAE,yBAAyB,CAAC;IACtC,2CAA2C;IAC3C,IAAI,CAAC,EAAE,mCAAmC,CAAC;CAC5C"}
|
|
@@ -4,27 +4,27 @@ import { StorageObjectRestoreStatus } from './StorageObjectRestoreStatus';
|
|
|
4
4
|
import { StorageObjectRetentionConfiguration } from './StorageObjectRetentionConfiguration';
|
|
5
5
|
/** Object */
|
|
6
6
|
export interface StorageObjectVersion {
|
|
7
|
-
/**
|
|
7
|
+
/** The entity tag is a hash of the object that reflects changes only to the contents. The etag is omitted when isDeleteMarker is true. */
|
|
8
8
|
etag: string;
|
|
9
|
-
/**
|
|
9
|
+
/** True when the entry represents a delete marker. This field is included only when using withVersions set to true. */
|
|
10
10
|
isDeleteMarker?: boolean;
|
|
11
|
-
/**
|
|
11
|
+
/** True when the entry is the latest version of the object or delete marker. */
|
|
12
12
|
isLatest?: boolean;
|
|
13
|
-
/**
|
|
13
|
+
/** The name assigned to an object. Use the object key to retrieve the object. */
|
|
14
14
|
key: string;
|
|
15
|
-
/** Last modification date */
|
|
15
|
+
/** Last modification date. */
|
|
16
16
|
lastModified: string;
|
|
17
|
-
/** Object legal hold status */
|
|
17
|
+
/** Object legal hold status. */
|
|
18
18
|
legalHold?: ObjectLegalHoldStatusEnum;
|
|
19
|
-
/** Object lock retention configuration */
|
|
19
|
+
/** Object lock retention configuration, if any. */
|
|
20
20
|
lock?: StorageObjectRetentionConfiguration;
|
|
21
|
-
/**
|
|
21
|
+
/** Specifies the restoration status of an object, if any. Objects in certain storage classes must be restored before they can be retrieved. */
|
|
22
22
|
restoreStatus?: StorageObjectRestoreStatus;
|
|
23
|
-
/** Size
|
|
23
|
+
/** Size in bytes of the object. */
|
|
24
24
|
size: number;
|
|
25
|
-
/**
|
|
25
|
+
/** The storage class used to store the object. */
|
|
26
26
|
storageClass?: StorageClassEnum;
|
|
27
|
-
/**
|
|
27
|
+
/** The version ID of the object. */
|
|
28
28
|
versionId: string;
|
|
29
29
|
}
|
|
30
30
|
//# sourceMappingURL=StorageObjectVersion.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StorageObjectVersion.d.ts","sourceRoot":"","sources":["../../generated/types/cloud/StorageObjectVersion.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,yBAAyB,EAAE,MAAM,iDAAiD,CAAC;AAC5F,OAAO,EAAE,gBAAgB,EAAE,MAAM,wCAAwC,CAAC;AAC1E,OAAO,EAAE,0BAA0B,EAAE,MAAM,0CAA0C,CAAC;AACtF,OAAO,EAAE,mCAAmC,EAAE,MAAM,mDAAmD,CAAC;AAExG,aAAa;AACb,MAAM,WAAW,oBAAoB;IACnC,
|
|
1
|
+
{"version":3,"file":"StorageObjectVersion.d.ts","sourceRoot":"","sources":["../../generated/types/cloud/StorageObjectVersion.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,yBAAyB,EAAE,MAAM,iDAAiD,CAAC;AAC5F,OAAO,EAAE,gBAAgB,EAAE,MAAM,wCAAwC,CAAC;AAC1E,OAAO,EAAE,0BAA0B,EAAE,MAAM,0CAA0C,CAAC;AACtF,OAAO,EAAE,mCAAmC,EAAE,MAAM,mDAAmD,CAAC;AAExG,aAAa;AACb,MAAM,WAAW,oBAAoB;IACnC,0IAA0I;IAC1I,IAAI,EAAE,MAAM,CAAC;IACb,uHAAuH;IACvH,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,gFAAgF;IAChF,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,iFAAiF;IACjF,GAAG,EAAE,MAAM,CAAC;IACZ,8BAA8B;IAC9B,YAAY,EAAE,MAAM,CAAC;IACrB,gCAAgC;IAChC,SAAS,CAAC,EAAE,yBAAyB,CAAC;IACtC,mDAAmD;IACnD,IAAI,CAAC,EAAE,mCAAmC,CAAC;IAC3C,+IAA+I;IAC/I,aAAa,CAAC,EAAE,0BAA0B,CAAC;IAC3C,mCAAmC;IACnC,IAAI,EAAE,MAAM,CAAC;IACb,kDAAkD;IAClD,YAAY,CAAC,EAAE,gBAAgB,CAAC;IAChC,oCAAoC;IACpC,SAAS,EAAE,MAAM,CAAC;CACnB"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ReplicationRule } from './storage/ReplicationRule';
|
|
2
|
-
/** Object Storage replication configuration */
|
|
2
|
+
/** Object Storage replication configuration. */
|
|
3
3
|
export interface StorageReplicationObject {
|
|
4
|
-
/** Replication rules */
|
|
4
|
+
/** Replication rules. */
|
|
5
5
|
rules?: ReplicationRule[];
|
|
6
6
|
}
|
|
7
7
|
//# sourceMappingURL=StorageReplicationObject.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StorageReplicationObject.d.ts","sourceRoot":"","sources":["../../generated/types/cloud/StorageReplicationObject.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,uCAAuC,CAAC;AAExE
|
|
1
|
+
{"version":3,"file":"StorageReplicationObject.d.ts","sourceRoot":"","sources":["../../generated/types/cloud/StorageReplicationObject.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,uCAAuC,CAAC;AAExE,gDAAgD;AAChD,MAAM,WAAW,wBAAwB;IACvC,yBAAyB;IACzB,KAAK,CAAC,EAAE,eAAe,EAAE,CAAC;CAC3B"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ReplicationRuleIn } from './storage/ReplicationRuleIn';
|
|
2
|
-
/** Object Storage replication configuration */
|
|
2
|
+
/** Object Storage replication configuration. */
|
|
3
3
|
export interface StorageReplicationObjectIn {
|
|
4
|
-
/** Replication rules */
|
|
4
|
+
/** Replication rules. */
|
|
5
5
|
rules?: ReplicationRuleIn[];
|
|
6
6
|
}
|
|
7
7
|
//# sourceMappingURL=StorageReplicationObjectIn.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StorageReplicationObjectIn.d.ts","sourceRoot":"","sources":["../../generated/types/cloud/StorageReplicationObjectIn.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,yCAAyC,CAAC;AAE5E
|
|
1
|
+
{"version":3,"file":"StorageReplicationObjectIn.d.ts","sourceRoot":"","sources":["../../generated/types/cloud/StorageReplicationObjectIn.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,yCAAyC,CAAC;AAE5E,gDAAgD;AAChD,MAAM,WAAW,0BAA0B;IACzC,yBAAyB;IACzB,KAAK,CAAC,EAAE,iBAAiB,EAAE,CAAC;CAC7B"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { StorageClassEnum } from './storage/StorageClassEnum';
|
|
2
|
-
/** Object Storage replication configuration rule destination */
|
|
2
|
+
/** Object Storage replication configuration rule destination. */
|
|
3
3
|
export interface StorageReplicationRuleDestination {
|
|
4
|
-
/** Destination bucket name */
|
|
4
|
+
/** Destination bucket name. */
|
|
5
5
|
name: string;
|
|
6
|
-
/** Destination region, can be null if destination bucket has been deleted */
|
|
6
|
+
/** Destination region, can be null if destination bucket has been deleted. */
|
|
7
7
|
region?: string;
|
|
8
|
-
/** Destination storage class */
|
|
8
|
+
/** Destination storage class. */
|
|
9
9
|
storageClass?: StorageClassEnum;
|
|
10
10
|
}
|
|
11
11
|
//# sourceMappingURL=StorageReplicationRuleDestination.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StorageReplicationRuleDestination.d.ts","sourceRoot":"","sources":["../../generated/types/cloud/StorageReplicationRuleDestination.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,wCAAwC,CAAC;AAE1E,
|
|
1
|
+
{"version":3,"file":"StorageReplicationRuleDestination.d.ts","sourceRoot":"","sources":["../../generated/types/cloud/StorageReplicationRuleDestination.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,wCAAwC,CAAC;AAE1E,iEAAiE;AACjE,MAAM,WAAW,iCAAiC;IAChD,+BAA+B;IAC/B,IAAI,EAAE,MAAM,CAAC;IACb,8EAA8E;IAC9E,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,iCAAiC;IACjC,YAAY,CAAC,EAAE,gBAAgB,CAAC;CACjC"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { StorageClassEnum } from './storage/StorageClassEnum';
|
|
2
|
-
/** Object Storage replication configuration rule destination */
|
|
2
|
+
/** Object Storage replication configuration rule destination. */
|
|
3
3
|
export interface StorageReplicationRuleDestinationIn {
|
|
4
|
-
/** Destination bucket name */
|
|
4
|
+
/** Destination bucket name. */
|
|
5
5
|
name: string;
|
|
6
|
-
/** Destination region */
|
|
6
|
+
/** Destination region. */
|
|
7
7
|
region: string;
|
|
8
|
-
/** Destination storage class */
|
|
8
|
+
/** Destination storage class. */
|
|
9
9
|
storageClass?: StorageClassEnum;
|
|
10
10
|
}
|
|
11
11
|
//# sourceMappingURL=StorageReplicationRuleDestinationIn.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StorageReplicationRuleDestinationIn.d.ts","sourceRoot":"","sources":["../../generated/types/cloud/StorageReplicationRuleDestinationIn.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,wCAAwC,CAAC;AAE1E,
|
|
1
|
+
{"version":3,"file":"StorageReplicationRuleDestinationIn.d.ts","sourceRoot":"","sources":["../../generated/types/cloud/StorageReplicationRuleDestinationIn.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,wCAAwC,CAAC;AAE1E,iEAAiE;AACjE,MAAM,WAAW,mCAAmC;IAClD,+BAA+B;IAC/B,IAAI,EAAE,MAAM,CAAC;IACb,0BAA0B;IAC1B,MAAM,EAAE,MAAM,CAAC;IACf,iCAAiC;IACjC,YAAY,CAAC,EAAE,gBAAgB,CAAC;CACjC"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
/** Object Storage replication configuration rule filter */
|
|
1
|
+
/** Object Storage replication configuration rule filter. */
|
|
2
2
|
export interface StorageReplicationRuleFilter {
|
|
3
|
-
/** Prefix filter */
|
|
3
|
+
/** Prefix filter. */
|
|
4
4
|
prefix?: string;
|
|
5
|
-
/** Tags filter */
|
|
5
|
+
/** Tags filter. */
|
|
6
6
|
tags?: {
|
|
7
7
|
[key: string]: string;
|
|
8
8
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StorageReplicationRuleFilter.d.ts","sourceRoot":"","sources":["../../generated/types/cloud/StorageReplicationRuleFilter.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"StorageReplicationRuleFilter.d.ts","sourceRoot":"","sources":["../../generated/types/cloud/StorageReplicationRuleFilter.ts"],"names":[],"mappings":"AAAA,4DAA4D;AAC5D,MAAM,WAAW,4BAA4B;IAC3C,qBAAqB;IACrB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,mBAAmB;IACnB,IAAI,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;CAClC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
/** Restore object input */
|
|
1
|
+
/** Restore object input. */
|
|
2
2
|
export interface StorageRestoreObjectIn {
|
|
3
|
-
/** The number of days the restored object will be available */
|
|
3
|
+
/** The number of days the restored object will be available. */
|
|
4
4
|
days: number;
|
|
5
5
|
}
|
|
6
6
|
//# sourceMappingURL=StorageRestoreObjectIn.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StorageRestoreObjectIn.d.ts","sourceRoot":"","sources":["../../generated/types/cloud/StorageRestoreObjectIn.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"StorageRestoreObjectIn.d.ts","sourceRoot":"","sources":["../../generated/types/cloud/StorageRestoreObjectIn.ts"],"names":[],"mappings":"AAAA,4BAA4B;AAC5B,MAAM,WAAW,sBAAsB;IACrC,gEAAgE;IAChE,IAAI,EAAE,MAAM,CAAC;CACd"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { VersioningStatusEnum } from './storage/VersioningStatusEnum';
|
|
2
|
-
/**
|
|
2
|
+
/** Versioning configuration. */
|
|
3
3
|
export interface StorageVersioningObject {
|
|
4
|
-
/** Versioning status */
|
|
4
|
+
/** Versioning status. */
|
|
5
5
|
status?: VersioningStatusEnum;
|
|
6
6
|
}
|
|
7
7
|
//# sourceMappingURL=StorageVersioningObject.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StorageVersioningObject.d.ts","sourceRoot":"","sources":["../../generated/types/cloud/StorageVersioningObject.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,4CAA4C,CAAC;AAElF,
|
|
1
|
+
{"version":3,"file":"StorageVersioningObject.d.ts","sourceRoot":"","sources":["../../generated/types/cloud/StorageVersioningObject.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,4CAA4C,CAAC;AAElF,gCAAgC;AAChC,MAAM,WAAW,uBAAuB;IACtC,yBAAyB;IACzB,MAAM,CAAC,EAAE,oBAAoB,CAAC;CAC/B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InstancePriceTypeEnum.d.ts","sourceRoot":"","sources":["../../../generated/types/cloud/instance/InstancePriceTypeEnum.ts"],"names":[],"mappings":"AAAA,0BAA0B;AAC1B,oBAAY,qBAAqB;IAC/B,MAAM,SAAS;IACf,SAAS,YAAY;IACrB,OAAO,UAAU;CAClB"}
|
|
1
|
+
{"version":3,"file":"InstancePriceTypeEnum.d.ts","sourceRoot":"","sources":["../../../generated/types/cloud/instance/InstancePriceTypeEnum.ts"],"names":[],"mappings":"AAAA,0BAA0B;AAC1B,oBAAY,qBAAqB;IAC/B,MAAM,SAAS;IACf,SAAS,YAAY;IACrB,cAAc,iBAAiB;IAC/B,OAAO,UAAU;CAClB"}
|
|
@@ -3,5 +3,6 @@ export var InstancePriceTypeEnum;
|
|
|
3
3
|
(function (InstancePriceTypeEnum) {
|
|
4
4
|
InstancePriceTypeEnum["hour"] = "hour";
|
|
5
5
|
InstancePriceTypeEnum["licence"] = "licence";
|
|
6
|
+
InstancePriceTypeEnum["licenceMonth"] = "licenceMonth";
|
|
6
7
|
InstancePriceTypeEnum["month"] = "month";
|
|
7
8
|
})(InstancePriceTypeEnum || (InstancePriceTypeEnum = {}));
|
|
@@ -4,6 +4,8 @@ import { ScalingAutomaticStrategyResourceTypeEnum } from './ScalingAutomaticStra
|
|
|
4
4
|
export interface ScalingAutomaticStrategy {
|
|
5
5
|
/** The average resource usage threshold that the app upscale or downscale will be triggered from, in percent */
|
|
6
6
|
averageUsageTarget?: number;
|
|
7
|
+
/** Number of seconds to wait before scaling app to 0 whenever there are no more HTTP/gRPC requests made to it. Only applies when replicasMin=0 */
|
|
8
|
+
cooldownPeriodSeconds?: number;
|
|
7
9
|
/** parameters to scale the AI Deploy App based on a custom metric provided by a customer-exposed API */
|
|
8
10
|
customMetrics?: AutomaticScalingStrategyCustomMetrics;
|
|
9
11
|
/** Maximum number of replicas */
|
|
@@ -12,5 +14,9 @@ export interface ScalingAutomaticStrategy {
|
|
|
12
14
|
replicasMin: number;
|
|
13
15
|
/** Type of the resource to base the automatic scaling on */
|
|
14
16
|
resourceType?: ScalingAutomaticStrategyResourceTypeEnum;
|
|
17
|
+
/** Number of seconds for which past recommendations should be considered while scaling down. Must be greater than or equal to zero and less than or equal to 3600 (one hour). */
|
|
18
|
+
scaleDownStabilizationWindowSeconds?: number;
|
|
19
|
+
/** Number of seconds for which past recommendations should be considered while scaling up. Must be greater than or equal to zero and less than or equal to 3600 (one hour). */
|
|
20
|
+
scaleUpStabilizationWindowSeconds?: number;
|
|
15
21
|
}
|
|
16
22
|
//# sourceMappingURL=ScalingAutomaticStrategy.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ScalingAutomaticStrategy.d.ts","sourceRoot":"","sources":["../../../../../generated/types/cloud/project/ai/app/ScalingAutomaticStrategy.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qCAAqC,EAAE,MAAM,oEAAoE,CAAC;AAC3H,OAAO,EAAE,wCAAwC,EAAE,MAAM,uEAAuE,CAAC;AAEjI,yDAAyD;AACzD,MAAM,WAAW,wBAAwB;IACvC,gHAAgH;IAChH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,wGAAwG;IACxG,aAAa,CAAC,EAAE,qCAAqC,CAAC;IACtD,iCAAiC;IACjC,WAAW,EAAE,MAAM,CAAC;IACpB,iCAAiC;IACjC,WAAW,EAAE,MAAM,CAAC;IACpB,4DAA4D;IAC5D,YAAY,CAAC,EAAE,wCAAwC,CAAC;
|
|
1
|
+
{"version":3,"file":"ScalingAutomaticStrategy.d.ts","sourceRoot":"","sources":["../../../../../generated/types/cloud/project/ai/app/ScalingAutomaticStrategy.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qCAAqC,EAAE,MAAM,oEAAoE,CAAC;AAC3H,OAAO,EAAE,wCAAwC,EAAE,MAAM,uEAAuE,CAAC;AAEjI,yDAAyD;AACzD,MAAM,WAAW,wBAAwB;IACvC,gHAAgH;IAChH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,kJAAkJ;IAClJ,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B,wGAAwG;IACxG,aAAa,CAAC,EAAE,qCAAqC,CAAC;IACtD,iCAAiC;IACjC,WAAW,EAAE,MAAM,CAAC;IACpB,iCAAiC;IACjC,WAAW,EAAE,MAAM,CAAC;IACpB,4DAA4D;IAC5D,YAAY,CAAC,EAAE,wCAAwC,CAAC;IACxD,iLAAiL;IACjL,mCAAmC,CAAC,EAAE,MAAM,CAAC;IAC7C,+KAA+K;IAC/K,iCAAiC,CAAC,EAAE,MAAM,CAAC;CAC5C"}
|
|
@@ -4,6 +4,8 @@ import { ScalingAutomaticStrategyResourceTypeEnum } from './ScalingAutomaticStra
|
|
|
4
4
|
export interface ScalingAutomaticStrategyInput {
|
|
5
5
|
/** The average resource usage threshold that the app upscale or downscale will be triggered from, in percent */
|
|
6
6
|
averageUsageTarget?: number;
|
|
7
|
+
/** Number of seconds to wait before scaling app to 0 whenever there are no more HTTP/gRPC requests made to it. Only applies when replicasMin=0 */
|
|
8
|
+
cooldownPeriodSeconds?: number;
|
|
7
9
|
/** parameters to scale the AI Deploy App based on a custom metric provided by a customer-exposed API */
|
|
8
10
|
customMetrics?: AutomaticScalingStrategyCustomMetricsInput;
|
|
9
11
|
/** Maximum number of replicas */
|
|
@@ -12,5 +14,9 @@ export interface ScalingAutomaticStrategyInput {
|
|
|
12
14
|
replicasMin: number;
|
|
13
15
|
/** Type of the resource to base the automatic scaling on */
|
|
14
16
|
resourceType?: ScalingAutomaticStrategyResourceTypeEnum;
|
|
17
|
+
/** Number of seconds for which past recommendations should be considered while scaling down. Must be greater than or equal to zero and less than or equal to 3600 (one hour). */
|
|
18
|
+
scaleDownStabilizationWindowSeconds?: number;
|
|
19
|
+
/** Number of seconds for which past recommendations should be considered while scaling up. Must be greater than or equal to zero and less than or equal to 3600 (one hour). */
|
|
20
|
+
scaleUpStabilizationWindowSeconds?: number;
|
|
15
21
|
}
|
|
16
22
|
//# sourceMappingURL=ScalingAutomaticStrategyInput.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ScalingAutomaticStrategyInput.d.ts","sourceRoot":"","sources":["../../../../../generated/types/cloud/project/ai/app/ScalingAutomaticStrategyInput.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,0CAA0C,EAAE,MAAM,yEAAyE,CAAC;AACrI,OAAO,EAAE,wCAAwC,EAAE,MAAM,uEAAuE,CAAC;AAEjI,yDAAyD;AACzD,MAAM,WAAW,6BAA6B;IAC5C,gHAAgH;IAChH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,wGAAwG;IACxG,aAAa,CAAC,EAAE,0CAA0C,CAAC;IAC3D,iCAAiC;IACjC,WAAW,EAAE,MAAM,CAAC;IACpB,iCAAiC;IACjC,WAAW,EAAE,MAAM,CAAC;IACpB,4DAA4D;IAC5D,YAAY,CAAC,EAAE,wCAAwC,CAAC;
|
|
1
|
+
{"version":3,"file":"ScalingAutomaticStrategyInput.d.ts","sourceRoot":"","sources":["../../../../../generated/types/cloud/project/ai/app/ScalingAutomaticStrategyInput.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,0CAA0C,EAAE,MAAM,yEAAyE,CAAC;AACrI,OAAO,EAAE,wCAAwC,EAAE,MAAM,uEAAuE,CAAC;AAEjI,yDAAyD;AACzD,MAAM,WAAW,6BAA6B;IAC5C,gHAAgH;IAChH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,kJAAkJ;IAClJ,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B,wGAAwG;IACxG,aAAa,CAAC,EAAE,0CAA0C,CAAC;IAC3D,iCAAiC;IACjC,WAAW,EAAE,MAAM,CAAC;IACpB,iCAAiC;IACjC,WAAW,EAAE,MAAM,CAAC;IACpB,4DAA4D;IAC5D,YAAY,CAAC,EAAE,wCAAwC,CAAC;IACxD,iLAAiL;IACjL,mCAAmC,CAAC,EAAE,MAAM,CAAC;IAC7C,+KAA+K;IAC/K,iCAAiC,CAAC,EAAE,MAAM,CAAC;CAC5C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PolicyRaw.d.ts","sourceRoot":"","sources":["../../../generated/types/cloud/storage/PolicyRaw.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"PolicyRaw.d.ts","sourceRoot":"","sources":["../../../generated/types/cloud/storage/PolicyRaw.ts"],"names":[],"mappings":"AAAA,0BAA0B;AAC1B,MAAM,WAAW,SAAS;IACxB,0BAA0B;IAC1B,MAAM,EAAE,MAAM,CAAC;CAChB"}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { PresignedURLMethodEnum } from './PresignedURLMethodEnum';
|
|
2
|
-
/** Presigned URL */
|
|
2
|
+
/** Presigned URL. */
|
|
3
3
|
export interface PresignedURL {
|
|
4
|
-
/** Presigned URL method */
|
|
4
|
+
/** Presigned URL method. */
|
|
5
5
|
method: PresignedURLMethodEnum;
|
|
6
|
-
/** Signed headers */
|
|
6
|
+
/** Signed headers. */
|
|
7
7
|
signedHeaders: {
|
|
8
8
|
[key: string]: string;
|
|
9
9
|
};
|
|
10
|
-
/** Presigned URL */
|
|
10
|
+
/** Presigned URL. */
|
|
11
11
|
url: string;
|
|
12
12
|
}
|
|
13
13
|
//# sourceMappingURL=PresignedURL.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PresignedURL.d.ts","sourceRoot":"","sources":["../../../generated/types/cloud/storage/PresignedURL.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,8CAA8C,CAAC;AAEtF,
|
|
1
|
+
{"version":3,"file":"PresignedURL.d.ts","sourceRoot":"","sources":["../../../generated/types/cloud/storage/PresignedURL.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,8CAA8C,CAAC;AAEtF,qBAAqB;AACrB,MAAM,WAAW,YAAY;IAC3B,4BAA4B;IAC5B,MAAM,EAAE,sBAAsB,CAAC;IAC/B,sBAAsB;IACtB,aAAa,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;IACzC,qBAAqB;IACrB,GAAG,EAAE,MAAM,CAAC;CACb"}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { PresignedURLMethodEnum } from './PresignedURLMethodEnum';
|
|
2
2
|
import { StorageClassEnum } from './StorageClassEnum';
|
|
3
|
-
/** Inputs to generate a presigned URL */
|
|
3
|
+
/** Inputs to generate a presigned URL. */
|
|
4
4
|
export interface PresignedURLInput {
|
|
5
|
-
/** URL expiration in seconds */
|
|
5
|
+
/** URL expiration in seconds. */
|
|
6
6
|
expire: number;
|
|
7
|
-
/** Presigned URL method */
|
|
7
|
+
/** Presigned URL method. */
|
|
8
8
|
method: PresignedURLMethodEnum;
|
|
9
|
-
/** Object
|
|
9
|
+
/** Object key. */
|
|
10
10
|
object: string;
|
|
11
|
-
/**
|
|
11
|
+
/** When using PUT method, specifies the created object storage class. */
|
|
12
12
|
storageClass: StorageClassEnum;
|
|
13
|
-
/** Version ID of the object to download or delete */
|
|
13
|
+
/** Version ID of the object to download or delete when using GET or DELETE methods. */
|
|
14
14
|
versionId: string;
|
|
15
15
|
}
|
|
16
16
|
//# sourceMappingURL=PresignedURLInput.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PresignedURLInput.d.ts","sourceRoot":"","sources":["../../../generated/types/cloud/storage/PresignedURLInput.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,8CAA8C,CAAC;AACtF,OAAO,EAAE,gBAAgB,EAAE,MAAM,wCAAwC,CAAC;AAE1E,
|
|
1
|
+
{"version":3,"file":"PresignedURLInput.d.ts","sourceRoot":"","sources":["../../../generated/types/cloud/storage/PresignedURLInput.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,8CAA8C,CAAC;AACtF,OAAO,EAAE,gBAAgB,EAAE,MAAM,wCAAwC,CAAC;AAE1E,0CAA0C;AAC1C,MAAM,WAAW,iBAAiB;IAChC,iCAAiC;IACjC,MAAM,EAAE,MAAM,CAAC;IACf,4BAA4B;IAC5B,MAAM,EAAE,sBAAsB,CAAC;IAC/B,kBAAkB;IAClB,MAAM,EAAE,MAAM,CAAC;IACf,yEAAyE;IACzE,YAAY,EAAE,gBAAgB,CAAC;IAC/B,uFAAuF;IACvF,SAAS,EAAE,MAAM,CAAC;CACnB"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
/** Cloud Storage Quota */
|
|
1
|
+
/** Cloud Storage Quota. */
|
|
2
2
|
export interface Quota {
|
|
3
|
-
/** Current number of buckets */
|
|
3
|
+
/** Current number of buckets. */
|
|
4
4
|
buckets: number;
|
|
5
|
-
/** Maximum number of buckets */
|
|
5
|
+
/** Maximum number of buckets. */
|
|
6
6
|
maxBuckets: number;
|
|
7
7
|
}
|
|
8
8
|
//# sourceMappingURL=Quota.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Quota.d.ts","sourceRoot":"","sources":["../../../generated/types/cloud/storage/Quota.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"Quota.d.ts","sourceRoot":"","sources":["../../../generated/types/cloud/storage/Quota.ts"],"names":[],"mappings":"AAAA,2BAA2B;AAC3B,MAAM,WAAW,KAAK;IACpB,iCAAiC;IACjC,OAAO,EAAE,MAAM,CAAC;IAChB,iCAAiC;IACjC,UAAU,EAAE,MAAM,CAAC;CACpB"}
|
|
@@ -2,19 +2,19 @@ import { ReplicationRuleDeleteMarkerReplicationStatusEnum } from './ReplicationR
|
|
|
2
2
|
import { ReplicationRuleStatusEnum } from './ReplicationRuleStatusEnum';
|
|
3
3
|
import { StorageReplicationRuleDestination } from '../StorageReplicationRuleDestination';
|
|
4
4
|
import { StorageReplicationRuleFilter } from '../StorageReplicationRuleFilter';
|
|
5
|
-
/** Object Storage replication configuration rule */
|
|
5
|
+
/** Object Storage replication configuration rule. */
|
|
6
6
|
export interface ReplicationRule {
|
|
7
|
-
/** Delete marker replication */
|
|
7
|
+
/** Delete marker replication configuration. */
|
|
8
8
|
deleteMarkerReplication: ReplicationRuleDeleteMarkerReplicationStatusEnum;
|
|
9
|
-
/** Rule destination configuration */
|
|
9
|
+
/** Rule destination configuration. */
|
|
10
10
|
destination?: StorageReplicationRuleDestination;
|
|
11
|
-
/** Rule filters */
|
|
11
|
+
/** Rule filters. */
|
|
12
12
|
filter?: StorageReplicationRuleFilter;
|
|
13
|
-
/** Rule ID */
|
|
13
|
+
/** Rule ID. */
|
|
14
14
|
id: string;
|
|
15
|
-
/** Rule priority */
|
|
15
|
+
/** Rule priority. */
|
|
16
16
|
priority: number;
|
|
17
|
-
/** Rule status */
|
|
17
|
+
/** Rule status. */
|
|
18
18
|
status: ReplicationRuleStatusEnum;
|
|
19
19
|
}
|
|
20
20
|
//# sourceMappingURL=ReplicationRule.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReplicationRule.d.ts","sourceRoot":"","sources":["../../../generated/types/cloud/storage/ReplicationRule.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gDAAgD,EAAE,MAAM,wEAAwE,CAAC;AAC1I,OAAO,EAAE,yBAAyB,EAAE,MAAM,iDAAiD,CAAC;AAC5F,OAAO,EAAE,iCAAiC,EAAE,MAAM,iDAAiD,CAAC;AACpG,OAAO,EAAE,4BAA4B,EAAE,MAAM,4CAA4C,CAAC;AAE1F,
|
|
1
|
+
{"version":3,"file":"ReplicationRule.d.ts","sourceRoot":"","sources":["../../../generated/types/cloud/storage/ReplicationRule.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gDAAgD,EAAE,MAAM,wEAAwE,CAAC;AAC1I,OAAO,EAAE,yBAAyB,EAAE,MAAM,iDAAiD,CAAC;AAC5F,OAAO,EAAE,iCAAiC,EAAE,MAAM,iDAAiD,CAAC;AACpG,OAAO,EAAE,4BAA4B,EAAE,MAAM,4CAA4C,CAAC;AAE1F,qDAAqD;AACrD,MAAM,WAAW,eAAe;IAC9B,+CAA+C;IAC/C,uBAAuB,EAAE,gDAAgD,CAAC;IAC1E,sCAAsC;IACtC,WAAW,CAAC,EAAE,iCAAiC,CAAC;IAChD,oBAAoB;IACpB,MAAM,CAAC,EAAE,4BAA4B,CAAC;IACtC,eAAe;IACf,EAAE,EAAE,MAAM,CAAC;IACX,qBAAqB;IACrB,QAAQ,EAAE,MAAM,CAAC;IACjB,mBAAmB;IACnB,MAAM,EAAE,yBAAyB,CAAC;CACnC"}
|
|
@@ -2,19 +2,19 @@ import { ReplicationRuleDeleteMarkerReplicationStatusEnum } from './ReplicationR
|
|
|
2
2
|
import { ReplicationRuleStatusEnum } from './ReplicationRuleStatusEnum';
|
|
3
3
|
import { StorageReplicationRuleDestinationIn } from '../StorageReplicationRuleDestinationIn';
|
|
4
4
|
import { StorageReplicationRuleFilter } from '../StorageReplicationRuleFilter';
|
|
5
|
-
/** Object Storage replication configuration rule */
|
|
5
|
+
/** Object Storage replication configuration rule. */
|
|
6
6
|
export interface ReplicationRuleIn {
|
|
7
|
-
/** Delete marker replication */
|
|
7
|
+
/** Delete marker replication configuration. */
|
|
8
8
|
deleteMarkerReplication: ReplicationRuleDeleteMarkerReplicationStatusEnum;
|
|
9
|
-
/** Rule destination configuration */
|
|
9
|
+
/** Rule destination configuration. */
|
|
10
10
|
destination?: StorageReplicationRuleDestinationIn;
|
|
11
|
-
/** Rule filters */
|
|
11
|
+
/** Rule filters. */
|
|
12
12
|
filter?: StorageReplicationRuleFilter;
|
|
13
|
-
/** Rule ID */
|
|
13
|
+
/** Rule ID. */
|
|
14
14
|
id: string;
|
|
15
|
-
/** Rule priority */
|
|
15
|
+
/** Rule priority. */
|
|
16
16
|
priority: number;
|
|
17
|
-
/** Rule status */
|
|
17
|
+
/** Rule status. */
|
|
18
18
|
status: ReplicationRuleStatusEnum;
|
|
19
19
|
}
|
|
20
20
|
//# sourceMappingURL=ReplicationRuleIn.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReplicationRuleIn.d.ts","sourceRoot":"","sources":["../../../generated/types/cloud/storage/ReplicationRuleIn.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gDAAgD,EAAE,MAAM,wEAAwE,CAAC;AAC1I,OAAO,EAAE,yBAAyB,EAAE,MAAM,iDAAiD,CAAC;AAC5F,OAAO,EAAE,mCAAmC,EAAE,MAAM,mDAAmD,CAAC;AACxG,OAAO,EAAE,4BAA4B,EAAE,MAAM,4CAA4C,CAAC;AAE1F,
|
|
1
|
+
{"version":3,"file":"ReplicationRuleIn.d.ts","sourceRoot":"","sources":["../../../generated/types/cloud/storage/ReplicationRuleIn.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gDAAgD,EAAE,MAAM,wEAAwE,CAAC;AAC1I,OAAO,EAAE,yBAAyB,EAAE,MAAM,iDAAiD,CAAC;AAC5F,OAAO,EAAE,mCAAmC,EAAE,MAAM,mDAAmD,CAAC;AACxG,OAAO,EAAE,4BAA4B,EAAE,MAAM,4CAA4C,CAAC;AAE1F,qDAAqD;AACrD,MAAM,WAAW,iBAAiB;IAChC,+CAA+C;IAC/C,uBAAuB,EAAE,gDAAgD,CAAC;IAC1E,sCAAsC;IACtC,WAAW,CAAC,EAAE,mCAAmC,CAAC;IAClD,oBAAoB;IACpB,MAAM,CAAC,EAAE,4BAA4B,CAAC;IACtC,eAAe;IACf,EAAE,EAAE,MAAM,CAAC;IACX,qBAAqB;IACrB,QAAQ,EAAE,MAAM,CAAC;IACjB,mBAAmB;IACnB,MAAM,EAAE,yBAAyB,CAAC;CACnC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UnitAndValueString.d.ts","sourceRoot":"","sources":["../../generated/types/complexType/UnitAndValueString.ts"],"names":[],"mappings":"AAAA,2CAA2C;AAC3C,MAAM,WAAW,kBAAkB;IACjC,
|
|
1
|
+
{"version":3,"file":"UnitAndValueString.d.ts","sourceRoot":"","sources":["../../generated/types/complexType/UnitAndValueString.ts"],"names":[],"mappings":"AAAA,2CAA2C;AAC3C,MAAM,WAAW,kBAAkB;IACjC,wBAAwB;IACxB,IAAI,EAAE,MAAM,CAAC;IACb,OAAO;IACP,KAAK,EAAE,MAAM,CAAC;CACf"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { Ip } from '../Ip';
|
|
1
2
|
import { IpBlock } from '../IpBlock';
|
|
2
3
|
import { Ipv4 } from '../Ipv4';
|
|
3
4
|
import { Nodes } from './Nodes';
|
|
@@ -6,6 +7,8 @@ import { Prismcentral } from './Prismcentral';
|
|
|
6
7
|
export interface Cluster {
|
|
7
8
|
/** Control Panel URL */
|
|
8
9
|
controlPanelURL: string;
|
|
10
|
+
/** Dataservice IP */
|
|
11
|
+
dataserviceIp: Ip;
|
|
9
12
|
/** Erasure coding activation */
|
|
10
13
|
erasureCoding: boolean;
|
|
11
14
|
/** Internal Gateway IP, with mask */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Cluster.d.ts","sourceRoot":"","sources":["../../generated/types/nutanix/Cluster.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAC;AAC1C,OAAO,EAAE,IAAI,EAAE,MAAM,cAAc,CAAC;AACpC,OAAO,EAAE,KAAK,EAAE,MAAM,uBAAuB,CAAC;AAC9C,OAAO,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAC;AAE5D,4BAA4B;AAC5B,MAAM,WAAW,OAAO;IACtB,wBAAwB;IACxB,eAAe,EAAE,MAAM,CAAC;IACxB,gCAAgC;IAChC,aAAa,EAAE,OAAO,CAAC;IACvB,qCAAqC;IACrC,WAAW,EAAE,OAAO,CAAC;IACrB,wBAAwB;IACxB,eAAe,EAAE,MAAM,CAAC;IACxB,qCAAqC;IACrC,IAAI,EAAE,OAAO,CAAC;IACd,cAAc;IACd,IAAI,EAAE,MAAM,CAAC;IACb,mBAAmB;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,wBAAwB;IACxB,KAAK,EAAE,KAAK,EAAE,CAAC;IACf,kCAAkC;IAClC,YAAY,EAAE,YAAY,CAAC;IAC3B,uBAAuB;IACvB,eAAe,EAAE,IAAI,CAAC;IACtB,sBAAsB;IACtB,aAAa,EAAE,MAAM,CAAC;IACtB,gCAAgC;IAChC,aAAa,EAAE,OAAO,CAAC;IACvB,wBAAwB;IACxB,gBAAgB,EAAE,MAAM,CAAC;IACzB,kBAAkB;IAClB,OAAO,EAAE,MAAM,CAAC;IAChB,iBAAiB;IACjB,KAAK,EAAE,MAAM,CAAC;CACf"}
|
|
1
|
+
{"version":3,"file":"Cluster.d.ts","sourceRoot":"","sources":["../../generated/types/nutanix/Cluster.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAE,MAAM,YAAY,CAAC;AAChC,OAAO,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAC;AAC1C,OAAO,EAAE,IAAI,EAAE,MAAM,cAAc,CAAC;AACpC,OAAO,EAAE,KAAK,EAAE,MAAM,uBAAuB,CAAC;AAC9C,OAAO,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAC;AAE5D,4BAA4B;AAC5B,MAAM,WAAW,OAAO;IACtB,wBAAwB;IACxB,eAAe,EAAE,MAAM,CAAC;IACxB,qBAAqB;IACrB,aAAa,EAAE,EAAE,CAAC;IAClB,gCAAgC;IAChC,aAAa,EAAE,OAAO,CAAC;IACvB,qCAAqC;IACrC,WAAW,EAAE,OAAO,CAAC;IACrB,wBAAwB;IACxB,eAAe,EAAE,MAAM,CAAC;IACxB,qCAAqC;IACrC,IAAI,EAAE,OAAO,CAAC;IACd,cAAc;IACd,IAAI,EAAE,MAAM,CAAC;IACb,mBAAmB;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,wBAAwB;IACxB,KAAK,EAAE,KAAK,EAAE,CAAC;IACf,kCAAkC;IAClC,YAAY,EAAE,YAAY,CAAC;IAC3B,uBAAuB;IACvB,eAAe,EAAE,IAAI,CAAC;IACtB,sBAAsB;IACtB,aAAa,EAAE,MAAM,CAAC;IACtB,gCAAgC;IAChC,aAAa,EAAE,OAAO,CAAC;IACvB,wBAAwB;IACxB,gBAAgB,EAAE,MAAM,CAAC;IACzB,kBAAkB;IAClB,OAAO,EAAE,MAAM,CAAC;IAChB,iBAAiB;IACjB,KAAK,EAAE,MAAM,CAAC;CACf"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { Ip } from '../Ip';
|
|
1
2
|
import { IpBlock } from '../IpBlock';
|
|
2
3
|
import { Ipv4 } from '../Ipv4';
|
|
3
4
|
import { Metadata } from './Metadata';
|
|
@@ -7,6 +8,8 @@ import { Prismcentral } from './Prismcentral';
|
|
|
7
8
|
export interface ClusterDetails {
|
|
8
9
|
/** Control Panel URL */
|
|
9
10
|
controlPanelURL: string;
|
|
11
|
+
/** dataservice IP */
|
|
12
|
+
dataserviceIp: Ip;
|
|
10
13
|
/** Erasure coding activation */
|
|
11
14
|
erasureCoding: boolean;
|
|
12
15
|
/** Internal Gateway IP, with mask */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ClusterDetails.d.ts","sourceRoot":"","sources":["../../generated/types/nutanix/ClusterDetails.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAC;AAC1C,OAAO,EAAE,IAAI,EAAE,MAAM,cAAc,CAAC;AACpC,OAAO,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AACpD,OAAO,EAAE,WAAW,EAAE,MAAM,6BAA6B,CAAC;AAC1D,OAAO,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAC;AAE5D,4BAA4B;AAC5B,MAAM,WAAW,cAAc;IAC7B,wBAAwB;IACxB,eAAe,EAAE,MAAM,CAAC;IACxB,gCAAgC;IAChC,aAAa,EAAE,OAAO,CAAC;IACvB,qCAAqC;IACrC,WAAW,EAAE,OAAO,CAAC;IACrB,wBAAwB;IACxB,eAAe,EAAE,MAAM,CAAC;IACxB,qCAAqC;IACrC,IAAI,EAAE,OAAO,CAAC;IACd,cAAc;IACd,IAAI,EAAE,MAAM,CAAC;IACb,uBAAuB;IACvB,QAAQ,EAAE,QAAQ,CAAC;IACnB,mBAAmB;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,wBAAwB;IACxB,KAAK,EAAE,WAAW,EAAE,CAAC;IACrB,kCAAkC;IAClC,YAAY,EAAE,YAAY,CAAC;IAC3B,uBAAuB;IACvB,eAAe,EAAE,IAAI,CAAC;IACtB,sBAAsB;IACtB,aAAa,EAAE,MAAM,CAAC;IACtB,gCAAgC;IAChC,aAAa,EAAE,OAAO,CAAC;IACvB,wBAAwB;IACxB,gBAAgB,EAAE,MAAM,CAAC;IACzB,kBAAkB;IAClB,OAAO,EAAE,MAAM,CAAC;IAChB,iBAAiB;IACjB,KAAK,EAAE,MAAM,CAAC;CACf"}
|
|
1
|
+
{"version":3,"file":"ClusterDetails.d.ts","sourceRoot":"","sources":["../../generated/types/nutanix/ClusterDetails.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAE,MAAM,YAAY,CAAC;AAChC,OAAO,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAC;AAC1C,OAAO,EAAE,IAAI,EAAE,MAAM,cAAc,CAAC;AACpC,OAAO,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AACpD,OAAO,EAAE,WAAW,EAAE,MAAM,6BAA6B,CAAC;AAC1D,OAAO,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAC;AAE5D,4BAA4B;AAC5B,MAAM,WAAW,cAAc;IAC7B,wBAAwB;IACxB,eAAe,EAAE,MAAM,CAAC;IACxB,qBAAqB;IACrB,aAAa,EAAE,EAAE,CAAC;IAClB,gCAAgC;IAChC,aAAa,EAAE,OAAO,CAAC;IACvB,qCAAqC;IACrC,WAAW,EAAE,OAAO,CAAC;IACrB,wBAAwB;IACxB,eAAe,EAAE,MAAM,CAAC;IACxB,qCAAqC;IACrC,IAAI,EAAE,OAAO,CAAC;IACd,cAAc;IACd,IAAI,EAAE,MAAM,CAAC;IACb,uBAAuB;IACvB,QAAQ,EAAE,QAAQ,CAAC;IACnB,mBAAmB;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,wBAAwB;IACxB,KAAK,EAAE,WAAW,EAAE,CAAC;IACrB,kCAAkC;IAClC,YAAY,EAAE,YAAY,CAAC;IAC3B,uBAAuB;IACvB,eAAe,EAAE,IAAI,CAAC;IACtB,sBAAsB;IACtB,aAAa,EAAE,MAAM,CAAC;IACtB,gCAAgC;IAChC,aAAa,EAAE,OAAO,CAAC;IACvB,wBAAwB;IACxB,gBAAgB,EAAE,MAAM,CAAC;IACzB,kBAAkB;IAClB,OAAO,EAAE,MAAM,CAAC;IAChB,iBAAiB;IACjB,KAAK,EAAE,MAAM,CAAC;CACf"}
|
package/dist/ovhcloud-types.js
CHANGED
|
@@ -214,7 +214,7 @@ const X4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
214
214
|
BillingPeriodEnum: le,
|
|
215
215
|
network: C4
|
|
216
216
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
217
|
-
var Ne = /* @__PURE__ */ ((e) => (e.installing = "installing", e.ok = "ok", e))(Ne || {}), Oe = /* @__PURE__ */ ((e) => (e.floating = "floating", e.private = "private", e.public = "public", e))(Oe || {}), ve = /* @__PURE__ */ ((e) => (e.available = "available", e.enabled = "enabled", e))(ve || {}), pe = /* @__PURE__ */ ((e) => (e.hour = "hour", e.licence = "licence", e.month = "month", e))(pe || {}), be = /* @__PURE__ */ ((e) => (e.ACTIVE = "ACTIVE", e.BUILD = "BUILD", e.BUILDING = "BUILDING", e.DELETED = "DELETED", e.DELETING = "DELETING", e.ERROR = "ERROR", e.HARD_REBOOT = "HARD_REBOOT", e.MIGRATING = "MIGRATING", e.PASSWORD = "PASSWORD", e.PAUSED = "PAUSED", e.REBOOT = "REBOOT", e.REBUILD = "REBUILD", e.RESCUE = "RESCUE", e.RESCUED = "RESCUED", e.RESCUING = "RESCUING", e.RESIZE = "RESIZE", e.RESIZED = "RESIZED", e.RESUMING = "RESUMING", e.REVERT_RESIZE = "REVERT_RESIZE", e.SHELVED = "SHELVED", e.SHELVED_OFFLOADED = "SHELVED_OFFLOADED", e.SHELVING = "SHELVING", e.SHUTOFF = "SHUTOFF", e.SNAPSHOTTING = "SNAPSHOTTING", e.SOFT_DELETED = "SOFT_DELETED", e.STOPPED = "STOPPED", e.SUSPENDED = "SUSPENDED", e.UNKNOWN = "UNKNOWN", e.UNRESCUING = "UNRESCUING", e.UNSHELVING = "UNSHELVING", e.VERIFY_RESIZE = "VERIFY_RESIZE", e))(be || {}), ge = /* @__PURE__ */ ((e) => (e[""] = "", e.block_device_mapping = "block_device_mapping", e.deleting = "deleting", e.image_backup = "image_backup", e.image_pending_upload = "image_pending_upload", e.image_snapshot = "image_snapshot", e.image_snapshot_pending = "image_snapshot_pending", e.image_uploading = "image_uploading", e.migrating = "migrating", e.networking = "networking", e.pausing = "pausing", e["powering-off"] = "powering-off", e["powering-on"] = "powering-on", e.reboot_pending = "reboot_pending", e.reboot_pending_hard = "reboot_pending_hard", e.reboot_started = "reboot_started", e.reboot_started_hard = "reboot_started_hard", e.reboot_starting = "reboot_starting", e.rebooting = "rebooting", e.rebooting_hard = "rebooting_hard", e.rebooting_pending_hard = "rebooting_pending_hard", e.rebooting_started_hard = "rebooting_started_hard", e.rebuild_block_device_mapping = "rebuild_block_device_mapping", e.rebuild_spawning = "rebuild_spawning", e.rebuilding = "rebuilding", e.rescuing = "rescuing", e.resize_confirming = "resize_confirming", e.resize_finish = "resize_finish", e.resize_migrated = "resize_migrated", e.resize_migrating = "resize_migrating", e.resize_prep = "resize_prep", e.resize_reverting = "resize_reverting", e.restoring = "restoring", e.resuming = "resuming", e.scheduling = "scheduling", e.shelving = "shelving", e.shelving_image_pending_upload = "shelving_image_pending_upload", e.shelving_image_uploading = "shelving_image_uploading", e.shelving_offloading = "shelving_offloading", e.soft_deleting = "soft_deleting", e.spawning = "spawning", e.starting = "starting", e.stopping = "stopping", e.suspending = "suspending", e.unknown = "unknown", e.unpausing = "unpausing", e.unrescuing = "unrescuing", e.unshelving = "unshelving", e.updating_password = "updating_password", e))(ge || {}), Ae = /* @__PURE__ */ ((e) => (e.activationPending = "activationPending", e.ok = "ok", e))(Ae || {}), Ie = /* @__PURE__ */ ((e) => (e.hard = "hard", e.soft = "soft", e))(Ie || {});
|
|
217
|
+
var Ne = /* @__PURE__ */ ((e) => (e.installing = "installing", e.ok = "ok", e))(Ne || {}), Oe = /* @__PURE__ */ ((e) => (e.floating = "floating", e.private = "private", e.public = "public", e))(Oe || {}), ve = /* @__PURE__ */ ((e) => (e.available = "available", e.enabled = "enabled", e))(ve || {}), pe = /* @__PURE__ */ ((e) => (e.hour = "hour", e.licence = "licence", e.licenceMonth = "licenceMonth", e.month = "month", e))(pe || {}), be = /* @__PURE__ */ ((e) => (e.ACTIVE = "ACTIVE", e.BUILD = "BUILD", e.BUILDING = "BUILDING", e.DELETED = "DELETED", e.DELETING = "DELETING", e.ERROR = "ERROR", e.HARD_REBOOT = "HARD_REBOOT", e.MIGRATING = "MIGRATING", e.PASSWORD = "PASSWORD", e.PAUSED = "PAUSED", e.REBOOT = "REBOOT", e.REBUILD = "REBUILD", e.RESCUE = "RESCUE", e.RESCUED = "RESCUED", e.RESCUING = "RESCUING", e.RESIZE = "RESIZE", e.RESIZED = "RESIZED", e.RESUMING = "RESUMING", e.REVERT_RESIZE = "REVERT_RESIZE", e.SHELVED = "SHELVED", e.SHELVED_OFFLOADED = "SHELVED_OFFLOADED", e.SHELVING = "SHELVING", e.SHUTOFF = "SHUTOFF", e.SNAPSHOTTING = "SNAPSHOTTING", e.SOFT_DELETED = "SOFT_DELETED", e.STOPPED = "STOPPED", e.SUSPENDED = "SUSPENDED", e.UNKNOWN = "UNKNOWN", e.UNRESCUING = "UNRESCUING", e.UNSHELVING = "UNSHELVING", e.VERIFY_RESIZE = "VERIFY_RESIZE", e))(be || {}), ge = /* @__PURE__ */ ((e) => (e[""] = "", e.block_device_mapping = "block_device_mapping", e.deleting = "deleting", e.image_backup = "image_backup", e.image_pending_upload = "image_pending_upload", e.image_snapshot = "image_snapshot", e.image_snapshot_pending = "image_snapshot_pending", e.image_uploading = "image_uploading", e.migrating = "migrating", e.networking = "networking", e.pausing = "pausing", e["powering-off"] = "powering-off", e["powering-on"] = "powering-on", e.reboot_pending = "reboot_pending", e.reboot_pending_hard = "reboot_pending_hard", e.reboot_started = "reboot_started", e.reboot_started_hard = "reboot_started_hard", e.reboot_starting = "reboot_starting", e.rebooting = "rebooting", e.rebooting_hard = "rebooting_hard", e.rebooting_pending_hard = "rebooting_pending_hard", e.rebooting_started_hard = "rebooting_started_hard", e.rebuild_block_device_mapping = "rebuild_block_device_mapping", e.rebuild_spawning = "rebuild_spawning", e.rebuilding = "rebuilding", e.rescuing = "rescuing", e.resize_confirming = "resize_confirming", e.resize_finish = "resize_finish", e.resize_migrated = "resize_migrated", e.resize_migrating = "resize_migrating", e.resize_prep = "resize_prep", e.resize_reverting = "resize_reverting", e.restoring = "restoring", e.resuming = "resuming", e.scheduling = "scheduling", e.shelving = "shelving", e.shelving_image_pending_upload = "shelving_image_pending_upload", e.shelving_image_uploading = "shelving_image_uploading", e.shelving_offloading = "shelving_offloading", e.soft_deleting = "soft_deleting", e.spawning = "spawning", e.starting = "starting", e.stopping = "stopping", e.suspending = "suspending", e.unknown = "unknown", e.unpausing = "unpausing", e.unrescuing = "unrescuing", e.unshelving = "unshelving", e.updating_password = "updating_password", e))(ge || {}), Ae = /* @__PURE__ */ ((e) => (e.activationPending = "activationPending", e.ok = "ok", e))(Ae || {}), Ie = /* @__PURE__ */ ((e) => (e.hard = "hard", e.soft = "soft", e))(Ie || {});
|
|
218
218
|
const Q4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
219
219
|
__proto__: null,
|
|
220
220
|
ApplicationAccessStateEnum: Ne,
|