@distilled.cloud/ovh 0.0.0 → 1.0.0-rc.9
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/LICENSE +201 -0
- package/lib/credentials.d.ts +38 -0
- package/lib/credentials.d.ts.map +1 -0
- package/lib/credentials.js +54 -0
- package/lib/credentials.js.map +1 -0
- package/lib/errors.d.ts +36 -0
- package/lib/errors.d.ts.map +1 -0
- package/lib/errors.js +26 -0
- package/lib/errors.js.map +1 -0
- package/lib/index.d.ts +22 -0
- package/lib/index.d.ts.map +1 -0
- package/lib/index.js +22 -0
- package/lib/index.js.map +1 -0
- package/lib/pagination.d.ts +8 -0
- package/lib/pagination.d.ts.map +1 -0
- package/lib/pagination.js +8 -0
- package/lib/pagination.js.map +1 -0
- package/lib/protocol.d.ts +18 -0
- package/lib/protocol.d.ts.map +1 -0
- package/lib/protocol.js +60 -0
- package/lib/protocol.js.map +1 -0
- package/lib/retry.d.ts +32 -0
- package/lib/retry.d.ts.map +1 -0
- package/lib/retry.js +32 -0
- package/lib/retry.js.map +1 -0
- package/lib/services/baremetal.d.ts +3551 -0
- package/lib/services/baremetal.d.ts.map +1 -0
- package/lib/services/baremetal.js +4200 -0
- package/lib/services/baremetal.js.map +1 -0
- package/lib/services/cloud.d.ts +26011 -0
- package/lib/services/cloud.d.ts.map +1 -0
- package/lib/services/cloud.js +31119 -0
- package/lib/services/cloud.js.map +1 -0
- package/lib/services/cloud_v2.d.ts +5642 -0
- package/lib/services/cloud_v2.d.ts.map +1 -0
- package/lib/services/cloud_v2.js +5760 -0
- package/lib/services/cloud_v2.js.map +1 -0
- package/lib/services/dedicatedceph.d.ts +747 -0
- package/lib/services/dedicatedceph.d.ts.map +1 -0
- package/lib/services/dedicatedceph.js +962 -0
- package/lib/services/dedicatedceph.js.map +1 -0
- package/lib/services/dedicatednasha.d.ts +755 -0
- package/lib/services/dedicatednasha.d.ts.map +1 -0
- package/lib/services/dedicatednasha.js +967 -0
- package/lib/services/dedicatednasha.js.map +1 -0
- package/lib/services/domain.d.ts +2995 -0
- package/lib/services/domain.d.ts.map +1 -0
- package/lib/services/domain.js +3080 -0
- package/lib/services/domain.js.map +1 -0
- package/lib/services/emaildomain.d.ts +1913 -0
- package/lib/services/emaildomain.d.ts.map +1 -0
- package/lib/services/emaildomain.js +2550 -0
- package/lib/services/emaildomain.js.map +1 -0
- package/lib/services/emailmxplan.d.ts +1012 -0
- package/lib/services/emailmxplan.d.ts.map +1 -0
- package/lib/services/emailmxplan.js +1155 -0
- package/lib/services/emailmxplan.js.map +1 -0
- package/lib/services/emailpro.d.ts +1287 -0
- package/lib/services/emailpro.d.ts.map +1 -0
- package/lib/services/emailpro.js +1471 -0
- package/lib/services/emailpro.js.map +1 -0
- package/lib/services/hostingprivatedatabase.d.ts +1402 -0
- package/lib/services/hostingprivatedatabase.d.ts.map +1 -0
- package/lib/services/hostingprivatedatabase.js +1833 -0
- package/lib/services/hostingprivatedatabase.js.map +1 -0
- package/lib/services/iam.d.ts +829 -0
- package/lib/services/iam.d.ts.map +1 -0
- package/lib/services/iam.js +793 -0
- package/lib/services/iam.js.map +1 -0
- package/lib/services/index.d.ts +31 -0
- package/lib/services/index.d.ts.map +1 -0
- package/lib/services/index.js +32 -0
- package/lib/services/index.js.map +1 -0
- package/lib/services/ip.d.ts +1417 -0
- package/lib/services/ip.d.ts.map +1 -0
- package/lib/services/ip.js +1691 -0
- package/lib/services/ip.js.map +1 -0
- package/lib/services/iploadbalancing.d.ts +3059 -0
- package/lib/services/iploadbalancing.d.ts.map +1 -0
- package/lib/services/iploadbalancing.js +3554 -0
- package/lib/services/iploadbalancing.js.map +1 -0
- package/lib/services/ldp.d.ts +2492 -0
- package/lib/services/ldp.d.ts.map +1 -0
- package/lib/services/ldp.js +3072 -0
- package/lib/services/ldp.js.map +1 -0
- package/lib/services/me.d.ts +7511 -0
- package/lib/services/me.d.ts.map +1 -0
- package/lib/services/me.js +8878 -0
- package/lib/services/me.js.map +1 -0
- package/lib/services/overthebox.d.ts +981 -0
- package/lib/services/overthebox.d.ts.map +1 -0
- package/lib/services/overthebox.js +1122 -0
- package/lib/services/overthebox.js.map +1 -0
- package/lib/services/ovhcloudconnect.d.ts +1123 -0
- package/lib/services/ovhcloudconnect.d.ts.map +1 -0
- package/lib/services/ovhcloudconnect.js +1353 -0
- package/lib/services/ovhcloudconnect.js.map +1 -0
- package/lib/services/packxdsl.d.ts +1583 -0
- package/lib/services/packxdsl.d.ts.map +1 -0
- package/lib/services/packxdsl.js +1791 -0
- package/lib/services/packxdsl.js.map +1 -0
- package/lib/services/sms.d.ts +2602 -0
- package/lib/services/sms.d.ts.map +1 -0
- package/lib/services/sms.js +2995 -0
- package/lib/services/sms.js.map +1 -0
- package/lib/services/sslgateway.d.ts +493 -0
- package/lib/services/sslgateway.d.ts.map +1 -0
- package/lib/services/sslgateway.js +569 -0
- package/lib/services/sslgateway.js.map +1 -0
- package/lib/services/storagenetapp.d.ts +859 -0
- package/lib/services/storagenetapp.d.ts.map +1 -0
- package/lib/services/storagenetapp.js +1022 -0
- package/lib/services/storagenetapp.js.map +1 -0
- package/lib/services/support.d.ts +233 -0
- package/lib/services/support.d.ts.map +1 -0
- package/lib/services/support.js +237 -0
- package/lib/services/support.js.map +1 -0
- package/lib/services/telephony.d.ts +10825 -0
- package/lib/services/telephony.d.ts.map +1 -0
- package/lib/services/telephony.js +14894 -0
- package/lib/services/telephony.js.map +1 -0
- package/lib/services/vmwareclouddirectorbackup.d.ts +784 -0
- package/lib/services/vmwareclouddirectorbackup.d.ts.map +1 -0
- package/lib/services/vmwareclouddirectorbackup.js +842 -0
- package/lib/services/vmwareclouddirectorbackup.js.map +1 -0
- package/lib/services/vmwareclouddirectororganization.d.ts +784 -0
- package/lib/services/vmwareclouddirectororganization.d.ts.map +1 -0
- package/lib/services/vmwareclouddirectororganization.js +842 -0
- package/lib/services/vmwareclouddirectororganization.js.map +1 -0
- package/lib/services/vps.d.ts +1579 -0
- package/lib/services/vps.d.ts.map +1 -0
- package/lib/services/vps.js +1914 -0
- package/lib/services/vps.js.map +1 -0
- package/lib/services/vrack.d.ts +1204 -0
- package/lib/services/vrack.d.ts.map +1 -0
- package/lib/services/vrack.js +1627 -0
- package/lib/services/vrack.js.map +1 -0
- package/lib/services/vrackservices.d.ts +394 -0
- package/lib/services/vrackservices.d.ts.map +1 -0
- package/lib/services/vrackservices.js +355 -0
- package/lib/services/vrackservices.js.map +1 -0
- package/lib/services/webhosting.d.ts +3986 -0
- package/lib/services/webhosting.d.ts.map +1 -0
- package/lib/services/webhosting.js +4527 -0
- package/lib/services/webhosting.js.map +1 -0
- package/lib/services/xdsl.d.ts +3433 -0
- package/lib/services/xdsl.d.ts.map +1 -0
- package/lib/services/xdsl.js +3682 -0
- package/lib/services/xdsl.js.map +1 -0
- package/lib/traits.d.ts +11 -0
- package/lib/traits.d.ts.map +1 -0
- package/lib/traits.js +11 -0
- package/lib/traits.js.map +1 -0
- package/package.json +77 -6
- package/src/credentials.ts +77 -0
- package/src/errors.ts +50 -0
- package/src/index.ts +21 -0
- package/src/pagination.ts +7 -0
- package/src/protocol.ts +86 -0
- package/src/retry.ts +54 -0
- package/src/services/baremetal.ts +10954 -0
- package/src/services/cloud.ts +75508 -0
- package/src/services/cloud_v2.ts +14751 -0
- package/src/services/dedicatedceph.ts +2233 -0
- package/src/services/dedicatednasha.ts +2269 -0
- package/src/services/domain.ts +7998 -0
- package/src/services/emaildomain.ts +5751 -0
- package/src/services/emailmxplan.ts +2764 -0
- package/src/services/emailpro.ts +3519 -0
- package/src/services/hostingprivatedatabase.ts +4218 -0
- package/src/services/iam.ts +2060 -0
- package/src/services/index.ts +31 -0
- package/src/services/ip.ts +4462 -0
- package/src/services/iploadbalancing.ts +8422 -0
- package/src/services/ldp.ts +7274 -0
- package/src/services/me.ts +21720 -0
- package/src/services/overthebox.ts +2693 -0
- package/src/services/ovhcloudconnect.ts +3226 -0
- package/src/services/packxdsl.ts +4623 -0
- package/src/services/sms.ts +7255 -0
- package/src/services/sslgateway.ts +1408 -0
- package/src/services/storagenetapp.ts +2433 -0
- package/src/services/support.ts +598 -0
- package/src/services/telephony.ts +32941 -0
- package/src/services/vmwareclouddirectorbackup.ts +2171 -0
- package/src/services/vmwareclouddirectororganization.ts +2171 -0
- package/src/services/vps.ts +5134 -0
- package/src/services/vrack.ts +3730 -0
- package/src/services/vrackservices.ts +939 -0
- package/src/services/webhosting.ts +11290 -0
- package/src/services/xdsl.ts +9278 -0
- package/src/traits.ts +44 -0
|
@@ -0,0 +1,784 @@
|
|
|
1
|
+
import * as S from "@distilled.cloud/core/schema";
|
|
2
|
+
import * as API from "@distilled.cloud/core/api";
|
|
3
|
+
import { type OvhOpError, type OvhOpContext } from "../protocol.ts";
|
|
4
|
+
export type { OvhOpError, OvhOpContext };
|
|
5
|
+
export interface CreateVmwareCloudDirectorOrganizationPasswordRequest {
|
|
6
|
+
/** Organization ID */
|
|
7
|
+
organizationId: string;
|
|
8
|
+
}
|
|
9
|
+
export declare const CreateVmwareCloudDirectorOrganizationPasswordRequest: S.Schema<CreateVmwareCloudDirectorOrganizationPasswordRequest>;
|
|
10
|
+
export interface CreateVmwareCloudDirectorOrganizationPasswordResponse {
|
|
11
|
+
}
|
|
12
|
+
export declare const CreateVmwareCloudDirectorOrganizationPasswordResponse: S.Schema<CreateVmwareCloudDirectorOrganizationPasswordResponse>;
|
|
13
|
+
export interface GetVmwareCloudDirectorBackupRequest {
|
|
14
|
+
/** Backup ID */
|
|
15
|
+
backupId: string;
|
|
16
|
+
}
|
|
17
|
+
export declare const GetVmwareCloudDirectorBackupRequest: S.Schema<GetVmwareCloudDirectorBackupRequest>;
|
|
18
|
+
/** The AZ Name of your VMware Cloud Director project */
|
|
19
|
+
export type VmwareCloudDirectorAZNameEnum = "ca-east-bhs-a" | "eu-central-waw-a" | "eu-west-eri-a" | "eu-west-lim-a" | "eu-west-rbx-a" | "eu-west-sbg-a";
|
|
20
|
+
export declare const VmwareCloudDirectorAZNameEnum: any;
|
|
21
|
+
/** The backup offer type of your VMware Cloud Director project */
|
|
22
|
+
export type VmwareCloudDirectorBackupOfferNameEnum = "BRONZE" | "GOLD" | "SILVER";
|
|
23
|
+
export declare const VmwareCloudDirectorBackupOfferNameEnum: any;
|
|
24
|
+
/** The region of your VMware Cloud Director project */
|
|
25
|
+
export type VmwareCloudDirectorRegionNameEnum = "ap-south-mum" | "ap-southeast-sgp" | "ap-southeast-syd" | "ca-east-bhs" | "eu-central-waw" | "eu-west-eri" | "eu-west-gra" | "eu-west-lim" | "eu-west-par" | "eu-west-rbx" | "eu-west-sbg" | "us-east-vin" | "us-west-hil";
|
|
26
|
+
export declare const VmwareCloudDirectorRegionNameEnum: any;
|
|
27
|
+
/** Status of VMware Cloud Director backup service */
|
|
28
|
+
export type VmwareCloudDirectorBackupResourceStatusEnum = "CREATING" | "DISABLED" | "DISABLING" | "READY" | "REMOVED" | "REMOVING" | "UPDATING";
|
|
29
|
+
export declare const VmwareCloudDirectorBackupResourceStatusEnum: any;
|
|
30
|
+
/** VMware Cloud Director Backup current state */
|
|
31
|
+
export interface VmwareCloudDirectorBackupCurrentStateOffer {
|
|
32
|
+
/** Backup service offer type (BRONZE|SILVER|GOLD) */
|
|
33
|
+
name?: VmwareCloudDirectorBackupOfferNameEnum;
|
|
34
|
+
/** Backup repository primary region */
|
|
35
|
+
protectionPrimaryRegion?: VmwareCloudDirectorRegionNameEnum;
|
|
36
|
+
/** Backup repository replicated region */
|
|
37
|
+
protectionReplicatedRegion?: VmwareCloudDirectorRegionNameEnum | null;
|
|
38
|
+
/** Backup repository quota in TB */
|
|
39
|
+
quotaInTB?: number;
|
|
40
|
+
/** Backup offer status */
|
|
41
|
+
status?: VmwareCloudDirectorBackupResourceStatusEnum;
|
|
42
|
+
/** Backup repository used space in GB */
|
|
43
|
+
usedSpaceInGB?: number;
|
|
44
|
+
}
|
|
45
|
+
export declare const VmwareCloudDirectorBackupCurrentStateOffer: S.Schema<VmwareCloudDirectorBackupCurrentStateOffer>;
|
|
46
|
+
/** List of your VMware Cloud Director organization backup offers */
|
|
47
|
+
export type VmwareCloudDirectorBackupCurrentStateOffersList = Array<VmwareCloudDirectorBackupCurrentStateOffer>;
|
|
48
|
+
export declare const VmwareCloudDirectorBackupCurrentStateOffersList: S.Schema<VmwareCloudDirectorBackupCurrentStateOffersList>;
|
|
49
|
+
/** VMware Cloud Director Backup service current state */
|
|
50
|
+
export interface VmwareCloudDirectorBackupCurrentState {
|
|
51
|
+
/** Availability zone of VMware Cloud Director organization backup */
|
|
52
|
+
azName?: VmwareCloudDirectorAZNameEnum;
|
|
53
|
+
/** List of your VMware Cloud Director organization backup offers */
|
|
54
|
+
offers?: VmwareCloudDirectorBackupCurrentStateOffersList;
|
|
55
|
+
}
|
|
56
|
+
export declare const VmwareCloudDirectorBackupCurrentState: S.Schema<VmwareCloudDirectorBackupCurrentState>;
|
|
57
|
+
/** Current status of a task. A task in ERROR cannot be retried without your inputs. PENDING tasks will be executed as soon as possible. A RUNNING task is currently executing your original request. SCHEDULED is used for tasks that will be executed in the future */
|
|
58
|
+
export type CommonCurrentTaskStatusEnum = "ERROR" | "PENDING" | "RUNNING" | "SCHEDULED";
|
|
59
|
+
export declare const CommonCurrentTaskStatusEnum: any;
|
|
60
|
+
/** Asynchronous operation currently running */
|
|
61
|
+
export interface CommonCurrentTask {
|
|
62
|
+
/** Identifier of the current task */
|
|
63
|
+
id?: string;
|
|
64
|
+
/** Link to the task details */
|
|
65
|
+
link?: string;
|
|
66
|
+
/** Current global status of the current task */
|
|
67
|
+
status?: CommonCurrentTaskStatusEnum | null;
|
|
68
|
+
/** Type of the current task */
|
|
69
|
+
type?: string;
|
|
70
|
+
}
|
|
71
|
+
export declare const CommonCurrentTask: S.Schema<CommonCurrentTask>;
|
|
72
|
+
/** Asynchronous operations ongoing on the VMware Cloud Director organization backup service */
|
|
73
|
+
export type VmwareCloudDirectorBackupBackupDetailsWithIAMCurrentTasksList = Array<CommonCurrentTask>;
|
|
74
|
+
export declare const VmwareCloudDirectorBackupBackupDetailsWithIAMCurrentTasksList: S.Schema<VmwareCloudDirectorBackupBackupDetailsWithIAMCurrentTasksList>;
|
|
75
|
+
/** Resource tags. Tags that were internally computed are prefixed with ovh: */
|
|
76
|
+
export type IamResourceMetadataTagsMap = {
|
|
77
|
+
[key: string]: string | undefined;
|
|
78
|
+
};
|
|
79
|
+
export declare const IamResourceMetadataTagsMap: S.Schema<IamResourceMetadataTagsMap>;
|
|
80
|
+
/** IAM resource metadata embedded in services models */
|
|
81
|
+
export interface IamResourceMetadata {
|
|
82
|
+
/** Resource display name */
|
|
83
|
+
displayName?: string | null;
|
|
84
|
+
/** Unique identifier of the resource */
|
|
85
|
+
id?: string;
|
|
86
|
+
/** Resource tags. Tags that were internally computed are prefixed with ovh: */
|
|
87
|
+
tags?: IamResourceMetadataTagsMap | null;
|
|
88
|
+
/** Unique resource name used in policies */
|
|
89
|
+
urn?: string;
|
|
90
|
+
}
|
|
91
|
+
export declare const IamResourceMetadata: S.Schema<IamResourceMetadata>;
|
|
92
|
+
/** VMware Cloud Director Backup target */
|
|
93
|
+
export interface VmwareCloudDirectorBackupTargetOffer {
|
|
94
|
+
/** Backup service offer type (BRONZE|SILVER|GOLD) */
|
|
95
|
+
name: VmwareCloudDirectorBackupOfferNameEnum | (string & {});
|
|
96
|
+
/** Backup repository quota in TB */
|
|
97
|
+
quotaInTB: number;
|
|
98
|
+
}
|
|
99
|
+
export declare const VmwareCloudDirectorBackupTargetOffer: S.Schema<VmwareCloudDirectorBackupTargetOffer>;
|
|
100
|
+
/** List of your VMware Cloud Director backup offers */
|
|
101
|
+
export type VmwareCloudDirectorBackupTargetSpecOffersList = Array<VmwareCloudDirectorBackupTargetOffer>;
|
|
102
|
+
export declare const VmwareCloudDirectorBackupTargetSpecOffersList: S.Schema<VmwareCloudDirectorBackupTargetSpecOffersList>;
|
|
103
|
+
/** VMware Cloud Director Backup target spec */
|
|
104
|
+
export interface VmwareCloudDirectorBackupTargetSpec {
|
|
105
|
+
/** List of your VMware Cloud Director backup offers */
|
|
106
|
+
offers: VmwareCloudDirectorBackupTargetSpecOffersList;
|
|
107
|
+
}
|
|
108
|
+
export declare const VmwareCloudDirectorBackupTargetSpec: S.Schema<VmwareCloudDirectorBackupTargetSpec>;
|
|
109
|
+
/** VMware Cloud Director Backup service */
|
|
110
|
+
export interface VmwareCloudDirectorBackupBackupDetailsWithIAM {
|
|
111
|
+
/** Datetime when backup was enabled */
|
|
112
|
+
createdAt?: string;
|
|
113
|
+
currentState?: VmwareCloudDirectorBackupCurrentState;
|
|
114
|
+
/** Asynchronous operations ongoing on the VMware Cloud Director organization backup service */
|
|
115
|
+
currentTasks?: VmwareCloudDirectorBackupBackupDetailsWithIAMCurrentTasksList | null;
|
|
116
|
+
/** IAM resource metadata */
|
|
117
|
+
iam?: IamResourceMetadata | null;
|
|
118
|
+
/** Unique identifier of the VMware Cloud Director backup */
|
|
119
|
+
id?: string;
|
|
120
|
+
/** Reflects the readiness of the VMware Cloud Director organization backup service. A new target specification request will be accepted only in `READY` status */
|
|
121
|
+
resourceStatus?: VmwareCloudDirectorBackupResourceStatusEnum;
|
|
122
|
+
targetSpec?: VmwareCloudDirectorBackupTargetSpec;
|
|
123
|
+
/** Datetime when backup is modified */
|
|
124
|
+
updatedAt?: string;
|
|
125
|
+
}
|
|
126
|
+
export declare const VmwareCloudDirectorBackupBackupDetailsWithIAM: S.Schema<VmwareCloudDirectorBackupBackupDetailsWithIAM>;
|
|
127
|
+
export interface GetVmwareCloudDirectorBackupTaskRequest {
|
|
128
|
+
/** Backup ID */
|
|
129
|
+
backupId: string;
|
|
130
|
+
/** Task ID */
|
|
131
|
+
taskId: string;
|
|
132
|
+
}
|
|
133
|
+
export declare const GetVmwareCloudDirectorBackupTaskRequest: S.Schema<GetVmwareCloudDirectorBackupTaskRequest>;
|
|
134
|
+
/** Errors that occured on the task */
|
|
135
|
+
export interface CommonTaskError {
|
|
136
|
+
/** Error description */
|
|
137
|
+
message?: string;
|
|
138
|
+
}
|
|
139
|
+
export declare const CommonTaskError: S.Schema<CommonTaskError>;
|
|
140
|
+
/** Errors that occured on the task */
|
|
141
|
+
export type CommonTaskErrorsList = Array<CommonTaskError>;
|
|
142
|
+
export declare const CommonTaskErrorsList: S.Schema<CommonTaskErrorsList>;
|
|
143
|
+
/** TaskStatusEnum */
|
|
144
|
+
export type CommonTaskStatusEnum = "DONE" | "ERROR" | "PENDING" | "RUNNING" | "SCHEDULED";
|
|
145
|
+
export declare const CommonTaskStatusEnum: any;
|
|
146
|
+
/** Detailed information about an asynchronous operation progress steps */
|
|
147
|
+
export interface CommonTaskProgress {
|
|
148
|
+
/** Progress step name */
|
|
149
|
+
name?: string;
|
|
150
|
+
/** Current status of the progress step */
|
|
151
|
+
status?: CommonTaskStatusEnum;
|
|
152
|
+
}
|
|
153
|
+
export declare const CommonTaskProgress: S.Schema<CommonTaskProgress>;
|
|
154
|
+
/** Progress steps of the asynchronous operation */
|
|
155
|
+
export type CommonTaskProgressList = Array<CommonTaskProgress>;
|
|
156
|
+
export declare const CommonTaskProgressList: S.Schema<CommonTaskProgressList>;
|
|
157
|
+
/** Asynchronous operation */
|
|
158
|
+
export interface CommonTask {
|
|
159
|
+
/** Creation date of the task */
|
|
160
|
+
createdAt?: string;
|
|
161
|
+
/** Errors that occured on the task */
|
|
162
|
+
errors?: CommonTaskErrorsList | null;
|
|
163
|
+
/** Ending date of the task */
|
|
164
|
+
finishedAt?: string | null;
|
|
165
|
+
/** Identifier of the task */
|
|
166
|
+
id?: string;
|
|
167
|
+
/** Link to the related resource */
|
|
168
|
+
link?: string;
|
|
169
|
+
/** Description of the task */
|
|
170
|
+
message?: string;
|
|
171
|
+
/** Progress steps of the asynchronous operation */
|
|
172
|
+
progress?: CommonTaskProgressList;
|
|
173
|
+
/** Starting date of the task */
|
|
174
|
+
startedAt?: string | null;
|
|
175
|
+
/** Current global status of the task */
|
|
176
|
+
status?: CommonTaskStatusEnum;
|
|
177
|
+
/** Type of the task */
|
|
178
|
+
type?: string;
|
|
179
|
+
/** Last update of the task */
|
|
180
|
+
updatedAt?: string;
|
|
181
|
+
}
|
|
182
|
+
export declare const CommonTask: S.Schema<CommonTask>;
|
|
183
|
+
export interface GetVmwareCloudDirectorOrganizationRequest {
|
|
184
|
+
/** Organization ID */
|
|
185
|
+
organizationId: string;
|
|
186
|
+
}
|
|
187
|
+
export declare const GetVmwareCloudDirectorOrganizationRequest: S.Schema<GetVmwareCloudDirectorOrganizationRequest>;
|
|
188
|
+
/** The billing type of your VMware Cloud Director project */
|
|
189
|
+
export type VmwareCloudDirectorBillingTypeEnum = "DEMO" | "MONTHLY";
|
|
190
|
+
export declare const VmwareCloudDirectorBillingTypeEnum: any;
|
|
191
|
+
/** Current status of VMware Cloud Director organization service */
|
|
192
|
+
export interface VmwareCloudDirectorOrganizationCurrentState {
|
|
193
|
+
/** API URL to interact with your VMware Cloud Director organization on OVHcloud */
|
|
194
|
+
apiUrl?: string;
|
|
195
|
+
/** Billing type of your VMware Cloud Director project */
|
|
196
|
+
billingType?: VmwareCloudDirectorBillingTypeEnum;
|
|
197
|
+
/** Description of your VMware Cloud Director organization on OVHcloud */
|
|
198
|
+
description?: string;
|
|
199
|
+
/** Human readable full name of your VMware Cloud Director organization */
|
|
200
|
+
fullName?: string;
|
|
201
|
+
/** Name of your VMware Cloud Director organization */
|
|
202
|
+
name?: string;
|
|
203
|
+
/** Datacenter where your VMware Cloud Director organization is physically located */
|
|
204
|
+
region?: VmwareCloudDirectorRegionNameEnum;
|
|
205
|
+
/** SPLA licensing state */
|
|
206
|
+
spla?: boolean;
|
|
207
|
+
/** URL to administrate your VMware Cloud Director organization on OVHcloud */
|
|
208
|
+
webInterfaceUrl?: string;
|
|
209
|
+
}
|
|
210
|
+
export declare const VmwareCloudDirectorOrganizationCurrentState: S.Schema<VmwareCloudDirectorOrganizationCurrentState>;
|
|
211
|
+
/** Asynchronous operations ongoing on the VMware Cloud Director organization */
|
|
212
|
+
export type VmwareCloudDirectorOrganizationWithIAMCurrentTasksList = Array<CommonCurrentTask>;
|
|
213
|
+
export declare const VmwareCloudDirectorOrganizationWithIAMCurrentTasksList: S.Schema<VmwareCloudDirectorOrganizationWithIAMCurrentTasksList>;
|
|
214
|
+
/** ResourceStatusEnum */
|
|
215
|
+
export type CommonResourceStatusEnum = "CREATING" | "DELETING" | "ERROR" | "READY" | "SUSPENDED" | "UPDATING";
|
|
216
|
+
export declare const CommonResourceStatusEnum: any;
|
|
217
|
+
/** Target specification of VMware Cloud Director organization service */
|
|
218
|
+
export interface VmwareCloudDirectorOrganizationTargetSpec {
|
|
219
|
+
/** Description of your VMware Cloud Director organization on OVHcloud */
|
|
220
|
+
description?: string;
|
|
221
|
+
/** Human readable full name of your VMware Cloud Director organization */
|
|
222
|
+
fullName: string;
|
|
223
|
+
}
|
|
224
|
+
export declare const VmwareCloudDirectorOrganizationTargetSpec: S.Schema<VmwareCloudDirectorOrganizationTargetSpec>;
|
|
225
|
+
/** VMware Cloud Director organization service */
|
|
226
|
+
export interface VmwareCloudDirectorOrganizationWithIAM {
|
|
227
|
+
currentState?: VmwareCloudDirectorOrganizationCurrentState;
|
|
228
|
+
/** Asynchronous operations ongoing on the VMware Cloud Director organization */
|
|
229
|
+
currentTasks?: VmwareCloudDirectorOrganizationWithIAMCurrentTasksList | null;
|
|
230
|
+
/** IAM resource metadata */
|
|
231
|
+
iam?: IamResourceMetadata | null;
|
|
232
|
+
/** Unique identifier */
|
|
233
|
+
id?: string;
|
|
234
|
+
/** Reflects the readiness of the VMware Cloud Director organization. A new target specification request will be accepted only in `READY` status */
|
|
235
|
+
resourceStatus?: CommonResourceStatusEnum;
|
|
236
|
+
targetSpec?: VmwareCloudDirectorOrganizationTargetSpec;
|
|
237
|
+
updatedAt?: string;
|
|
238
|
+
}
|
|
239
|
+
export declare const VmwareCloudDirectorOrganizationWithIAM: S.Schema<VmwareCloudDirectorOrganizationWithIAM>;
|
|
240
|
+
export interface GetVmwareCloudDirectorOrganizationTaskRequest {
|
|
241
|
+
/** Organization ID */
|
|
242
|
+
organizationId: string;
|
|
243
|
+
/** Task ID */
|
|
244
|
+
taskId: string;
|
|
245
|
+
}
|
|
246
|
+
export declare const GetVmwareCloudDirectorOrganizationTaskRequest: S.Schema<GetVmwareCloudDirectorOrganizationTaskRequest>;
|
|
247
|
+
export interface GetVmwareCloudDirectorOrganizationVirtualDataCenterRequest {
|
|
248
|
+
/** Organization ID */
|
|
249
|
+
organizationId: string;
|
|
250
|
+
/** Virtual data center ID */
|
|
251
|
+
virtualDataCenterId: string;
|
|
252
|
+
}
|
|
253
|
+
export declare const GetVmwareCloudDirectorOrganizationVirtualDataCenterRequest: S.Schema<GetVmwareCloudDirectorOrganizationVirtualDataCenterRequest>;
|
|
254
|
+
/** The commercial range of your VMware Cloud Director project */
|
|
255
|
+
export type VmwareCloudDirectorCommercialRangeEnum = "NSX" | "STANDARD" | "VSAN-NSX";
|
|
256
|
+
export declare const VmwareCloudDirectorCommercialRangeEnum: any;
|
|
257
|
+
/** Current status of organization Virtual DataCenter service */
|
|
258
|
+
export interface VmwareCloudDirectorVirtualDataCenterCurrentState {
|
|
259
|
+
/** Commercial range of your VMware Cloud Director project */
|
|
260
|
+
commercialRange?: VmwareCloudDirectorCommercialRangeEnum;
|
|
261
|
+
/** Description of your organization Virtual DataCenter */
|
|
262
|
+
description?: string;
|
|
263
|
+
/** IP address quota assigned to your organization Virtual DataCenter */
|
|
264
|
+
ipQuota?: number;
|
|
265
|
+
/** Memory quota (GB) assigned to your organization Virtual DataCenter */
|
|
266
|
+
memoryQuota?: number;
|
|
267
|
+
/** Name of your organization Virtual DataCenter */
|
|
268
|
+
name?: string;
|
|
269
|
+
/** Datacenter where your VMware Cloud Director organization is physically located */
|
|
270
|
+
region?: VmwareCloudDirectorRegionNameEnum;
|
|
271
|
+
/** Storage quota (GB) assigned to your organization Virtual DataCenter */
|
|
272
|
+
storageQuota?: number;
|
|
273
|
+
/** vCPU core count allocated to your organization Virtual DataCenter */
|
|
274
|
+
vCPUCount?: number;
|
|
275
|
+
/** Effective vCPU speed (GHz) for VMs in your organization Virtual DataCenter */
|
|
276
|
+
vCPUSpeed?: number;
|
|
277
|
+
}
|
|
278
|
+
export declare const VmwareCloudDirectorVirtualDataCenterCurrentState: S.Schema<VmwareCloudDirectorVirtualDataCenterCurrentState>;
|
|
279
|
+
/** Asynchronous operations ongoing on the organization Virtual DataCenter */
|
|
280
|
+
export type VmwareCloudDirectorVirtualDataCenterWithIAMCurrentTasksList = Array<CommonCurrentTask>;
|
|
281
|
+
export declare const VmwareCloudDirectorVirtualDataCenterWithIAMCurrentTasksList: S.Schema<VmwareCloudDirectorVirtualDataCenterWithIAMCurrentTasksList>;
|
|
282
|
+
/** Target specification of organization Virtual DataCenter service */
|
|
283
|
+
export interface VmwareCloudDirectorVirtualDataCenterTargetSpec {
|
|
284
|
+
/** Description of your VMware Cloud Director organization Virtual DataCenter */
|
|
285
|
+
description: string;
|
|
286
|
+
/** Effective vCPU speed (GHz) for VMs in your organization Virtual DataCenter */
|
|
287
|
+
vCPUSpeed: number;
|
|
288
|
+
}
|
|
289
|
+
export declare const VmwareCloudDirectorVirtualDataCenterTargetSpec: S.Schema<VmwareCloudDirectorVirtualDataCenterTargetSpec>;
|
|
290
|
+
/** Organization Virtual DataCenter service */
|
|
291
|
+
export interface VmwareCloudDirectorVirtualDataCenterWithIAM {
|
|
292
|
+
currentState?: VmwareCloudDirectorVirtualDataCenterCurrentState;
|
|
293
|
+
/** Asynchronous operations ongoing on the organization Virtual DataCenter */
|
|
294
|
+
currentTasks?: VmwareCloudDirectorVirtualDataCenterWithIAMCurrentTasksList | null;
|
|
295
|
+
/** IAM resource metadata */
|
|
296
|
+
iam?: IamResourceMetadata | null;
|
|
297
|
+
/** Unique identifier */
|
|
298
|
+
id?: string;
|
|
299
|
+
/** Reflects the readiness of the organization Virtual DataCenter. A new target specification request will be accepted only in `READY` status */
|
|
300
|
+
resourceStatus?: CommonResourceStatusEnum;
|
|
301
|
+
targetSpec?: VmwareCloudDirectorVirtualDataCenterTargetSpec;
|
|
302
|
+
updatedAt?: string;
|
|
303
|
+
}
|
|
304
|
+
export declare const VmwareCloudDirectorVirtualDataCenterWithIAM: S.Schema<VmwareCloudDirectorVirtualDataCenterWithIAM>;
|
|
305
|
+
export interface GetVmwareCloudDirectorOrganizationVirtualDataCenterComputeRequest {
|
|
306
|
+
/** Organization ID */
|
|
307
|
+
organizationId: string;
|
|
308
|
+
/** Virtual data center ID */
|
|
309
|
+
virtualDataCenterId: string;
|
|
310
|
+
/** Compute ID */
|
|
311
|
+
computeId: string;
|
|
312
|
+
}
|
|
313
|
+
export declare const GetVmwareCloudDirectorOrganizationVirtualDataCenterComputeRequest: S.Schema<GetVmwareCloudDirectorOrganizationVirtualDataCenterComputeRequest>;
|
|
314
|
+
/** Current status of organization Virtual DataCenter compute resource */
|
|
315
|
+
export interface VmwareCloudDirectorComputeCurrentState {
|
|
316
|
+
/** Billing type of your organization Virtual DataCenter compute resource */
|
|
317
|
+
billingType?: VmwareCloudDirectorBillingTypeEnum;
|
|
318
|
+
/** Memory quota (GB) assigned to your organization Virtual DataCenter compute resource */
|
|
319
|
+
memoryQuota?: number;
|
|
320
|
+
/** Name of your organization Virtual DataCenter compute resource */
|
|
321
|
+
name?: string;
|
|
322
|
+
/** Profile of your organization Virtual DataCenter compute resource */
|
|
323
|
+
profile?: string;
|
|
324
|
+
/** vCPU core count allocated to your organization Virtual DataCenter compute resource */
|
|
325
|
+
vCPUCount?: number;
|
|
326
|
+
}
|
|
327
|
+
export declare const VmwareCloudDirectorComputeCurrentState: S.Schema<VmwareCloudDirectorComputeCurrentState>;
|
|
328
|
+
/** Asynchronous operations ongoing on the organization Virtual DataCenter compute resource */
|
|
329
|
+
export type VmwareCloudDirectorComputeCurrentTasksList = Array<CommonCurrentTask>;
|
|
330
|
+
export declare const VmwareCloudDirectorComputeCurrentTasksList: S.Schema<VmwareCloudDirectorComputeCurrentTasksList>;
|
|
331
|
+
/** Organization Virtual DataCenter compute resource */
|
|
332
|
+
export interface VmwareCloudDirectorCompute {
|
|
333
|
+
currentState?: VmwareCloudDirectorComputeCurrentState;
|
|
334
|
+
/** Asynchronous operations ongoing on the organization Virtual DataCenter compute resource */
|
|
335
|
+
currentTasks?: VmwareCloudDirectorComputeCurrentTasksList | null;
|
|
336
|
+
/** Unique identifier */
|
|
337
|
+
id?: string;
|
|
338
|
+
/** Reflects the readiness of the organization Virtual DataCenter compute resource. A new target specification request will be accepted only in `READY` status */
|
|
339
|
+
resourceStatus?: CommonResourceStatusEnum;
|
|
340
|
+
updatedAt?: string;
|
|
341
|
+
}
|
|
342
|
+
export declare const VmwareCloudDirectorCompute: S.Schema<VmwareCloudDirectorCompute>;
|
|
343
|
+
export interface GetVmwareCloudDirectorOrganizationVirtualDataCenterStorageRequest {
|
|
344
|
+
/** Organization ID */
|
|
345
|
+
organizationId: string;
|
|
346
|
+
/** Virtual data center ID */
|
|
347
|
+
virtualDataCenterId: string;
|
|
348
|
+
/** Storage ID */
|
|
349
|
+
storageId: string;
|
|
350
|
+
}
|
|
351
|
+
export declare const GetVmwareCloudDirectorOrganizationVirtualDataCenterStorageRequest: S.Schema<GetVmwareCloudDirectorOrganizationVirtualDataCenterStorageRequest>;
|
|
352
|
+
/** Current status of organization Virtual DataCenter storage resource */
|
|
353
|
+
export interface VmwareCloudDirectorStorageCurrentState {
|
|
354
|
+
/** Billing type of your organization Virtual DataCenter storage resource */
|
|
355
|
+
billingType?: VmwareCloudDirectorBillingTypeEnum;
|
|
356
|
+
/** Capacity available (GB) for the given resource in your organization Virtual DataCenter storage resource */
|
|
357
|
+
capacity?: number;
|
|
358
|
+
/** Name of your organization Virtual DataCenter storage resource */
|
|
359
|
+
name?: string;
|
|
360
|
+
/** Profile of your organization Virtual DataCenter storage resource */
|
|
361
|
+
profile?: string;
|
|
362
|
+
/** Type of your organization Virtual DataCenter storage resource */
|
|
363
|
+
type?: string;
|
|
364
|
+
}
|
|
365
|
+
export declare const VmwareCloudDirectorStorageCurrentState: S.Schema<VmwareCloudDirectorStorageCurrentState>;
|
|
366
|
+
/** Asynchronous operations ongoing on the organization Virtual DataCenter storage resource */
|
|
367
|
+
export type VmwareCloudDirectorStorageCurrentTasksList = Array<CommonCurrentTask>;
|
|
368
|
+
export declare const VmwareCloudDirectorStorageCurrentTasksList: S.Schema<VmwareCloudDirectorStorageCurrentTasksList>;
|
|
369
|
+
/** Organization Virtual DataCenter storage resource */
|
|
370
|
+
export interface VmwareCloudDirectorStorage {
|
|
371
|
+
currentState?: VmwareCloudDirectorStorageCurrentState;
|
|
372
|
+
/** Asynchronous operations ongoing on the organization Virtual DataCenter storage resource */
|
|
373
|
+
currentTasks?: VmwareCloudDirectorStorageCurrentTasksList | null;
|
|
374
|
+
/** Unique identifier */
|
|
375
|
+
id?: string;
|
|
376
|
+
/** Reflects the readiness of the organization Virtual DataCenter storage resource. A new target specification request will be accepted only in `READY` status */
|
|
377
|
+
resourceStatus?: CommonResourceStatusEnum;
|
|
378
|
+
updatedAt?: string;
|
|
379
|
+
}
|
|
380
|
+
export declare const VmwareCloudDirectorStorage: S.Schema<VmwareCloudDirectorStorage>;
|
|
381
|
+
export interface GetVmwareCloudDirectorOrganizationVirtualDataCenterTaskRequest {
|
|
382
|
+
/** Organization ID */
|
|
383
|
+
organizationId: string;
|
|
384
|
+
/** Virtual data center ID */
|
|
385
|
+
virtualDataCenterId: string;
|
|
386
|
+
/** Task ID */
|
|
387
|
+
taskId: string;
|
|
388
|
+
}
|
|
389
|
+
export declare const GetVmwareCloudDirectorOrganizationVirtualDataCenterTaskRequest: S.Schema<GetVmwareCloudDirectorOrganizationVirtualDataCenterTaskRequest>;
|
|
390
|
+
/** Resource tag filter */
|
|
391
|
+
export interface IamResourceTagFilterInput {
|
|
392
|
+
}
|
|
393
|
+
export declare const IamResourceTagFilterInput: S.Schema<IamResourceTagFilterInput>;
|
|
394
|
+
export type ListVmwareCloudDirectorBackupRequestIamTagsValueList = Array<IamResourceTagFilterInput>;
|
|
395
|
+
export declare const ListVmwareCloudDirectorBackupRequestIamTagsValueList: S.Schema<ListVmwareCloudDirectorBackupRequestIamTagsValueList>;
|
|
396
|
+
export type ListVmwareCloudDirectorBackupRequestIamTagsMap = {
|
|
397
|
+
[key: string]: ListVmwareCloudDirectorBackupRequestIamTagsValueList | undefined;
|
|
398
|
+
};
|
|
399
|
+
export declare const ListVmwareCloudDirectorBackupRequestIamTagsMap: S.Schema<ListVmwareCloudDirectorBackupRequestIamTagsMap>;
|
|
400
|
+
export interface ListVmwareCloudDirectorBackupRequest {
|
|
401
|
+
/** Filter resources on IAM tags */
|
|
402
|
+
iamTags?: ListVmwareCloudDirectorBackupRequestIamTagsMap;
|
|
403
|
+
/** Pagination cursor */
|
|
404
|
+
xPaginationCursor?: string;
|
|
405
|
+
/** Pagination size */
|
|
406
|
+
xPaginationSize?: number;
|
|
407
|
+
}
|
|
408
|
+
export declare const ListVmwareCloudDirectorBackupRequest: S.Schema<ListVmwareCloudDirectorBackupRequest>;
|
|
409
|
+
export type ListVmwareCloudDirectorBackupResponseBodyList = Array<VmwareCloudDirectorBackupBackupDetailsWithIAM>;
|
|
410
|
+
export declare const ListVmwareCloudDirectorBackupResponseBodyList: S.Schema<ListVmwareCloudDirectorBackupResponseBodyList>;
|
|
411
|
+
export type ListVmwareCloudDirectorBackupResponse = ListVmwareCloudDirectorBackupResponseBodyList;
|
|
412
|
+
export declare const ListVmwareCloudDirectorBackupResponse: S.Schema<ListVmwareCloudDirectorBackupResponse>;
|
|
413
|
+
export interface ListVmwareCloudDirectorBackupEventRequest {
|
|
414
|
+
/** Backup ID */
|
|
415
|
+
backupId: string;
|
|
416
|
+
/** Pagination cursor */
|
|
417
|
+
xPaginationCursor?: string;
|
|
418
|
+
/** Pagination size */
|
|
419
|
+
xPaginationSize?: number;
|
|
420
|
+
}
|
|
421
|
+
export declare const ListVmwareCloudDirectorBackupEventRequest: S.Schema<ListVmwareCloudDirectorBackupEventRequest>;
|
|
422
|
+
/** List all defined values for an event type field */
|
|
423
|
+
export type CommonEventTypeEnum = "TARGET_SPEC_UPDATE" | "TASK_ERROR" | "TASK_START" | "TASK_SUCCESS";
|
|
424
|
+
export declare const CommonEventTypeEnum: any;
|
|
425
|
+
/** Represents an event for an async envelope */
|
|
426
|
+
export interface CommonEvent {
|
|
427
|
+
/** Creation date of the event */
|
|
428
|
+
createdAt?: string;
|
|
429
|
+
/** Nature of the event */
|
|
430
|
+
kind?: string;
|
|
431
|
+
/** Link to the event related resource */
|
|
432
|
+
link?: string | null;
|
|
433
|
+
/** Description of what happened on the event */
|
|
434
|
+
message?: string;
|
|
435
|
+
/** Type of the event */
|
|
436
|
+
type?: CommonEventTypeEnum;
|
|
437
|
+
}
|
|
438
|
+
export declare const CommonEvent: S.Schema<CommonEvent>;
|
|
439
|
+
export type ListVmwareCloudDirectorBackupEventResponseBodyList = Array<CommonEvent>;
|
|
440
|
+
export declare const ListVmwareCloudDirectorBackupEventResponseBodyList: S.Schema<ListVmwareCloudDirectorBackupEventResponseBodyList>;
|
|
441
|
+
export type ListVmwareCloudDirectorBackupEventResponse = ListVmwareCloudDirectorBackupEventResponseBodyList;
|
|
442
|
+
export declare const ListVmwareCloudDirectorBackupEventResponse: S.Schema<ListVmwareCloudDirectorBackupEventResponse>;
|
|
443
|
+
export interface ListVmwareCloudDirectorBackupTaskRequest {
|
|
444
|
+
/** Backup ID */
|
|
445
|
+
backupId: string;
|
|
446
|
+
/** Pagination cursor */
|
|
447
|
+
xPaginationCursor?: string;
|
|
448
|
+
/** Pagination size */
|
|
449
|
+
xPaginationSize?: number;
|
|
450
|
+
}
|
|
451
|
+
export declare const ListVmwareCloudDirectorBackupTaskRequest: S.Schema<ListVmwareCloudDirectorBackupTaskRequest>;
|
|
452
|
+
export type ListVmwareCloudDirectorBackupTaskResponseBodyList = Array<CommonTask>;
|
|
453
|
+
export declare const ListVmwareCloudDirectorBackupTaskResponseBodyList: S.Schema<ListVmwareCloudDirectorBackupTaskResponseBodyList>;
|
|
454
|
+
export type ListVmwareCloudDirectorBackupTaskResponse = ListVmwareCloudDirectorBackupTaskResponseBodyList;
|
|
455
|
+
export declare const ListVmwareCloudDirectorBackupTaskResponse: S.Schema<ListVmwareCloudDirectorBackupTaskResponse>;
|
|
456
|
+
export type ListVmwareCloudDirectorOrganizationRequestIamTagsValueList = Array<IamResourceTagFilterInput>;
|
|
457
|
+
export declare const ListVmwareCloudDirectorOrganizationRequestIamTagsValueList: S.Schema<ListVmwareCloudDirectorOrganizationRequestIamTagsValueList>;
|
|
458
|
+
export type ListVmwareCloudDirectorOrganizationRequestIamTagsMap = {
|
|
459
|
+
[key: string]: ListVmwareCloudDirectorOrganizationRequestIamTagsValueList | undefined;
|
|
460
|
+
};
|
|
461
|
+
export declare const ListVmwareCloudDirectorOrganizationRequestIamTagsMap: S.Schema<ListVmwareCloudDirectorOrganizationRequestIamTagsMap>;
|
|
462
|
+
export interface ListVmwareCloudDirectorOrganizationRequest {
|
|
463
|
+
/** Filter resources on IAM tags */
|
|
464
|
+
iamTags?: ListVmwareCloudDirectorOrganizationRequestIamTagsMap;
|
|
465
|
+
/** Pagination cursor */
|
|
466
|
+
xPaginationCursor?: string;
|
|
467
|
+
/** Pagination size */
|
|
468
|
+
xPaginationSize?: number;
|
|
469
|
+
}
|
|
470
|
+
export declare const ListVmwareCloudDirectorOrganizationRequest: S.Schema<ListVmwareCloudDirectorOrganizationRequest>;
|
|
471
|
+
export type ListVmwareCloudDirectorOrganizationResponseBodyList = Array<VmwareCloudDirectorOrganizationWithIAM>;
|
|
472
|
+
export declare const ListVmwareCloudDirectorOrganizationResponseBodyList: S.Schema<ListVmwareCloudDirectorOrganizationResponseBodyList>;
|
|
473
|
+
export type ListVmwareCloudDirectorOrganizationResponse = ListVmwareCloudDirectorOrganizationResponseBodyList;
|
|
474
|
+
export declare const ListVmwareCloudDirectorOrganizationResponse: S.Schema<ListVmwareCloudDirectorOrganizationResponse>;
|
|
475
|
+
export interface ListVmwareCloudDirectorOrganizationEventRequest {
|
|
476
|
+
/** Organization ID */
|
|
477
|
+
organizationId: string;
|
|
478
|
+
/** Pagination cursor */
|
|
479
|
+
xPaginationCursor?: string;
|
|
480
|
+
/** Pagination size */
|
|
481
|
+
xPaginationSize?: number;
|
|
482
|
+
}
|
|
483
|
+
export declare const ListVmwareCloudDirectorOrganizationEventRequest: S.Schema<ListVmwareCloudDirectorOrganizationEventRequest>;
|
|
484
|
+
export type ListVmwareCloudDirectorOrganizationEventResponseBodyList = Array<CommonEvent>;
|
|
485
|
+
export declare const ListVmwareCloudDirectorOrganizationEventResponseBodyList: S.Schema<ListVmwareCloudDirectorOrganizationEventResponseBodyList>;
|
|
486
|
+
export type ListVmwareCloudDirectorOrganizationEventResponse = ListVmwareCloudDirectorOrganizationEventResponseBodyList;
|
|
487
|
+
export declare const ListVmwareCloudDirectorOrganizationEventResponse: S.Schema<ListVmwareCloudDirectorOrganizationEventResponse>;
|
|
488
|
+
export interface ListVmwareCloudDirectorOrganizationTaskRequest {
|
|
489
|
+
/** Organization ID */
|
|
490
|
+
organizationId: string;
|
|
491
|
+
/** Pagination cursor */
|
|
492
|
+
xPaginationCursor?: string;
|
|
493
|
+
/** Pagination size */
|
|
494
|
+
xPaginationSize?: number;
|
|
495
|
+
}
|
|
496
|
+
export declare const ListVmwareCloudDirectorOrganizationTaskRequest: S.Schema<ListVmwareCloudDirectorOrganizationTaskRequest>;
|
|
497
|
+
export type ListVmwareCloudDirectorOrganizationTaskResponseBodyList = Array<CommonTask>;
|
|
498
|
+
export declare const ListVmwareCloudDirectorOrganizationTaskResponseBodyList: S.Schema<ListVmwareCloudDirectorOrganizationTaskResponseBodyList>;
|
|
499
|
+
export type ListVmwareCloudDirectorOrganizationTaskResponse = ListVmwareCloudDirectorOrganizationTaskResponseBodyList;
|
|
500
|
+
export declare const ListVmwareCloudDirectorOrganizationTaskResponse: S.Schema<ListVmwareCloudDirectorOrganizationTaskResponse>;
|
|
501
|
+
export type ListVmwareCloudDirectorOrganizationVirtualDataCenterRequestIamTagsValueList = Array<IamResourceTagFilterInput>;
|
|
502
|
+
export declare const ListVmwareCloudDirectorOrganizationVirtualDataCenterRequestIamTagsValueList: S.Schema<ListVmwareCloudDirectorOrganizationVirtualDataCenterRequestIamTagsValueList>;
|
|
503
|
+
export type ListVmwareCloudDirectorOrganizationVirtualDataCenterRequestIamTagsMap = {
|
|
504
|
+
[key: string]: ListVmwareCloudDirectorOrganizationVirtualDataCenterRequestIamTagsValueList | undefined;
|
|
505
|
+
};
|
|
506
|
+
export declare const ListVmwareCloudDirectorOrganizationVirtualDataCenterRequestIamTagsMap: S.Schema<ListVmwareCloudDirectorOrganizationVirtualDataCenterRequestIamTagsMap>;
|
|
507
|
+
export interface ListVmwareCloudDirectorOrganizationVirtualDataCenterRequest {
|
|
508
|
+
/** Organization ID */
|
|
509
|
+
organizationId: string;
|
|
510
|
+
/** Filter resources on IAM tags */
|
|
511
|
+
iamTags?: ListVmwareCloudDirectorOrganizationVirtualDataCenterRequestIamTagsMap;
|
|
512
|
+
/** Pagination cursor */
|
|
513
|
+
xPaginationCursor?: string;
|
|
514
|
+
/** Pagination size */
|
|
515
|
+
xPaginationSize?: number;
|
|
516
|
+
}
|
|
517
|
+
export declare const ListVmwareCloudDirectorOrganizationVirtualDataCenterRequest: S.Schema<ListVmwareCloudDirectorOrganizationVirtualDataCenterRequest>;
|
|
518
|
+
export type ListVmwareCloudDirectorOrganizationVirtualDataCenterResponseBodyList = Array<VmwareCloudDirectorVirtualDataCenterWithIAM>;
|
|
519
|
+
export declare const ListVmwareCloudDirectorOrganizationVirtualDataCenterResponseBodyList: S.Schema<ListVmwareCloudDirectorOrganizationVirtualDataCenterResponseBodyList>;
|
|
520
|
+
export type ListVmwareCloudDirectorOrganizationVirtualDataCenterResponse = ListVmwareCloudDirectorOrganizationVirtualDataCenterResponseBodyList;
|
|
521
|
+
export declare const ListVmwareCloudDirectorOrganizationVirtualDataCenterResponse: S.Schema<ListVmwareCloudDirectorOrganizationVirtualDataCenterResponse>;
|
|
522
|
+
export interface ListVmwareCloudDirectorOrganizationVirtualDataCenterComputeRequest {
|
|
523
|
+
/** Organization ID */
|
|
524
|
+
organizationId: string;
|
|
525
|
+
/** Virtual data center ID */
|
|
526
|
+
virtualDataCenterId: string;
|
|
527
|
+
/** Pagination cursor */
|
|
528
|
+
xPaginationCursor?: string;
|
|
529
|
+
/** Pagination size */
|
|
530
|
+
xPaginationSize?: number;
|
|
531
|
+
}
|
|
532
|
+
export declare const ListVmwareCloudDirectorOrganizationVirtualDataCenterComputeRequest: S.Schema<ListVmwareCloudDirectorOrganizationVirtualDataCenterComputeRequest>;
|
|
533
|
+
export type ListVmwareCloudDirectorOrganizationVirtualDataCenterComputeResponseBodyList = Array<VmwareCloudDirectorCompute>;
|
|
534
|
+
export declare const ListVmwareCloudDirectorOrganizationVirtualDataCenterComputeResponseBodyList: S.Schema<ListVmwareCloudDirectorOrganizationVirtualDataCenterComputeResponseBodyList>;
|
|
535
|
+
export type ListVmwareCloudDirectorOrganizationVirtualDataCenterComputeResponse = ListVmwareCloudDirectorOrganizationVirtualDataCenterComputeResponseBodyList;
|
|
536
|
+
export declare const ListVmwareCloudDirectorOrganizationVirtualDataCenterComputeResponse: S.Schema<ListVmwareCloudDirectorOrganizationVirtualDataCenterComputeResponse>;
|
|
537
|
+
export interface ListVmwareCloudDirectorOrganizationVirtualDataCenterOrderableResourceRequest {
|
|
538
|
+
/** Organization ID */
|
|
539
|
+
organizationId: string;
|
|
540
|
+
/** Virtual data center ID */
|
|
541
|
+
virtualDataCenterId: string;
|
|
542
|
+
}
|
|
543
|
+
export declare const ListVmwareCloudDirectorOrganizationVirtualDataCenterOrderableResourceRequest: S.Schema<ListVmwareCloudDirectorOrganizationVirtualDataCenterOrderableResourceRequest>;
|
|
544
|
+
/** Possible Virtual Host */
|
|
545
|
+
export interface VmwareCloudDirectorOrderableResourceCompute {
|
|
546
|
+
/** Memory quota (GB) assigned to your organization Virtual DataCenter compute profile */
|
|
547
|
+
memoryQuota?: number;
|
|
548
|
+
/** Name of your organization Virtual DataCenter compute profile */
|
|
549
|
+
name?: string;
|
|
550
|
+
/** Profile (plan code) of your organization Virtual DataCenter compute profile */
|
|
551
|
+
profile?: string;
|
|
552
|
+
/** vCPU core count allocated to your organization Virtual DataCenter compute profile */
|
|
553
|
+
vCPUCount?: number;
|
|
554
|
+
/** Effective vCPU speed (GHz) for VMs in your organization Virtual DataCenter compute profile */
|
|
555
|
+
vCPUSpeed?: number;
|
|
556
|
+
}
|
|
557
|
+
export declare const VmwareCloudDirectorOrderableResourceCompute: S.Schema<VmwareCloudDirectorOrderableResourceCompute>;
|
|
558
|
+
/** Available orderable compute resources to your organization Virtual DataCenter */
|
|
559
|
+
export type VmwareCloudDirectorOrderableResourceComputeList = Array<VmwareCloudDirectorOrderableResourceCompute>;
|
|
560
|
+
export declare const VmwareCloudDirectorOrderableResourceComputeList: S.Schema<VmwareCloudDirectorOrderableResourceComputeList>;
|
|
561
|
+
/** Possible Storage */
|
|
562
|
+
export interface VmwareCloudDirectorOrderableResourceStorage {
|
|
563
|
+
/** Capacity available (GB) for the given resource in your organization Virtual DataCenter storage resource */
|
|
564
|
+
capacity?: number;
|
|
565
|
+
/** Name of your organization Virtual DataCenter storage resource */
|
|
566
|
+
name?: string;
|
|
567
|
+
/** Minimum ratio of input/output Operations (IOPS) per TB */
|
|
568
|
+
performanceClass?: number;
|
|
569
|
+
/** Profile (plan code) of your organization Virtual DataCenter storage resource */
|
|
570
|
+
profile?: string;
|
|
571
|
+
/** Type of your organization Virtual DataCenter storage resource */
|
|
572
|
+
type?: string;
|
|
573
|
+
}
|
|
574
|
+
export declare const VmwareCloudDirectorOrderableResourceStorage: S.Schema<VmwareCloudDirectorOrderableResourceStorage>;
|
|
575
|
+
/** Available orderable storage resources to your organization Virtual DataCenter */
|
|
576
|
+
export type VmwareCloudDirectorOrderableResourceStorageList = Array<VmwareCloudDirectorOrderableResourceStorage>;
|
|
577
|
+
export declare const VmwareCloudDirectorOrderableResourceStorageList: S.Schema<VmwareCloudDirectorOrderableResourceStorageList>;
|
|
578
|
+
/** Available orderable resources */
|
|
579
|
+
export interface VmwareCloudDirectorOrderableResource {
|
|
580
|
+
/** Available orderable compute resources to your organization Virtual DataCenter */
|
|
581
|
+
compute?: VmwareCloudDirectorOrderableResourceComputeList;
|
|
582
|
+
/** Available orderable storage resources to your organization Virtual DataCenter */
|
|
583
|
+
storage?: VmwareCloudDirectorOrderableResourceStorageList;
|
|
584
|
+
}
|
|
585
|
+
export declare const VmwareCloudDirectorOrderableResource: S.Schema<VmwareCloudDirectorOrderableResource>;
|
|
586
|
+
export interface ListVmwareCloudDirectorOrganizationVirtualDataCenterStorageRequest {
|
|
587
|
+
/** Organization ID */
|
|
588
|
+
organizationId: string;
|
|
589
|
+
/** Virtual data center ID */
|
|
590
|
+
virtualDataCenterId: string;
|
|
591
|
+
/** Pagination cursor */
|
|
592
|
+
xPaginationCursor?: string;
|
|
593
|
+
/** Pagination size */
|
|
594
|
+
xPaginationSize?: number;
|
|
595
|
+
}
|
|
596
|
+
export declare const ListVmwareCloudDirectorOrganizationVirtualDataCenterStorageRequest: S.Schema<ListVmwareCloudDirectorOrganizationVirtualDataCenterStorageRequest>;
|
|
597
|
+
export type ListVmwareCloudDirectorOrganizationVirtualDataCenterStorageResponseBodyList = Array<VmwareCloudDirectorStorage>;
|
|
598
|
+
export declare const ListVmwareCloudDirectorOrganizationVirtualDataCenterStorageResponseBodyList: S.Schema<ListVmwareCloudDirectorOrganizationVirtualDataCenterStorageResponseBodyList>;
|
|
599
|
+
export type ListVmwareCloudDirectorOrganizationVirtualDataCenterStorageResponse = ListVmwareCloudDirectorOrganizationVirtualDataCenterStorageResponseBodyList;
|
|
600
|
+
export declare const ListVmwareCloudDirectorOrganizationVirtualDataCenterStorageResponse: S.Schema<ListVmwareCloudDirectorOrganizationVirtualDataCenterStorageResponse>;
|
|
601
|
+
export interface ListVmwareCloudDirectorOrganizationVirtualDataCenterTaskRequest {
|
|
602
|
+
/** Organization ID */
|
|
603
|
+
organizationId: string;
|
|
604
|
+
/** Virtual data center ID */
|
|
605
|
+
virtualDataCenterId: string;
|
|
606
|
+
/** Pagination cursor */
|
|
607
|
+
xPaginationCursor?: string;
|
|
608
|
+
/** Pagination size */
|
|
609
|
+
xPaginationSize?: number;
|
|
610
|
+
}
|
|
611
|
+
export declare const ListVmwareCloudDirectorOrganizationVirtualDataCenterTaskRequest: S.Schema<ListVmwareCloudDirectorOrganizationVirtualDataCenterTaskRequest>;
|
|
612
|
+
export type ListVmwareCloudDirectorOrganizationVirtualDataCenterTaskResponseBodyList = Array<CommonTask>;
|
|
613
|
+
export declare const ListVmwareCloudDirectorOrganizationVirtualDataCenterTaskResponseBodyList: S.Schema<ListVmwareCloudDirectorOrganizationVirtualDataCenterTaskResponseBodyList>;
|
|
614
|
+
export type ListVmwareCloudDirectorOrganizationVirtualDataCenterTaskResponse = ListVmwareCloudDirectorOrganizationVirtualDataCenterTaskResponseBodyList;
|
|
615
|
+
export declare const ListVmwareCloudDirectorOrganizationVirtualDataCenterTaskResponse: S.Schema<ListVmwareCloudDirectorOrganizationVirtualDataCenterTaskResponse>;
|
|
616
|
+
export interface ListVmwareCloudDirectorReferenceRegionRequest {
|
|
617
|
+
/** Pagination cursor */
|
|
618
|
+
xPaginationCursor?: string;
|
|
619
|
+
/** Pagination size */
|
|
620
|
+
xPaginationSize?: number;
|
|
621
|
+
}
|
|
622
|
+
export declare const ListVmwareCloudDirectorReferenceRegionRequest: S.Schema<ListVmwareCloudDirectorReferenceRegionRequest>;
|
|
623
|
+
/** The region of your VMware Cloud Director project */
|
|
624
|
+
export type VmwareCloudDirectorRegionLocationEnum = "Asia Pacific (Australia - Sydney)" | "Asia Pacific (Singapore -Singapore)" | "Europe (France - Gravelines)" | "Europe (France - Paris)" | "Europe (France - Roubaix)" | "Europe (France - Strasbourg)" | "Europe (Germany - Limburg)" | "Europe (Poland - Warsaw)" | "Europe (United Kingdom - Erith)" | "North America (Canada - East - Beauharnois)" | "North America (US - East - Vinthill)" | "North America (US - West - Hillsboro)";
|
|
625
|
+
export declare const VmwareCloudDirectorRegionLocationEnum: any;
|
|
626
|
+
/** Hosting location */
|
|
627
|
+
export interface VmwareCloudDirectorRegion {
|
|
628
|
+
/** Location */
|
|
629
|
+
location?: VmwareCloudDirectorRegionLocationEnum;
|
|
630
|
+
/** Region */
|
|
631
|
+
region?: VmwareCloudDirectorRegionNameEnum;
|
|
632
|
+
}
|
|
633
|
+
export declare const VmwareCloudDirectorRegion: S.Schema<VmwareCloudDirectorRegion>;
|
|
634
|
+
export type ListVmwareCloudDirectorReferenceRegionResponseBodyList = Array<VmwareCloudDirectorRegion>;
|
|
635
|
+
export declare const ListVmwareCloudDirectorReferenceRegionResponseBodyList: S.Schema<ListVmwareCloudDirectorReferenceRegionResponseBodyList>;
|
|
636
|
+
export type ListVmwareCloudDirectorReferenceRegionResponse = ListVmwareCloudDirectorReferenceRegionResponseBodyList;
|
|
637
|
+
export declare const ListVmwareCloudDirectorReferenceRegionResponse: S.Schema<ListVmwareCloudDirectorReferenceRegionResponse>;
|
|
638
|
+
export interface PutVmwareCloudDirectorBackupRequest {
|
|
639
|
+
/** Backup ID */
|
|
640
|
+
backupId: string;
|
|
641
|
+
/** New target specification for the VMware Cloud Director organization backup service and offers */
|
|
642
|
+
targetSpec: VmwareCloudDirectorBackupTargetSpec;
|
|
643
|
+
}
|
|
644
|
+
export declare const PutVmwareCloudDirectorBackupRequest: S.Schema<PutVmwareCloudDirectorBackupRequest>;
|
|
645
|
+
/** Asynchronous operations ongoing on the VMware Cloud Director organization backup service */
|
|
646
|
+
export type VmwareCloudDirectorBackupBackupDetailsCurrentTasksList = Array<CommonCurrentTask>;
|
|
647
|
+
export declare const VmwareCloudDirectorBackupBackupDetailsCurrentTasksList: S.Schema<VmwareCloudDirectorBackupBackupDetailsCurrentTasksList>;
|
|
648
|
+
/** VMware Cloud Director Backup service */
|
|
649
|
+
export interface VmwareCloudDirectorBackupBackupDetails {
|
|
650
|
+
/** Datetime when backup was enabled */
|
|
651
|
+
createdAt?: string;
|
|
652
|
+
currentState?: VmwareCloudDirectorBackupCurrentState;
|
|
653
|
+
/** Asynchronous operations ongoing on the VMware Cloud Director organization backup service */
|
|
654
|
+
currentTasks?: VmwareCloudDirectorBackupBackupDetailsCurrentTasksList | null;
|
|
655
|
+
/** Unique identifier of the VMware Cloud Director backup */
|
|
656
|
+
id?: string;
|
|
657
|
+
/** Reflects the readiness of the VMware Cloud Director organization backup service. A new target specification request will be accepted only in `READY` status */
|
|
658
|
+
resourceStatus?: VmwareCloudDirectorBackupResourceStatusEnum;
|
|
659
|
+
targetSpec?: VmwareCloudDirectorBackupTargetSpec;
|
|
660
|
+
/** Datetime when backup is modified */
|
|
661
|
+
updatedAt?: string;
|
|
662
|
+
}
|
|
663
|
+
export declare const VmwareCloudDirectorBackupBackupDetails: S.Schema<VmwareCloudDirectorBackupBackupDetails>;
|
|
664
|
+
export interface PutVmwareCloudDirectorOrganizationRequest {
|
|
665
|
+
/** Organization ID */
|
|
666
|
+
organizationId: string;
|
|
667
|
+
/** New target specification for the VMware Cloud Director organization */
|
|
668
|
+
targetSpec: VmwareCloudDirectorOrganizationTargetSpec;
|
|
669
|
+
}
|
|
670
|
+
export declare const PutVmwareCloudDirectorOrganizationRequest: S.Schema<PutVmwareCloudDirectorOrganizationRequest>;
|
|
671
|
+
/** Asynchronous operations ongoing on the VMware Cloud Director organization */
|
|
672
|
+
export type VmwareCloudDirectorOrganizationCurrentTasksList = Array<CommonCurrentTask>;
|
|
673
|
+
export declare const VmwareCloudDirectorOrganizationCurrentTasksList: S.Schema<VmwareCloudDirectorOrganizationCurrentTasksList>;
|
|
674
|
+
/** VMware Cloud Director organization service */
|
|
675
|
+
export interface VmwareCloudDirectorOrganization {
|
|
676
|
+
currentState?: VmwareCloudDirectorOrganizationCurrentState;
|
|
677
|
+
/** Asynchronous operations ongoing on the VMware Cloud Director organization */
|
|
678
|
+
currentTasks?: VmwareCloudDirectorOrganizationCurrentTasksList | null;
|
|
679
|
+
/** Unique identifier */
|
|
680
|
+
id?: string;
|
|
681
|
+
/** Reflects the readiness of the VMware Cloud Director organization. A new target specification request will be accepted only in `READY` status */
|
|
682
|
+
resourceStatus?: CommonResourceStatusEnum;
|
|
683
|
+
targetSpec?: VmwareCloudDirectorOrganizationTargetSpec;
|
|
684
|
+
updatedAt?: string;
|
|
685
|
+
}
|
|
686
|
+
export declare const VmwareCloudDirectorOrganization: S.Schema<VmwareCloudDirectorOrganization>;
|
|
687
|
+
export interface PutVmwareCloudDirectorOrganizationVirtualDataCenterRequest {
|
|
688
|
+
/** Organization ID */
|
|
689
|
+
organizationId: string;
|
|
690
|
+
/** Virtual data center ID */
|
|
691
|
+
virtualDataCenterId: string;
|
|
692
|
+
/** New target specification for the organization Virtual DataCenter */
|
|
693
|
+
targetSpec: VmwareCloudDirectorVirtualDataCenterTargetSpec;
|
|
694
|
+
}
|
|
695
|
+
export declare const PutVmwareCloudDirectorOrganizationVirtualDataCenterRequest: S.Schema<PutVmwareCloudDirectorOrganizationVirtualDataCenterRequest>;
|
|
696
|
+
/** Asynchronous operations ongoing on the organization Virtual DataCenter */
|
|
697
|
+
export type VmwareCloudDirectorVirtualDataCenterCurrentTasksList = Array<CommonCurrentTask>;
|
|
698
|
+
export declare const VmwareCloudDirectorVirtualDataCenterCurrentTasksList: S.Schema<VmwareCloudDirectorVirtualDataCenterCurrentTasksList>;
|
|
699
|
+
/** Organization Virtual DataCenter service */
|
|
700
|
+
export interface VmwareCloudDirectorVirtualDataCenter {
|
|
701
|
+
currentState?: VmwareCloudDirectorVirtualDataCenterCurrentState;
|
|
702
|
+
/** Asynchronous operations ongoing on the organization Virtual DataCenter */
|
|
703
|
+
currentTasks?: VmwareCloudDirectorVirtualDataCenterCurrentTasksList | null;
|
|
704
|
+
/** Unique identifier */
|
|
705
|
+
id?: string;
|
|
706
|
+
/** Reflects the readiness of the organization Virtual DataCenter. A new target specification request will be accepted only in `READY` status */
|
|
707
|
+
resourceStatus?: CommonResourceStatusEnum;
|
|
708
|
+
targetSpec?: VmwareCloudDirectorVirtualDataCenterTargetSpec;
|
|
709
|
+
updatedAt?: string;
|
|
710
|
+
}
|
|
711
|
+
export declare const VmwareCloudDirectorVirtualDataCenter: S.Schema<VmwareCloudDirectorVirtualDataCenter>;
|
|
712
|
+
export type CreateVmwareCloudDirectorOrganizationPasswordError = OvhOpError;
|
|
713
|
+
/** Reset the VMware Cloud Director organization administrator password */
|
|
714
|
+
export declare const createVmwareCloudDirectorOrganizationPassword: API.OperationMethod<CreateVmwareCloudDirectorOrganizationPasswordRequest, CreateVmwareCloudDirectorOrganizationPasswordResponse, CreateVmwareCloudDirectorOrganizationPasswordError, OvhOpContext>;
|
|
715
|
+
export type GetVmwareCloudDirectorBackupError = OvhOpError;
|
|
716
|
+
/** Get VMware Cloud Director Backup service */
|
|
717
|
+
export declare const getVmwareCloudDirectorBackup: API.OperationMethod<GetVmwareCloudDirectorBackupRequest, VmwareCloudDirectorBackupBackupDetailsWithIAM, GetVmwareCloudDirectorBackupError, OvhOpContext>;
|
|
718
|
+
export type GetVmwareCloudDirectorBackupTaskError = OvhOpError;
|
|
719
|
+
/** Get a specific task related to the VMware Cloud Director backup service */
|
|
720
|
+
export declare const getVmwareCloudDirectorBackupTask: API.OperationMethod<GetVmwareCloudDirectorBackupTaskRequest, CommonTask, GetVmwareCloudDirectorBackupTaskError, OvhOpContext>;
|
|
721
|
+
export type GetVmwareCloudDirectorOrganizationError = OvhOpError;
|
|
722
|
+
/** Get VMware Cloud Director organization details */
|
|
723
|
+
export declare const getVmwareCloudDirectorOrganization: API.OperationMethod<GetVmwareCloudDirectorOrganizationRequest, VmwareCloudDirectorOrganizationWithIAM, GetVmwareCloudDirectorOrganizationError, OvhOpContext>;
|
|
724
|
+
export type GetVmwareCloudDirectorOrganizationTaskError = OvhOpError;
|
|
725
|
+
/** Get a specific task related to the VMware Cloud Director resources */
|
|
726
|
+
export declare const getVmwareCloudDirectorOrganizationTask: API.OperationMethod<GetVmwareCloudDirectorOrganizationTaskRequest, CommonTask, GetVmwareCloudDirectorOrganizationTaskError, OvhOpContext>;
|
|
727
|
+
export type GetVmwareCloudDirectorOrganizationVirtualDataCenterError = OvhOpError;
|
|
728
|
+
/** Get organization Virtual DataCenter details */
|
|
729
|
+
export declare const getVmwareCloudDirectorOrganizationVirtualDataCenter: API.OperationMethod<GetVmwareCloudDirectorOrganizationVirtualDataCenterRequest, VmwareCloudDirectorVirtualDataCenterWithIAM, GetVmwareCloudDirectorOrganizationVirtualDataCenterError, OvhOpContext>;
|
|
730
|
+
export type GetVmwareCloudDirectorOrganizationVirtualDataCenterComputeError = OvhOpError;
|
|
731
|
+
/** Get organization Virtual DataCenter associated compute resources */
|
|
732
|
+
export declare const getVmwareCloudDirectorOrganizationVirtualDataCenterCompute: API.OperationMethod<GetVmwareCloudDirectorOrganizationVirtualDataCenterComputeRequest, VmwareCloudDirectorCompute, GetVmwareCloudDirectorOrganizationVirtualDataCenterComputeError, OvhOpContext>;
|
|
733
|
+
export type GetVmwareCloudDirectorOrganizationVirtualDataCenterStorageError = OvhOpError;
|
|
734
|
+
/** Get organization Virtual DataCenter associated storage resources */
|
|
735
|
+
export declare const getVmwareCloudDirectorOrganizationVirtualDataCenterStorage: API.OperationMethod<GetVmwareCloudDirectorOrganizationVirtualDataCenterStorageRequest, VmwareCloudDirectorStorage, GetVmwareCloudDirectorOrganizationVirtualDataCenterStorageError, OvhOpContext>;
|
|
736
|
+
export type GetVmwareCloudDirectorOrganizationVirtualDataCenterTaskError = OvhOpError;
|
|
737
|
+
/** Get a specific task related to the organization Virtual DataCenter resource */
|
|
738
|
+
export declare const getVmwareCloudDirectorOrganizationVirtualDataCenterTask: API.OperationMethod<GetVmwareCloudDirectorOrganizationVirtualDataCenterTaskRequest, CommonTask, GetVmwareCloudDirectorOrganizationVirtualDataCenterTaskError, OvhOpContext>;
|
|
739
|
+
export type ListVmwareCloudDirectorBackupError = OvhOpError;
|
|
740
|
+
/** List VMware Cloud Director Backup services */
|
|
741
|
+
export declare const listVmwareCloudDirectorBackup: API.OperationMethod<ListVmwareCloudDirectorBackupRequest, ListVmwareCloudDirectorBackupResponse, ListVmwareCloudDirectorBackupError, OvhOpContext>;
|
|
742
|
+
export type ListVmwareCloudDirectorBackupEventError = OvhOpError;
|
|
743
|
+
/** List VMware Cloud Director Backup task */
|
|
744
|
+
export declare const listVmwareCloudDirectorBackupEvent: API.OperationMethod<ListVmwareCloudDirectorBackupEventRequest, ListVmwareCloudDirectorBackupEventResponse, ListVmwareCloudDirectorBackupEventError, OvhOpContext>;
|
|
745
|
+
export type ListVmwareCloudDirectorBackupTaskError = OvhOpError;
|
|
746
|
+
/** List all asynchronous operations related to the VMware Cloud Director backup service */
|
|
747
|
+
export declare const listVmwareCloudDirectorBackupTask: API.OperationMethod<ListVmwareCloudDirectorBackupTaskRequest, ListVmwareCloudDirectorBackupTaskResponse, ListVmwareCloudDirectorBackupTaskError, OvhOpContext>;
|
|
748
|
+
export type ListVmwareCloudDirectorOrganizationError = OvhOpError;
|
|
749
|
+
/** List VMware Cloud Director organizations */
|
|
750
|
+
export declare const listVmwareCloudDirectorOrganization: API.OperationMethod<ListVmwareCloudDirectorOrganizationRequest, ListVmwareCloudDirectorOrganizationResponse, ListVmwareCloudDirectorOrganizationError, OvhOpContext>;
|
|
751
|
+
export type ListVmwareCloudDirectorOrganizationEventError = OvhOpError;
|
|
752
|
+
/** List all events related to the VMware Cloud Director resources */
|
|
753
|
+
export declare const listVmwareCloudDirectorOrganizationEvent: API.OperationMethod<ListVmwareCloudDirectorOrganizationEventRequest, ListVmwareCloudDirectorOrganizationEventResponse, ListVmwareCloudDirectorOrganizationEventError, OvhOpContext>;
|
|
754
|
+
export type ListVmwareCloudDirectorOrganizationTaskError = OvhOpError;
|
|
755
|
+
/** List all asynchronous operations related to the VMware Cloud Director resources */
|
|
756
|
+
export declare const listVmwareCloudDirectorOrganizationTask: API.OperationMethod<ListVmwareCloudDirectorOrganizationTaskRequest, ListVmwareCloudDirectorOrganizationTaskResponse, ListVmwareCloudDirectorOrganizationTaskError, OvhOpContext>;
|
|
757
|
+
export type ListVmwareCloudDirectorOrganizationVirtualDataCenterError = OvhOpError;
|
|
758
|
+
/** List all organization Virtual DataCenters */
|
|
759
|
+
export declare const listVmwareCloudDirectorOrganizationVirtualDataCenter: API.OperationMethod<ListVmwareCloudDirectorOrganizationVirtualDataCenterRequest, ListVmwareCloudDirectorOrganizationVirtualDataCenterResponse, ListVmwareCloudDirectorOrganizationVirtualDataCenterError, OvhOpContext>;
|
|
760
|
+
export type ListVmwareCloudDirectorOrganizationVirtualDataCenterComputeError = OvhOpError;
|
|
761
|
+
/** List organization Virtual DataCenter associated compute resources */
|
|
762
|
+
export declare const listVmwareCloudDirectorOrganizationVirtualDataCenterCompute: API.OperationMethod<ListVmwareCloudDirectorOrganizationVirtualDataCenterComputeRequest, ListVmwareCloudDirectorOrganizationVirtualDataCenterComputeResponse, ListVmwareCloudDirectorOrganizationVirtualDataCenterComputeError, OvhOpContext>;
|
|
763
|
+
export type ListVmwareCloudDirectorOrganizationVirtualDataCenterOrderableResourceError = OvhOpError;
|
|
764
|
+
/** List all orderable resources related to the organization Virtual DataCenter */
|
|
765
|
+
export declare const listVmwareCloudDirectorOrganizationVirtualDataCenterOrderableResource: API.OperationMethod<ListVmwareCloudDirectorOrganizationVirtualDataCenterOrderableResourceRequest, VmwareCloudDirectorOrderableResource, ListVmwareCloudDirectorOrganizationVirtualDataCenterOrderableResourceError, OvhOpContext>;
|
|
766
|
+
export type ListVmwareCloudDirectorOrganizationVirtualDataCenterStorageError = OvhOpError;
|
|
767
|
+
/** List organization Virtual DataCenter associated storage resources */
|
|
768
|
+
export declare const listVmwareCloudDirectorOrganizationVirtualDataCenterStorage: API.OperationMethod<ListVmwareCloudDirectorOrganizationVirtualDataCenterStorageRequest, ListVmwareCloudDirectorOrganizationVirtualDataCenterStorageResponse, ListVmwareCloudDirectorOrganizationVirtualDataCenterStorageError, OvhOpContext>;
|
|
769
|
+
export type ListVmwareCloudDirectorOrganizationVirtualDataCenterTaskError = OvhOpError;
|
|
770
|
+
/** List all asynchronous operations related to the organization Virtual DataCenter resource */
|
|
771
|
+
export declare const listVmwareCloudDirectorOrganizationVirtualDataCenterTask: API.OperationMethod<ListVmwareCloudDirectorOrganizationVirtualDataCenterTaskRequest, ListVmwareCloudDirectorOrganizationVirtualDataCenterTaskResponse, ListVmwareCloudDirectorOrganizationVirtualDataCenterTaskError, OvhOpContext>;
|
|
772
|
+
export type ListVmwareCloudDirectorReferenceRegionError = OvhOpError;
|
|
773
|
+
/** Get region details */
|
|
774
|
+
export declare const listVmwareCloudDirectorReferenceRegion: API.OperationMethod<ListVmwareCloudDirectorReferenceRegionRequest, ListVmwareCloudDirectorReferenceRegionResponse, ListVmwareCloudDirectorReferenceRegionError, OvhOpContext>;
|
|
775
|
+
export type PutVmwareCloudDirectorBackupError = OvhOpError;
|
|
776
|
+
/** Update VMware Cloud Director Backup service */
|
|
777
|
+
export declare const putVmwareCloudDirectorBackup: API.OperationMethod<PutVmwareCloudDirectorBackupRequest, VmwareCloudDirectorBackupBackupDetails, PutVmwareCloudDirectorBackupError, OvhOpContext>;
|
|
778
|
+
export type PutVmwareCloudDirectorOrganizationError = OvhOpError;
|
|
779
|
+
/** Update VMware Cloud Director organization details */
|
|
780
|
+
export declare const putVmwareCloudDirectorOrganization: API.OperationMethod<PutVmwareCloudDirectorOrganizationRequest, VmwareCloudDirectorOrganization, PutVmwareCloudDirectorOrganizationError, OvhOpContext>;
|
|
781
|
+
export type PutVmwareCloudDirectorOrganizationVirtualDataCenterError = OvhOpError;
|
|
782
|
+
/** Update organization Virtual DataCenter details */
|
|
783
|
+
export declare const putVmwareCloudDirectorOrganizationVirtualDataCenter: API.OperationMethod<PutVmwareCloudDirectorOrganizationVirtualDataCenterRequest, VmwareCloudDirectorVirtualDataCenter, PutVmwareCloudDirectorOrganizationVirtualDataCenterError, OvhOpContext>;
|
|
784
|
+
//# sourceMappingURL=vmwareclouddirectororganization.d.ts.map
|