@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,3059 @@
|
|
|
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 CancelIpLoadbalancingZoneTerminationRequest {
|
|
6
|
+
/** The internal name of your IP load balancing */
|
|
7
|
+
serviceName: string;
|
|
8
|
+
/** Name of your zone */
|
|
9
|
+
name: string;
|
|
10
|
+
}
|
|
11
|
+
export declare const CancelIpLoadbalancingZoneTerminationRequest: S.Schema<CancelIpLoadbalancingZoneTerminationRequest>;
|
|
12
|
+
export interface CancelIpLoadbalancingZoneTerminationResponse {
|
|
13
|
+
}
|
|
14
|
+
export declare const CancelIpLoadbalancingZoneTerminationResponse: S.Schema<CancelIpLoadbalancingZoneTerminationResponse>;
|
|
15
|
+
/** All future uses you can provide for a service termination */
|
|
16
|
+
export type ServiceTerminationFutureUseEnum = "NOT_REPLACING_SERVICE" | "OTHER" | "SUBSCRIBE_AN_OTHER_SERVICE" | "SUBSCRIBE_OTHER_KIND_OF_SERVICE_WITH_COMPETITOR" | "SUBSCRIBE_SIMILAR_SERVICE_WITH_COMPETITOR";
|
|
17
|
+
export declare const ServiceTerminationFutureUseEnum: any;
|
|
18
|
+
/** All reasons you can provide for a service termination */
|
|
19
|
+
export type ServiceTerminationReasonEnum = "FEATURES_DONT_SUIT_ME" | "LACK_OF_PERFORMANCES" | "MIGRATED_TO_ANOTHER_OVH_PRODUCT" | "MIGRATED_TO_COMPETITOR" | "NOT_ENOUGH_RECOGNITION" | "NOT_NEEDED_ANYMORE" | "NOT_RELIABLE" | "NO_ANSWER" | "OTHER" | "PRODUCT_DIMENSION_DONT_SUIT_ME" | "PRODUCT_TOOLS_DONT_SUIT_ME" | "TOO_EXPENSIVE" | "TOO_HARD_TO_USE" | "UNSATIFIED_BY_CUSTOMER_SUPPORT";
|
|
20
|
+
export declare const ServiceTerminationReasonEnum: any;
|
|
21
|
+
export interface ConfirmIpLoadbalancingTerminationRequest {
|
|
22
|
+
/** The internal name of your IP load balancing */
|
|
23
|
+
serviceName: string;
|
|
24
|
+
/** Commentary about your termination request */
|
|
25
|
+
commentary?: string;
|
|
26
|
+
/** What next after your termination request */
|
|
27
|
+
futureUse?: ServiceTerminationFutureUseEnum | (string & {});
|
|
28
|
+
/** Reason of your termination request */
|
|
29
|
+
reason?: ServiceTerminationReasonEnum | (string & {});
|
|
30
|
+
/** The termination token sent by email to the admin contact */
|
|
31
|
+
token: string;
|
|
32
|
+
}
|
|
33
|
+
export declare const ConfirmIpLoadbalancingTerminationRequest: S.Schema<ConfirmIpLoadbalancingTerminationRequest>;
|
|
34
|
+
export type ConfirmIpLoadbalancingTerminationResponse = string;
|
|
35
|
+
export declare const ConfirmIpLoadbalancingTerminationResponse: S.Schema<ConfirmIpLoadbalancingTerminationResponse>;
|
|
36
|
+
export interface CreateIpLoadbalancingChangeContactRequest {
|
|
37
|
+
/** The internal name of your IP load balancing */
|
|
38
|
+
serviceName: string;
|
|
39
|
+
/** The contact to set as admin contact */
|
|
40
|
+
contactAdmin?: string;
|
|
41
|
+
/** The contact to set as billing contact */
|
|
42
|
+
contactBilling?: string;
|
|
43
|
+
/** The contact to set as tech contact */
|
|
44
|
+
contactTech?: string;
|
|
45
|
+
}
|
|
46
|
+
export declare const CreateIpLoadbalancingChangeContactRequest: S.Schema<CreateIpLoadbalancingChangeContactRequest>;
|
|
47
|
+
export type CreateIpLoadbalancingChangeContactResponseBodyList = Array<number>;
|
|
48
|
+
export declare const CreateIpLoadbalancingChangeContactResponseBodyList: S.Schema<CreateIpLoadbalancingChangeContactResponseBodyList>;
|
|
49
|
+
export type CreateIpLoadbalancingChangeContactResponse = CreateIpLoadbalancingChangeContactResponseBodyList;
|
|
50
|
+
export declare const CreateIpLoadbalancingChangeContactResponse: S.Schema<CreateIpLoadbalancingChangeContactResponse>;
|
|
51
|
+
/** The FQDN for which you want a free certificate. A DCV (Domain Control Validation) http request will be made to http://your_domain.abc, make sure this domain exists and resolves to your iplb ip before ordering */
|
|
52
|
+
export type CreateIpLoadbalancingFreeCertificateRequestFqdnList = Array<string>;
|
|
53
|
+
export declare const CreateIpLoadbalancingFreeCertificateRequestFqdnList: S.Schema<CreateIpLoadbalancingFreeCertificateRequestFqdnList>;
|
|
54
|
+
export interface CreateIpLoadbalancingFreeCertificateRequest {
|
|
55
|
+
/** The internal name of your IP load balancing */
|
|
56
|
+
serviceName: string;
|
|
57
|
+
/** The FQDN for which you want a free certificate. A DCV (Domain Control Validation) http request will be made to http://your_domain.abc, make sure this domain exists and resolves to your iplb ip before ordering */
|
|
58
|
+
fqdn: CreateIpLoadbalancingFreeCertificateRequestFqdnList;
|
|
59
|
+
}
|
|
60
|
+
export declare const CreateIpLoadbalancingFreeCertificateRequest: S.Schema<CreateIpLoadbalancingFreeCertificateRequest>;
|
|
61
|
+
/** Possible task action */
|
|
62
|
+
export type IpLoadbalancingTaskActionEnum = "deleteIplb" | "deployIplb" | "install" | "installIplb" | "installZone" | "orderFreeCertificate" | "orderPaidCertificate" | "orderSsl" | "refreshIplb" | "releaseIplb" | "releaseIplbZone" | "reopenIplb" | "suspendIplb" | "suspendZone" | "switchToIplbNextGenerationApi" | "vrackAttach" | "vrackDetach";
|
|
63
|
+
export declare const IpLoadbalancingTaskActionEnum: any;
|
|
64
|
+
/** Possible task status */
|
|
65
|
+
export type IpLoadbalancingTaskStatusEnum = "blocked" | "cancelled" | "doing" | "done" | "error" | "todo";
|
|
66
|
+
export declare const IpLoadbalancingTaskStatusEnum: any;
|
|
67
|
+
/** Zone of your Load Balancer which are updated by current Task */
|
|
68
|
+
export type IpLoadbalancingTaskTaskZonesList = Array<string>;
|
|
69
|
+
export declare const IpLoadbalancingTaskTaskZonesList: S.Schema<IpLoadbalancingTaskTaskZonesList>;
|
|
70
|
+
/** IP Load Balancing Operations */
|
|
71
|
+
export interface IpLoadbalancingTaskTask {
|
|
72
|
+
/** Operation type */
|
|
73
|
+
action?: IpLoadbalancingTaskActionEnum;
|
|
74
|
+
/** Creation date of your operation */
|
|
75
|
+
creationDate?: string;
|
|
76
|
+
/** Done date of your operation */
|
|
77
|
+
doneDate?: string | null;
|
|
78
|
+
/** Id of the operation */
|
|
79
|
+
id?: number;
|
|
80
|
+
/** Operation progress percentage */
|
|
81
|
+
progress?: number;
|
|
82
|
+
/** Current status of your operation */
|
|
83
|
+
status?: IpLoadbalancingTaskStatusEnum;
|
|
84
|
+
/** Zone of your Load Balancer which are updated by current Task */
|
|
85
|
+
zones?: IpLoadbalancingTaskTaskZonesList;
|
|
86
|
+
}
|
|
87
|
+
export declare const IpLoadbalancingTaskTask: S.Schema<IpLoadbalancingTaskTask>;
|
|
88
|
+
/** Possible values for load balancing balance algorithm */
|
|
89
|
+
export type IpLoadbalancingBalanceHTTPEnum = "first" | "leastconn" | "roundrobin" | "source" | "uri";
|
|
90
|
+
export declare const IpLoadbalancingBalanceHTTPEnum: any;
|
|
91
|
+
/** List of possible probe result matches. "status" is only supported for HTTP probes */
|
|
92
|
+
export type IpLoadbalancingProbeExpectMatchEnum = "contains" | "default" | "internal" | "matches" | "status";
|
|
93
|
+
export declare const IpLoadbalancingProbeExpectMatchEnum: any;
|
|
94
|
+
/** List of possible method for HTTP probes. Consider using HEAD to save bandwidth when possible. */
|
|
95
|
+
export type IpLoadbalancingProbeMethodEnum = "GET" | "HEAD" | "OPTIONS" | "internal";
|
|
96
|
+
export declare const IpLoadbalancingProbeMethodEnum: any;
|
|
97
|
+
/** Possible values for farm probe */
|
|
98
|
+
export type IpLoadbalancingProbeTypeEnum = "http" | "internal" | "mysql" | "oco" | "pgsql" | "smtp" | "tcp";
|
|
99
|
+
export declare const IpLoadbalancingProbeTypeEnum: any;
|
|
100
|
+
/** Probe used to determine if a backend is alive and can handle requests */
|
|
101
|
+
export interface IpLoadbalancingBackendProbe {
|
|
102
|
+
/** Force probe to run over a SSL layer. Defaults to false */
|
|
103
|
+
forceSsl?: boolean | null;
|
|
104
|
+
/** Seconds between each probe check. Must be > 30sec. Defaults to 30 */
|
|
105
|
+
interval?: number | null;
|
|
106
|
+
/** Matcher to use to valide "expect". "default" uses HAProxy's default behavior for this type of check. "status" is only supported for HTTP probes */
|
|
107
|
+
match?: IpLoadbalancingProbeExpectMatchEnum | (string & {}) | null;
|
|
108
|
+
/** HTTP method to use with "http" probe. Consider using HEAD to save bandwidth when possible. Defaults to "GET" */
|
|
109
|
+
method?: IpLoadbalancingProbeMethodEnum | (string & {}) | null;
|
|
110
|
+
/** Invert the matching operator effect */
|
|
111
|
+
negate?: boolean | null;
|
|
112
|
+
/** Server response expected when UP. Empty for "default", comma delimited list of statuses for "status", string for "contains", regex for "matches" */
|
|
113
|
+
pattern?: string | null;
|
|
114
|
+
/** Port used to probe your backend. Equal to farm port if null. Ignored for oco probe type */
|
|
115
|
+
port?: number | null;
|
|
116
|
+
/** Probe type. "tcp" if null */
|
|
117
|
+
type?: IpLoadbalancingProbeTypeEnum | (string & {}) | null;
|
|
118
|
+
/** URL to use for HTTP probes of the form [www.example.com]/path/to/check. Protocol will be ignored. Defaults to "/" */
|
|
119
|
+
url?: string | null;
|
|
120
|
+
}
|
|
121
|
+
export declare const IpLoadbalancingBackendProbe: S.Schema<IpLoadbalancingBackendProbe>;
|
|
122
|
+
/** Possible values for HTTP backend stickiness */
|
|
123
|
+
export type IpLoadbalancingStickinessHTTPEnum = "cookie" | "sourceIp";
|
|
124
|
+
export declare const IpLoadbalancingStickinessHTTPEnum: any;
|
|
125
|
+
export interface CreateIpLoadbalancingHttpFarmRequest {
|
|
126
|
+
/** The internal name of your IP load balancing */
|
|
127
|
+
serviceName: string;
|
|
128
|
+
/** Load balancing algorithm. 'roundrobin' if null */
|
|
129
|
+
balance?: IpLoadbalancingBalanceHTTPEnum | (string & {});
|
|
130
|
+
/** Human readable name for your backend, this field is for you */
|
|
131
|
+
displayName?: string;
|
|
132
|
+
/** Port attached to your farm ([1..49151]). Inherited from frontend if null */
|
|
133
|
+
port?: number;
|
|
134
|
+
/** Probe used to determine if a backend is alive and can handle requests */
|
|
135
|
+
probe?: IpLoadbalancingBackendProbe;
|
|
136
|
+
/** Stickiness type. No stickiness if null */
|
|
137
|
+
stickiness?: IpLoadbalancingStickinessHTTPEnum | (string & {});
|
|
138
|
+
/** Internal Load Balancer identifier of the vRack private network to attach to your farm, mandatory when your Load Balancer is attached to a vRack */
|
|
139
|
+
vrackNetworkId?: number;
|
|
140
|
+
/** Zone of your farm */
|
|
141
|
+
zone: string;
|
|
142
|
+
}
|
|
143
|
+
export declare const CreateIpLoadbalancingHttpFarmRequest: S.Schema<CreateIpLoadbalancingHttpFarmRequest>;
|
|
144
|
+
/** HTTP Farm */
|
|
145
|
+
export interface IpLoadbalancingBackendHttpBackendHttp {
|
|
146
|
+
/** Load balancing algorithm. 'roundrobin' if null */
|
|
147
|
+
balance?: IpLoadbalancingBalanceHTTPEnum | null;
|
|
148
|
+
/** Human readable name for your backend, this field is for you */
|
|
149
|
+
displayName?: string | null;
|
|
150
|
+
/** Id of your farm */
|
|
151
|
+
farmId?: number;
|
|
152
|
+
/** Port attached to your farm. Inherited from frontend if null */
|
|
153
|
+
port?: number | null;
|
|
154
|
+
/** Probe used to determine if a backend is alive and can handle requests. Defaults to tcp on the same port as the farm */
|
|
155
|
+
probe?: IpLoadbalancingBackendProbe | null;
|
|
156
|
+
/** Stickiness type. No stickiness if null */
|
|
157
|
+
stickiness?: IpLoadbalancingStickinessHTTPEnum | null;
|
|
158
|
+
/** Internal Load Balancer identifier of the vRack private network attached to your farm, mandatory when your Load Balancer is attached to a vRack */
|
|
159
|
+
vrackNetworkId?: number | null;
|
|
160
|
+
/** Zone of you farm */
|
|
161
|
+
zone?: string;
|
|
162
|
+
}
|
|
163
|
+
export declare const IpLoadbalancingBackendHttpBackendHttp: S.Schema<IpLoadbalancingBackendHttpBackendHttp>;
|
|
164
|
+
/** Possible values for OnMarkedDown type */
|
|
165
|
+
export type IpLoadbalancingOnMarkedDownEnum = "shutdown-sessions";
|
|
166
|
+
export declare const IpLoadbalancingOnMarkedDownEnum: any;
|
|
167
|
+
/** Possible values for proxy type */
|
|
168
|
+
export type IpLoadbalancingProxyProtocolVersionEnum = "v1" | "v2" | "v2-ssl" | "v2-ssl-cn";
|
|
169
|
+
export declare const IpLoadbalancingProxyProtocolVersionEnum: any;
|
|
170
|
+
/** Possible values for server status */
|
|
171
|
+
export type IpLoadbalancingBackendCustomerServerStatusEnum = "active" | "inactive";
|
|
172
|
+
export declare const IpLoadbalancingBackendCustomerServerStatusEnum: any;
|
|
173
|
+
export interface CreateIpLoadbalancingHttpFarmServerRequest {
|
|
174
|
+
/** The internal name of your IP load balancing */
|
|
175
|
+
serviceName: string;
|
|
176
|
+
/** Id of your farm */
|
|
177
|
+
farmId: number;
|
|
178
|
+
/** Address of your server */
|
|
179
|
+
address: string;
|
|
180
|
+
/** Set server as backup. Default: 'false' */
|
|
181
|
+
backup?: boolean;
|
|
182
|
+
/** Certificate chain. Allow server certificate verification (Avoid man-in-the-middle attacks) */
|
|
183
|
+
chain?: string;
|
|
184
|
+
/** Set the cookie value used when 'cookie' stickiness is set in the farm. Auto generate the cookie if none provided and required. */
|
|
185
|
+
cookie?: string;
|
|
186
|
+
/** Human readable name for your server, this field is for you */
|
|
187
|
+
displayName?: string;
|
|
188
|
+
/** Enable action when backend marked down. (No action if null) */
|
|
189
|
+
onMarkedDown?: IpLoadbalancingOnMarkedDownEnum | (string & {});
|
|
190
|
+
/** Port attached to your server ([1..49151]). Inherited from farm if null */
|
|
191
|
+
port?: number;
|
|
192
|
+
/** Enable/disable probe. Default: 'false' */
|
|
193
|
+
probe?: boolean;
|
|
194
|
+
/** Disabled if null. Send PROXY protocol header. Requires a compatible server. */
|
|
195
|
+
proxyProtocolVersion?: IpLoadbalancingProxyProtocolVersionEnum | (string & {});
|
|
196
|
+
/** SSL ciphering. Probes will also be sent ciphered. Default: 'false' */
|
|
197
|
+
ssl?: boolean;
|
|
198
|
+
/** Enable or disable your server */
|
|
199
|
+
status: IpLoadbalancingBackendCustomerServerStatusEnum | (string & {});
|
|
200
|
+
/** Set weight on that server [1..256]. 0 if not used in load balancing. 1 if left null. Servers with higher weight get more requests. */
|
|
201
|
+
weight?: number;
|
|
202
|
+
}
|
|
203
|
+
export declare const CreateIpLoadbalancingHttpFarmServerRequest: S.Schema<CreateIpLoadbalancingHttpFarmServerRequest>;
|
|
204
|
+
/** Available servers states */
|
|
205
|
+
export interface IpLoadbalancingServerState {
|
|
206
|
+
/** Layer5-7 code, if available */
|
|
207
|
+
checkCode?: string | null;
|
|
208
|
+
/** Status of last health check */
|
|
209
|
+
checkStatus?: string | null;
|
|
210
|
+
/** Time of last health check */
|
|
211
|
+
checkTime?: string | null;
|
|
212
|
+
/** Id of your instance */
|
|
213
|
+
instanceId?: number;
|
|
214
|
+
/** Last health check contents or textual error */
|
|
215
|
+
lastCheckContent?: string | null;
|
|
216
|
+
/** Status */
|
|
217
|
+
status?: string | null;
|
|
218
|
+
}
|
|
219
|
+
export declare const IpLoadbalancingServerState: S.Schema<IpLoadbalancingServerState>;
|
|
220
|
+
/** Server state */
|
|
221
|
+
export type IpLoadbalancingBackendHttpCustomerServerBackendHTTPServerServerStateList = Array<IpLoadbalancingServerState>;
|
|
222
|
+
export declare const IpLoadbalancingBackendHttpCustomerServerBackendHTTPServerServerStateList: S.Schema<IpLoadbalancingBackendHttpCustomerServerBackendHTTPServerServerStateList>;
|
|
223
|
+
/** HTTP Farm's Server */
|
|
224
|
+
export interface IpLoadbalancingBackendHttpCustomerServerBackendHTTPServer {
|
|
225
|
+
/** Address of your server */
|
|
226
|
+
address?: string;
|
|
227
|
+
/** farm id */
|
|
228
|
+
backendId?: number;
|
|
229
|
+
/** Backup state. Default: 'false' */
|
|
230
|
+
backup?: boolean;
|
|
231
|
+
/** Certificate chain. Allow server certificate verification (Avoid man-in-the-middle attacks) */
|
|
232
|
+
chain?: string | null;
|
|
233
|
+
/** Server cookie value configured for cookie stickiness */
|
|
234
|
+
cookie?: string | null;
|
|
235
|
+
/** Human readable name for your server, this field is for you */
|
|
236
|
+
displayName?: string | null;
|
|
237
|
+
/** Set action when backend marked down. (No action if null) */
|
|
238
|
+
onMarkedDown?: IpLoadbalancingOnMarkedDownEnum | null;
|
|
239
|
+
/** Port attached to your server. Inherited from farm if null */
|
|
240
|
+
port?: number | null;
|
|
241
|
+
/** Probe state. Default: 'false' */
|
|
242
|
+
probe?: boolean;
|
|
243
|
+
/** Disabled if null. Send PROXY protocol header. Requires a compatible server. */
|
|
244
|
+
proxyProtocolVersion?: IpLoadbalancingProxyProtocolVersionEnum | null;
|
|
245
|
+
/** Id of your server */
|
|
246
|
+
serverId?: number;
|
|
247
|
+
/** Server state */
|
|
248
|
+
serverState?: IpLoadbalancingBackendHttpCustomerServerBackendHTTPServerServerStateList;
|
|
249
|
+
/** SSL ciphering. Probes will also be sent ciphered. Default: 'false' */
|
|
250
|
+
ssl?: boolean;
|
|
251
|
+
/** Status attached to your server */
|
|
252
|
+
status?: IpLoadbalancingBackendCustomerServerStatusEnum;
|
|
253
|
+
/** Weight value. Defaults to 1. 0 if not used in load balancing. Servers with higher weight get more requests. */
|
|
254
|
+
weight?: number | null;
|
|
255
|
+
}
|
|
256
|
+
export declare const IpLoadbalancingBackendHttpCustomerServerBackendHTTPServer: S.Schema<IpLoadbalancingBackendHttpCustomerServerBackendHTTPServer>;
|
|
257
|
+
export interface CreateIpLoadbalancingHttpFarmServerTransparentRequest {
|
|
258
|
+
/** The internal name of your IP load balancing */
|
|
259
|
+
serviceName: string;
|
|
260
|
+
/** Id of your farm */
|
|
261
|
+
farmId: number;
|
|
262
|
+
/** Id of your server */
|
|
263
|
+
serverId: number;
|
|
264
|
+
address: string;
|
|
265
|
+
slotId: number;
|
|
266
|
+
}
|
|
267
|
+
export declare const CreateIpLoadbalancingHttpFarmServerTransparentRequest: S.Schema<CreateIpLoadbalancingHttpFarmServerTransparentRequest>;
|
|
268
|
+
/** Server's vrack transparent ip */
|
|
269
|
+
export interface IpLoadbalancingVrackTransparentIpVrackTransparentIp {
|
|
270
|
+
address?: string;
|
|
271
|
+
farmId?: number;
|
|
272
|
+
id?: number;
|
|
273
|
+
serverId?: number;
|
|
274
|
+
slotId?: number;
|
|
275
|
+
}
|
|
276
|
+
export declare const IpLoadbalancingVrackTransparentIpVrackTransparentIp: S.Schema<IpLoadbalancingVrackTransparentIpVrackTransparentIp>;
|
|
277
|
+
/** Restrict IP Load Balancing access to these ip block. No restriction if null. You cannot specify allowedSource and deniedSource both at the same time */
|
|
278
|
+
export type CreateIpLoadbalancingHttpFrontendRequestAllowedSourceList = Array<string>;
|
|
279
|
+
export declare const CreateIpLoadbalancingHttpFrontendRequestAllowedSourceList: S.Schema<CreateIpLoadbalancingHttpFrontendRequestAllowedSourceList>;
|
|
280
|
+
/** Only attach frontend on these ip. No restriction if null */
|
|
281
|
+
export type CreateIpLoadbalancingHttpFrontendRequestDedicatedIpfoList = Array<string>;
|
|
282
|
+
export declare const CreateIpLoadbalancingHttpFrontendRequestDedicatedIpfoList: S.Schema<CreateIpLoadbalancingHttpFrontendRequestDedicatedIpfoList>;
|
|
283
|
+
/** Deny IP Load Balancing access to these ip block. No restriction if null. You cannot specify allowedSource and deniedSource both at the same time */
|
|
284
|
+
export type CreateIpLoadbalancingHttpFrontendRequestDeniedSourceList = Array<string>;
|
|
285
|
+
export declare const CreateIpLoadbalancingHttpFrontendRequestDeniedSourceList: S.Schema<CreateIpLoadbalancingHttpFrontendRequestDeniedSourceList>;
|
|
286
|
+
/** Add header to your frontend. Useful variables admitted : %ci <=> client_ip, %cp <=> client_port */
|
|
287
|
+
export type CreateIpLoadbalancingHttpFrontendRequestHttpHeaderList = Array<string>;
|
|
288
|
+
export declare const CreateIpLoadbalancingHttpFrontendRequestHttpHeaderList: S.Schema<CreateIpLoadbalancingHttpFrontendRequestHttpHeaderList>;
|
|
289
|
+
export interface CreateIpLoadbalancingHttpFrontendRequest {
|
|
290
|
+
/** The internal name of your IP load balancing */
|
|
291
|
+
serviceName: string;
|
|
292
|
+
/** Restrict IP Load Balancing access to these ip block. No restriction if null. You cannot specify allowedSource and deniedSource both at the same time */
|
|
293
|
+
allowedSource?: CreateIpLoadbalancingHttpFrontendRequestAllowedSourceList;
|
|
294
|
+
/** Only attach frontend on these ip. No restriction if null */
|
|
295
|
+
dedicatedIpfo?: CreateIpLoadbalancingHttpFrontendRequestDedicatedIpfoList;
|
|
296
|
+
/** Default HTTP Farm of your frontend */
|
|
297
|
+
defaultFarmId?: number;
|
|
298
|
+
/** Default ssl served to your customer */
|
|
299
|
+
defaultSslId?: number;
|
|
300
|
+
/** Deny IP Load Balancing access to these ip block. No restriction if null. You cannot specify allowedSource and deniedSource both at the same time */
|
|
301
|
+
deniedSource?: CreateIpLoadbalancingHttpFrontendRequestDeniedSourceList;
|
|
302
|
+
/** Disable your frontend. Default: 'false' */
|
|
303
|
+
disabled?: boolean;
|
|
304
|
+
/** Human readable name for your frontend, this field is for you */
|
|
305
|
+
displayName?: string;
|
|
306
|
+
/** HTTP Strict Transport Security. Default: 'false' */
|
|
307
|
+
hsts?: boolean;
|
|
308
|
+
/** Add header to your frontend. Useful variables admitted : %ci <=> client_ip, %cp <=> client_port */
|
|
309
|
+
httpHeader?: CreateIpLoadbalancingHttpFrontendRequestHttpHeaderList;
|
|
310
|
+
/** Port(s) attached to your frontend. Supports single port (numerical value), range (2 dash-delimited increasing ports) and comma-separated list of 'single port' and/or 'range'. Each port must be in the [1;49151] range. */
|
|
311
|
+
port: string;
|
|
312
|
+
/** HTTP redirection (Ex : http://www.ovh.com) */
|
|
313
|
+
redirectLocation?: string;
|
|
314
|
+
/** SSL deciphering. Default: 'false' */
|
|
315
|
+
ssl?: boolean;
|
|
316
|
+
/** Zone of your frontend. Use "all" for all owned zone. */
|
|
317
|
+
zone: string;
|
|
318
|
+
}
|
|
319
|
+
export declare const CreateIpLoadbalancingHttpFrontendRequest: S.Schema<CreateIpLoadbalancingHttpFrontendRequest>;
|
|
320
|
+
/** Restrict IP Load Balancing access to these ip block. No restriction if null. You cannot specify allowedSource and deniedSource both at the same time */
|
|
321
|
+
export type IpLoadbalancingFrontendHttpFrontendHttpAllowedSourceList = Array<string>;
|
|
322
|
+
export declare const IpLoadbalancingFrontendHttpFrontendHttpAllowedSourceList: S.Schema<IpLoadbalancingFrontendHttpFrontendHttpAllowedSourceList>;
|
|
323
|
+
/** Only attach frontend on these ip. No restriction if null */
|
|
324
|
+
export type IpLoadbalancingFrontendHttpFrontendHttpDedicatedIpfoList = Array<string>;
|
|
325
|
+
export declare const IpLoadbalancingFrontendHttpFrontendHttpDedicatedIpfoList: S.Schema<IpLoadbalancingFrontendHttpFrontendHttpDedicatedIpfoList>;
|
|
326
|
+
/** Deny IP Load Balancing access to these ip block. No restriction if null. You cannot specify allowedSource and deniedSource both at the same time */
|
|
327
|
+
export type IpLoadbalancingFrontendHttpFrontendHttpDeniedSourceList = Array<string>;
|
|
328
|
+
export declare const IpLoadbalancingFrontendHttpFrontendHttpDeniedSourceList: S.Schema<IpLoadbalancingFrontendHttpFrontendHttpDeniedSourceList>;
|
|
329
|
+
/** Add header to your frontend. Useful variables admitted : %ci <=> client_ip, %cp <=> client_port */
|
|
330
|
+
export type IpLoadbalancingFrontendHttpFrontendHttpHttpHeaderList = Array<string>;
|
|
331
|
+
export declare const IpLoadbalancingFrontendHttpFrontendHttpHttpHeaderList: S.Schema<IpLoadbalancingFrontendHttpFrontendHttpHttpHeaderList>;
|
|
332
|
+
/** Frontend HTTP */
|
|
333
|
+
export interface IpLoadbalancingFrontendHttpFrontendHttp {
|
|
334
|
+
/** Restrict IP Load Balancing access to these ip block. No restriction if null. You cannot specify allowedSource and deniedSource both at the same time */
|
|
335
|
+
allowedSource?: IpLoadbalancingFrontendHttpFrontendHttpAllowedSourceList | null;
|
|
336
|
+
/** Only attach frontend on these ip. No restriction if null */
|
|
337
|
+
dedicatedIpfo?: IpLoadbalancingFrontendHttpFrontendHttpDedicatedIpfoList | null;
|
|
338
|
+
/** Default HTTP Farm of your frontend */
|
|
339
|
+
defaultFarmId?: number | null;
|
|
340
|
+
/** Default ssl served to your customer */
|
|
341
|
+
defaultSslId?: number | null;
|
|
342
|
+
/** Deny IP Load Balancing access to these ip block. No restriction if null. You cannot specify allowedSource and deniedSource both at the same time */
|
|
343
|
+
deniedSource?: IpLoadbalancingFrontendHttpFrontendHttpDeniedSourceList | null;
|
|
344
|
+
/** Disable frontend. Default: 'false' */
|
|
345
|
+
disabled?: boolean;
|
|
346
|
+
/** Human readable name for your frontend, this field is for you */
|
|
347
|
+
displayName?: string | null;
|
|
348
|
+
/** Id of your frontend */
|
|
349
|
+
frontendId?: number;
|
|
350
|
+
/** HTTP Strict Transport Security. Default: 'false' */
|
|
351
|
+
hsts?: boolean;
|
|
352
|
+
/** Add header to your frontend. Useful variables admitted : %ci <=> client_ip, %cp <=> client_port */
|
|
353
|
+
httpHeader?: IpLoadbalancingFrontendHttpFrontendHttpHttpHeaderList | null;
|
|
354
|
+
/** Listening port(s) on the server */
|
|
355
|
+
port?: string;
|
|
356
|
+
/** HTTP redirection (Ex : http://www.ovh.com) */
|
|
357
|
+
redirectLocation?: string | null;
|
|
358
|
+
/** SSL deciphering. Default: 'false' */
|
|
359
|
+
ssl?: boolean;
|
|
360
|
+
/** Internal Load Balancer identifier of the vRack private network attached to your frontend. */
|
|
361
|
+
vrackNetworkId?: number | null;
|
|
362
|
+
/** Virtual Router Identifier. 1-255 */
|
|
363
|
+
vrackVrouterId?: number | null;
|
|
364
|
+
/** Zone of you frontend */
|
|
365
|
+
zone?: string;
|
|
366
|
+
}
|
|
367
|
+
export declare const IpLoadbalancingFrontendHttpFrontendHttp: S.Schema<IpLoadbalancingFrontendHttpFrontendHttp>;
|
|
368
|
+
/** Address of the frontend in the vrack. Null to disable */
|
|
369
|
+
export type CreateIpLoadbalancingHttpFrontendPrivateRequestDedicatedIpfoList = Array<string>;
|
|
370
|
+
export declare const CreateIpLoadbalancingHttpFrontendPrivateRequestDedicatedIpfoList: S.Schema<CreateIpLoadbalancingHttpFrontendPrivateRequestDedicatedIpfoList>;
|
|
371
|
+
export interface CreateIpLoadbalancingHttpFrontendPrivateRequest {
|
|
372
|
+
/** The internal name of your IP load balancing */
|
|
373
|
+
serviceName: string;
|
|
374
|
+
/** Id of your frontend */
|
|
375
|
+
frontendId: number;
|
|
376
|
+
/** Address of the frontend in the vrack. Null to disable */
|
|
377
|
+
dedicatedIpfo?: CreateIpLoadbalancingHttpFrontendPrivateRequestDedicatedIpfoList;
|
|
378
|
+
/** Internal Load Balancer identifier of the vRack private network to attach to your frontend. Null to disable */
|
|
379
|
+
vrackNetworkId?: number;
|
|
380
|
+
/** Virtual Router Identifier. 1-255 */
|
|
381
|
+
vrackVrouterId?: number;
|
|
382
|
+
}
|
|
383
|
+
export declare const CreateIpLoadbalancingHttpFrontendPrivateRequest: S.Schema<CreateIpLoadbalancingHttpFrontendPrivateRequest>;
|
|
384
|
+
/** Restrict iplb access to these ip block. No restriction if null. You cannot specify allowedSource and deniedSource both at the same time */
|
|
385
|
+
export type IpLoadbalancingFrontendFrontendAllowedSourceList = Array<string>;
|
|
386
|
+
export declare const IpLoadbalancingFrontendFrontendAllowedSourceList: S.Schema<IpLoadbalancingFrontendFrontendAllowedSourceList>;
|
|
387
|
+
/** Only attach frontend on these ip. No restriction if null */
|
|
388
|
+
export type IpLoadbalancingFrontendFrontendDedicatedIpfoList = Array<string>;
|
|
389
|
+
export declare const IpLoadbalancingFrontendFrontendDedicatedIpfoList: S.Schema<IpLoadbalancingFrontendFrontendDedicatedIpfoList>;
|
|
390
|
+
/** Deny iplb access to these ip block. No restriction if null. You cannot specify allowedSource and deniedSource both at the same time */
|
|
391
|
+
export type IpLoadbalancingFrontendFrontendDeniedSourceList = Array<string>;
|
|
392
|
+
export declare const IpLoadbalancingFrontendFrontendDeniedSourceList: S.Schema<IpLoadbalancingFrontendFrontendDeniedSourceList>;
|
|
393
|
+
/** Add header to your frontend. Useful variables admitted : %ci <=> client_ip, %cp <=> client_port */
|
|
394
|
+
export type IpLoadbalancingFrontendFrontendHttpHeaderList = Array<string>;
|
|
395
|
+
export declare const IpLoadbalancingFrontendFrontendHttpHeaderList: S.Schema<IpLoadbalancingFrontendFrontendHttpHeaderList>;
|
|
396
|
+
/** Possible values for proxy type */
|
|
397
|
+
export type IpLoadbalancingProxyTypeEnum = "http" | "tcp";
|
|
398
|
+
export declare const IpLoadbalancingProxyTypeEnum: any;
|
|
399
|
+
/** Frontend */
|
|
400
|
+
export interface IpLoadbalancingFrontendFrontend {
|
|
401
|
+
/** Restrict iplb access to these ip block. No restriction if null. You cannot specify allowedSource and deniedSource both at the same time */
|
|
402
|
+
allowedSource?: IpLoadbalancingFrontendFrontendAllowedSourceList | null;
|
|
403
|
+
/** Only attach frontend on these ip. No restriction if null */
|
|
404
|
+
dedicatedIpfo?: IpLoadbalancingFrontendFrontendDedicatedIpfoList | null;
|
|
405
|
+
/** Default Backend of your frontend */
|
|
406
|
+
defaultBackendId?: number | null;
|
|
407
|
+
/** Default ssl served to your customer */
|
|
408
|
+
defaultSslId?: number | null;
|
|
409
|
+
/** Deny iplb access to these ip block. No restriction if null. You cannot specify allowedSource and deniedSource both at the same time */
|
|
410
|
+
deniedSource?: IpLoadbalancingFrontendFrontendDeniedSourceList | null;
|
|
411
|
+
/** Disable frontend. Default: 'false' */
|
|
412
|
+
disabled?: boolean;
|
|
413
|
+
/** HTTP Strict Transport Security. Default: 'false' */
|
|
414
|
+
hsts?: boolean;
|
|
415
|
+
/** Add header to your frontend. Useful variables admitted : %ci <=> client_ip, %cp <=> client_port */
|
|
416
|
+
httpHeader?: IpLoadbalancingFrontendFrontendHttpHeaderList | null;
|
|
417
|
+
/** Id of your frontend */
|
|
418
|
+
id?: number;
|
|
419
|
+
/** Port(s) attached to your frontend */
|
|
420
|
+
port?: string;
|
|
421
|
+
/** HTTP redirection (Ex : http://www.ovh.com) */
|
|
422
|
+
redirectLocation?: string | null;
|
|
423
|
+
/** SSL deciphering. Default: 'false' */
|
|
424
|
+
ssl?: boolean;
|
|
425
|
+
/** Type of your frontend */
|
|
426
|
+
type?: IpLoadbalancingProxyTypeEnum;
|
|
427
|
+
/** Zone of you frontend */
|
|
428
|
+
zone?: string;
|
|
429
|
+
}
|
|
430
|
+
export declare const IpLoadbalancingFrontendFrontend: S.Schema<IpLoadbalancingFrontendFrontend>;
|
|
431
|
+
/** Action triggered when all rules from route match */
|
|
432
|
+
export interface IpLoadbalancingRouteHttpAction {
|
|
433
|
+
/** HTTP status code for "redirect" and "reject" actions */
|
|
434
|
+
status?: number | null;
|
|
435
|
+
/** Farm ID for "farm" action type or URL template for "redirect" action. You may use ${uri}, ${protocol}, ${host}, ${port} and ${path} variables in redirect target */
|
|
436
|
+
target?: string | null;
|
|
437
|
+
/** Action to trigger if all the rules of this route matches */
|
|
438
|
+
type?: string;
|
|
439
|
+
}
|
|
440
|
+
export declare const IpLoadbalancingRouteHttpAction: S.Schema<IpLoadbalancingRouteHttpAction>;
|
|
441
|
+
export interface CreateIpLoadbalancingHttpRouteRequest {
|
|
442
|
+
/** The internal name of your IP load balancing */
|
|
443
|
+
serviceName: string;
|
|
444
|
+
/** Action triggered when all rules match */
|
|
445
|
+
action: IpLoadbalancingRouteHttpAction;
|
|
446
|
+
/** Human readable name for your route, this field is for you */
|
|
447
|
+
displayName?: string;
|
|
448
|
+
/** Route traffic for this frontend */
|
|
449
|
+
frontendId?: number;
|
|
450
|
+
/** Route priority ([0..255]). 0 if null. Highest priority routes are evaluated last. Only the first matching route will trigger an action */
|
|
451
|
+
weight?: number;
|
|
452
|
+
}
|
|
453
|
+
export declare const CreateIpLoadbalancingHttpRouteRequest: S.Schema<CreateIpLoadbalancingHttpRouteRequest>;
|
|
454
|
+
/** List of possible route rule matches */
|
|
455
|
+
export type IpLoadbalancingRouteRuleMatchesEnum = "contains" | "endswith" | "exists" | "in" | "internal" | "is" | "matches" | "startswith";
|
|
456
|
+
export declare const IpLoadbalancingRouteRuleMatchesEnum: any;
|
|
457
|
+
/** Match rule to combine to build routes */
|
|
458
|
+
export interface IpLoadbalancingRouteRule {
|
|
459
|
+
/** Name of the field to match like "protocol" or "host". See "/ipLoadbalancing/{serviceName}/route/availableRules" for a list of available rules */
|
|
460
|
+
field?: string;
|
|
461
|
+
/** Matching operator. Not all operators are available for all fields. See "/availableRules" */
|
|
462
|
+
match?: IpLoadbalancingRouteRuleMatchesEnum;
|
|
463
|
+
/** Invert the matching operator effect */
|
|
464
|
+
negate?: boolean;
|
|
465
|
+
/** Value to match against this match. Interpretation if this field depends on the match and field */
|
|
466
|
+
pattern?: string | null;
|
|
467
|
+
/** Id of your rule */
|
|
468
|
+
ruleId?: number;
|
|
469
|
+
/** Name of sub-field, if applicable. This may be a Cookie or Header name for instance */
|
|
470
|
+
subField?: string | null;
|
|
471
|
+
}
|
|
472
|
+
export declare const IpLoadbalancingRouteRule: S.Schema<IpLoadbalancingRouteRule>;
|
|
473
|
+
/** List of rules to match to trigger action */
|
|
474
|
+
export type IpLoadbalancingRouteHttpRouteHttpRulesList = Array<IpLoadbalancingRouteRule>;
|
|
475
|
+
export declare const IpLoadbalancingRouteHttpRouteHttpRulesList: S.Schema<IpLoadbalancingRouteHttpRouteHttpRulesList>;
|
|
476
|
+
/** Route configuration status */
|
|
477
|
+
export type IpLoadbalancingRouteStatusEnum = "creating" | "deleting" | "internal" | "ok" | "updating";
|
|
478
|
+
export declare const IpLoadbalancingRouteStatusEnum: any;
|
|
479
|
+
/** HTTP Route */
|
|
480
|
+
export interface IpLoadbalancingRouteHttpRouteHttp {
|
|
481
|
+
/** Action triggered when all rules match */
|
|
482
|
+
action?: IpLoadbalancingRouteHttpAction;
|
|
483
|
+
/** Human readable name for your route, this field is for you */
|
|
484
|
+
displayName?: string | null;
|
|
485
|
+
/** Route traffic for this frontend */
|
|
486
|
+
frontendId?: number | null;
|
|
487
|
+
/** Id of your route */
|
|
488
|
+
routeId?: number;
|
|
489
|
+
/** List of rules to match to trigger action */
|
|
490
|
+
rules?: IpLoadbalancingRouteHttpRouteHttpRulesList;
|
|
491
|
+
/** Route status. Routes in "ok" state are ready to operate */
|
|
492
|
+
status?: IpLoadbalancingRouteStatusEnum;
|
|
493
|
+
/** Route priority ([0..255]). 0 if null. Highest priority routes are evaluated last. Only the first matching route will trigger an action */
|
|
494
|
+
weight?: number;
|
|
495
|
+
}
|
|
496
|
+
export declare const IpLoadbalancingRouteHttpRouteHttp: S.Schema<IpLoadbalancingRouteHttpRouteHttp>;
|
|
497
|
+
export interface CreateIpLoadbalancingHttpRouteRuleRequest {
|
|
498
|
+
/** The internal name of your IP load balancing */
|
|
499
|
+
serviceName: string;
|
|
500
|
+
/** Id of your route */
|
|
501
|
+
routeId: number;
|
|
502
|
+
/** Human readable name for your rule */
|
|
503
|
+
displayName?: string;
|
|
504
|
+
/** Name of the field to match like "protocol" or "host". See "/ipLoadbalancing/{serviceName}/availableRouteRules" for a list of available rules */
|
|
505
|
+
field: string;
|
|
506
|
+
/** Matching operator. Not all operators are available for all fields. See "/ipLoadbalancing/{serviceName}/availableRouteRules" */
|
|
507
|
+
match: IpLoadbalancingRouteRuleMatchesEnum | (string & {});
|
|
508
|
+
/** Invert the matching operator effect */
|
|
509
|
+
negate?: boolean;
|
|
510
|
+
/** Value to match against this match. Interpretation if this field depends on the match and field */
|
|
511
|
+
pattern?: string;
|
|
512
|
+
/** Name of sub-field, if applicable. This may be a Cookie or Header name for instance */
|
|
513
|
+
subField?: string;
|
|
514
|
+
}
|
|
515
|
+
export declare const CreateIpLoadbalancingHttpRouteRuleRequest: S.Schema<CreateIpLoadbalancingHttpRouteRuleRequest>;
|
|
516
|
+
/** Rule of a route */
|
|
517
|
+
export interface IpLoadbalancingRouteRuleRouteRule {
|
|
518
|
+
/** Human readable name for your rule */
|
|
519
|
+
displayName?: string | null;
|
|
520
|
+
/** Name of the field to match like "protocol" or "host". See "/ipLoadbalancing/{serviceName}/availableRouteRules" for a list of available rules */
|
|
521
|
+
field?: string;
|
|
522
|
+
/** Matching operator. Not all operators are available for all fields. See "/ipLoadbalancing/{serviceName}/availableRouteRules" */
|
|
523
|
+
match?: IpLoadbalancingRouteRuleMatchesEnum;
|
|
524
|
+
/** Invert the matching operator effect */
|
|
525
|
+
negate?: boolean;
|
|
526
|
+
/** Value to match against this match. Interpretation if this field depends on the match and field */
|
|
527
|
+
pattern?: string | null;
|
|
528
|
+
/** Id of your rule */
|
|
529
|
+
ruleId?: number;
|
|
530
|
+
/** Name of sub-field, if applicable. This may be a Cookie or Header name for instance */
|
|
531
|
+
subField?: string | null;
|
|
532
|
+
}
|
|
533
|
+
export declare const IpLoadbalancingRouteRuleRouteRule: S.Schema<IpLoadbalancingRouteRuleRouteRule>;
|
|
534
|
+
export interface CreateIpLoadbalancingLogSubscriptionRequest {
|
|
535
|
+
/** The internal name of your IP load balancing */
|
|
536
|
+
serviceName: string;
|
|
537
|
+
/** Log kind name of the subscription */
|
|
538
|
+
kind: string;
|
|
539
|
+
/** Id of the destination log stream */
|
|
540
|
+
streamId: string;
|
|
541
|
+
}
|
|
542
|
+
export declare const CreateIpLoadbalancingLogSubscriptionRequest: S.Schema<CreateIpLoadbalancingLogSubscriptionRequest>;
|
|
543
|
+
/** Logs subscription response for your Load Balancer */
|
|
544
|
+
export interface IpLoadbalancingLogSubscriptionResponse {
|
|
545
|
+
/** The operation id of the subscription creation task */
|
|
546
|
+
operationId?: string;
|
|
547
|
+
/** The logs account */
|
|
548
|
+
serviceName?: string;
|
|
549
|
+
}
|
|
550
|
+
export declare const IpLoadbalancingLogSubscriptionResponse: S.Schema<IpLoadbalancingLogSubscriptionResponse>;
|
|
551
|
+
export interface CreateIpLoadbalancingLogUrlRequest {
|
|
552
|
+
/** The internal name of your IP load balancing */
|
|
553
|
+
serviceName: string;
|
|
554
|
+
/** Log kinds for your dedicated cloud */
|
|
555
|
+
kind: string;
|
|
556
|
+
}
|
|
557
|
+
export declare const CreateIpLoadbalancingLogUrlRequest: S.Schema<CreateIpLoadbalancingLogUrlRequest>;
|
|
558
|
+
/** URL with real time logs */
|
|
559
|
+
export interface IpLoadbalancingLogUrl {
|
|
560
|
+
/** Expiration date */
|
|
561
|
+
expirationDate?: string;
|
|
562
|
+
/** URL */
|
|
563
|
+
url?: string;
|
|
564
|
+
}
|
|
565
|
+
export declare const IpLoadbalancingLogUrl: S.Schema<IpLoadbalancingLogUrl>;
|
|
566
|
+
export interface CreateIpLoadbalancingSslRequest {
|
|
567
|
+
/** The internal name of your IP load balancing */
|
|
568
|
+
serviceName: string;
|
|
569
|
+
/** Certificate */
|
|
570
|
+
certificate: string;
|
|
571
|
+
/** Certificate chain */
|
|
572
|
+
chain?: string;
|
|
573
|
+
/** Human readable name for your ssl certificate, this field is for you */
|
|
574
|
+
displayName?: string;
|
|
575
|
+
/** Certificate key */
|
|
576
|
+
key: string;
|
|
577
|
+
}
|
|
578
|
+
export declare const CreateIpLoadbalancingSslRequest: S.Schema<CreateIpLoadbalancingSslRequest>;
|
|
579
|
+
/** Subject Alternative Name of your SSL certificate */
|
|
580
|
+
export type IpLoadbalancingSslSslSanList = Array<string>;
|
|
581
|
+
export declare const IpLoadbalancingSslSslSanList: S.Schema<IpLoadbalancingSslSslSanList>;
|
|
582
|
+
/** Possible values for ssl type */
|
|
583
|
+
export type IpLoadbalancingSslTypeEnum = "built" | "built_not_routed" | "custom";
|
|
584
|
+
export declare const IpLoadbalancingSslTypeEnum: any;
|
|
585
|
+
/** Ssl */
|
|
586
|
+
export interface IpLoadbalancingSslSsl {
|
|
587
|
+
/** Human readable name for your ssl certificate, this field is for you */
|
|
588
|
+
displayName?: string | null;
|
|
589
|
+
/** Expire date of your SSL certificate */
|
|
590
|
+
expireDate?: string;
|
|
591
|
+
/** Fingerprint of your SSL certificate */
|
|
592
|
+
fingerprint?: string;
|
|
593
|
+
/** Id of your SSL certificate */
|
|
594
|
+
id?: number;
|
|
595
|
+
/** Subject Alternative Name of your SSL certificate */
|
|
596
|
+
san?: IpLoadbalancingSslSslSanList;
|
|
597
|
+
/** Serial of your SSL certificate (Deprecated, use fingerprint instead !) */
|
|
598
|
+
serial?: string;
|
|
599
|
+
/** Subject of your SSL certificate */
|
|
600
|
+
subject?: string;
|
|
601
|
+
/** Type of your SSL certificate. 'built' for SSL certificates managed by the IP Load Balancing. 'custom' for user manager certificates. */
|
|
602
|
+
type?: IpLoadbalancingSslTypeEnum | null;
|
|
603
|
+
}
|
|
604
|
+
export declare const IpLoadbalancingSslSsl: S.Schema<IpLoadbalancingSslSsl>;
|
|
605
|
+
/** Possible values for load balancing balance algorithm */
|
|
606
|
+
export type IpLoadbalancingBalanceTCPEnum = "first" | "leastconn" | "roundrobin" | "source";
|
|
607
|
+
export declare const IpLoadbalancingBalanceTCPEnum: any;
|
|
608
|
+
/** Possible values for TCP backend stickiness */
|
|
609
|
+
export type IpLoadbalancingStickinessTCPEnum = "sourceIp";
|
|
610
|
+
export declare const IpLoadbalancingStickinessTCPEnum: any;
|
|
611
|
+
export interface CreateIpLoadbalancingTcpFarmRequest {
|
|
612
|
+
/** The internal name of your IP load balancing */
|
|
613
|
+
serviceName: string;
|
|
614
|
+
/** Load balancing algorithm. 'roundrobin' if null */
|
|
615
|
+
balance?: IpLoadbalancingBalanceTCPEnum | (string & {});
|
|
616
|
+
/** Human readable name for your backend, this field is for you */
|
|
617
|
+
displayName?: string;
|
|
618
|
+
/** Port attached to your farm ([1..49151]). Inherited from frontend if null */
|
|
619
|
+
port?: number;
|
|
620
|
+
/** Probe used to determine if a backend is alive and can handle requests */
|
|
621
|
+
probe?: IpLoadbalancingBackendProbe;
|
|
622
|
+
/** Stickiness type. No stickiness if null */
|
|
623
|
+
stickiness?: IpLoadbalancingStickinessTCPEnum | (string & {});
|
|
624
|
+
/** Internal Load Balancer identifier of the vRack private network to attach to your farm, mandatory when your Load Balancer is attached to a vRack */
|
|
625
|
+
vrackNetworkId?: number;
|
|
626
|
+
/** Zone of your farm */
|
|
627
|
+
zone: string;
|
|
628
|
+
}
|
|
629
|
+
export declare const CreateIpLoadbalancingTcpFarmRequest: S.Schema<CreateIpLoadbalancingTcpFarmRequest>;
|
|
630
|
+
/** TCP Farm */
|
|
631
|
+
export interface IpLoadbalancingBackendTcpBackendTcp {
|
|
632
|
+
/** Load balancing algorithm. 'roundrobin' if null */
|
|
633
|
+
balance?: IpLoadbalancingBalanceTCPEnum | null;
|
|
634
|
+
/** Human readable name for your backend, this field is for you */
|
|
635
|
+
displayName?: string | null;
|
|
636
|
+
/** Id of your farm */
|
|
637
|
+
farmId?: number;
|
|
638
|
+
/** Port attached to your farm. Inherited from frontend if null */
|
|
639
|
+
port?: number | null;
|
|
640
|
+
/** Probe used to determine if a backend is alive and can handle requests. Defaults to tcp on the same port as the farm */
|
|
641
|
+
probe?: IpLoadbalancingBackendProbe | null;
|
|
642
|
+
/** Stickiness type. No stickiness if null */
|
|
643
|
+
stickiness?: IpLoadbalancingStickinessTCPEnum | null;
|
|
644
|
+
/** Internal Load Balancer identifier of the vRack private network attached to your farm, mandatory when your Load Balancer is attached to a vRack */
|
|
645
|
+
vrackNetworkId?: number | null;
|
|
646
|
+
/** Zone of you farm */
|
|
647
|
+
zone?: string;
|
|
648
|
+
}
|
|
649
|
+
export declare const IpLoadbalancingBackendTcpBackendTcp: S.Schema<IpLoadbalancingBackendTcpBackendTcp>;
|
|
650
|
+
export interface CreateIpLoadbalancingTcpFarmServerRequest {
|
|
651
|
+
/** The internal name of your IP load balancing */
|
|
652
|
+
serviceName: string;
|
|
653
|
+
/** Id of your farm */
|
|
654
|
+
farmId: number;
|
|
655
|
+
/** Address of your server */
|
|
656
|
+
address: string;
|
|
657
|
+
/** Set server as backup. Default: 'false' */
|
|
658
|
+
backup?: boolean;
|
|
659
|
+
/** Certificate chain. Allow server certificate verification (Avoid man-in-the-middle attacks) */
|
|
660
|
+
chain?: string;
|
|
661
|
+
/** Human readable name for your server, this field is for you */
|
|
662
|
+
displayName?: string;
|
|
663
|
+
/** Enable action when backend marked down. (No action if null) */
|
|
664
|
+
onMarkedDown?: IpLoadbalancingOnMarkedDownEnum | (string & {});
|
|
665
|
+
/** Port attached to your server ([1..49151]). Inherited from farm if null */
|
|
666
|
+
port?: number;
|
|
667
|
+
/** Enable/disable probe. Default: 'false' */
|
|
668
|
+
probe?: boolean;
|
|
669
|
+
/** Disabled if null. Send PROXY protocol header. Requires a compatible server. */
|
|
670
|
+
proxyProtocolVersion?: IpLoadbalancingProxyProtocolVersionEnum | (string & {});
|
|
671
|
+
/** SSL ciphering. Probes will also be sent ciphered. Default: 'false' */
|
|
672
|
+
ssl?: boolean;
|
|
673
|
+
/** Enable or disable your server */
|
|
674
|
+
status: IpLoadbalancingBackendCustomerServerStatusEnum | (string & {});
|
|
675
|
+
/** Set weight on that server [1..256]. 0 if not used in load balancing. 1 if left null. Servers with higher weight get more requests. */
|
|
676
|
+
weight?: number;
|
|
677
|
+
}
|
|
678
|
+
export declare const CreateIpLoadbalancingTcpFarmServerRequest: S.Schema<CreateIpLoadbalancingTcpFarmServerRequest>;
|
|
679
|
+
/** Server state */
|
|
680
|
+
export type IpLoadbalancingBackendTcpCustomerServerBackendTCPServerServerStateList = Array<IpLoadbalancingServerState>;
|
|
681
|
+
export declare const IpLoadbalancingBackendTcpCustomerServerBackendTCPServerServerStateList: S.Schema<IpLoadbalancingBackendTcpCustomerServerBackendTCPServerServerStateList>;
|
|
682
|
+
/** TCP Farm's Server */
|
|
683
|
+
export interface IpLoadbalancingBackendTcpCustomerServerBackendTCPServer {
|
|
684
|
+
/** Address of your server */
|
|
685
|
+
address?: string;
|
|
686
|
+
/** Farm id */
|
|
687
|
+
backendId?: number;
|
|
688
|
+
/** Backup state. Default: 'false' */
|
|
689
|
+
backup?: boolean;
|
|
690
|
+
/** Certificate chain. Allow server certificate verification (Avoid man-in-the-middle attacks) */
|
|
691
|
+
chain?: string | null;
|
|
692
|
+
/** Human readable name for your server, this field is for you */
|
|
693
|
+
displayName?: string | null;
|
|
694
|
+
/** Set action when backend marked down. (No action if null) */
|
|
695
|
+
onMarkedDown?: IpLoadbalancingOnMarkedDownEnum | null;
|
|
696
|
+
/** Port attached to your server. Inherited from farm if null */
|
|
697
|
+
port?: number | null;
|
|
698
|
+
/** Probe state. Default: 'false' */
|
|
699
|
+
probe?: boolean;
|
|
700
|
+
/** Disabled if null. Send PROXY protocol header. Requires a compatible server. */
|
|
701
|
+
proxyProtocolVersion?: IpLoadbalancingProxyProtocolVersionEnum | null;
|
|
702
|
+
/** Id of your server */
|
|
703
|
+
serverId?: number;
|
|
704
|
+
/** Server state */
|
|
705
|
+
serverState?: IpLoadbalancingBackendTcpCustomerServerBackendTCPServerServerStateList;
|
|
706
|
+
/** SSL ciphering. Probes will also be sent ciphered */
|
|
707
|
+
ssl?: boolean;
|
|
708
|
+
/** Status attached to your server */
|
|
709
|
+
status?: IpLoadbalancingBackendCustomerServerStatusEnum;
|
|
710
|
+
/** Weight value. Defaults to 1. 0 if not used in load balancing. Servers with higher weight get more requests. */
|
|
711
|
+
weight?: number | null;
|
|
712
|
+
}
|
|
713
|
+
export declare const IpLoadbalancingBackendTcpCustomerServerBackendTCPServer: S.Schema<IpLoadbalancingBackendTcpCustomerServerBackendTCPServer>;
|
|
714
|
+
export interface CreateIpLoadbalancingTcpFarmServerTransparentRequest {
|
|
715
|
+
/** The internal name of your IP load balancing */
|
|
716
|
+
serviceName: string;
|
|
717
|
+
/** Id of your farm */
|
|
718
|
+
farmId: number;
|
|
719
|
+
/** Id of your server */
|
|
720
|
+
serverId: number;
|
|
721
|
+
address: string;
|
|
722
|
+
slotId: number;
|
|
723
|
+
}
|
|
724
|
+
export declare const CreateIpLoadbalancingTcpFarmServerTransparentRequest: S.Schema<CreateIpLoadbalancingTcpFarmServerTransparentRequest>;
|
|
725
|
+
/** Restrict IP Load Balancing access to these ip block. No restriction if null. You cannot specify allowedSource and deniedSource both at the same time */
|
|
726
|
+
export type CreateIpLoadbalancingTcpFrontendRequestAllowedSourceList = Array<string>;
|
|
727
|
+
export declare const CreateIpLoadbalancingTcpFrontendRequestAllowedSourceList: S.Schema<CreateIpLoadbalancingTcpFrontendRequestAllowedSourceList>;
|
|
728
|
+
/** Only attach frontend on these ip. No restriction if null */
|
|
729
|
+
export type CreateIpLoadbalancingTcpFrontendRequestDedicatedIpfoList = Array<string>;
|
|
730
|
+
export declare const CreateIpLoadbalancingTcpFrontendRequestDedicatedIpfoList: S.Schema<CreateIpLoadbalancingTcpFrontendRequestDedicatedIpfoList>;
|
|
731
|
+
/** Deny IP Load Balancing access to these ip block. No restriction if null. You cannot specify allowedSource and deniedSource both at the same time */
|
|
732
|
+
export type CreateIpLoadbalancingTcpFrontendRequestDeniedSourceList = Array<string>;
|
|
733
|
+
export declare const CreateIpLoadbalancingTcpFrontendRequestDeniedSourceList: S.Schema<CreateIpLoadbalancingTcpFrontendRequestDeniedSourceList>;
|
|
734
|
+
export interface CreateIpLoadbalancingTcpFrontendRequest {
|
|
735
|
+
/** The internal name of your IP load balancing */
|
|
736
|
+
serviceName: string;
|
|
737
|
+
/** Restrict IP Load Balancing access to these ip block. No restriction if null. You cannot specify allowedSource and deniedSource both at the same time */
|
|
738
|
+
allowedSource?: CreateIpLoadbalancingTcpFrontendRequestAllowedSourceList;
|
|
739
|
+
/** Only attach frontend on these ip. No restriction if null */
|
|
740
|
+
dedicatedIpfo?: CreateIpLoadbalancingTcpFrontendRequestDedicatedIpfoList;
|
|
741
|
+
/** Default TCP Farm of your frontend */
|
|
742
|
+
defaultFarmId?: number;
|
|
743
|
+
/** Default ssl served to your customer */
|
|
744
|
+
defaultSslId?: number;
|
|
745
|
+
/** Deny IP Load Balancing access to these ip block. No restriction if null. You cannot specify allowedSource and deniedSource both at the same time */
|
|
746
|
+
deniedSource?: CreateIpLoadbalancingTcpFrontendRequestDeniedSourceList;
|
|
747
|
+
/** Disable your frontend. Default: 'false' */
|
|
748
|
+
disabled?: boolean;
|
|
749
|
+
/** Human readable name for your frontend, this field is for you */
|
|
750
|
+
displayName?: string;
|
|
751
|
+
/** Port(s) attached to your frontend. Supports single port (numerical value), range (2 dash-delimited increasing ports) and comma-separated list of 'single port' and/or 'range'. Each port must be in the [1;49151] range. */
|
|
752
|
+
port: string;
|
|
753
|
+
/** SSL deciphering. Default: 'false' */
|
|
754
|
+
ssl?: boolean;
|
|
755
|
+
/** Zone of your frontend. Use "all" for all owned zone. */
|
|
756
|
+
zone: string;
|
|
757
|
+
}
|
|
758
|
+
export declare const CreateIpLoadbalancingTcpFrontendRequest: S.Schema<CreateIpLoadbalancingTcpFrontendRequest>;
|
|
759
|
+
/** Restrict IP Load Balancing access to these ip block. No restriction if null. You cannot specify allowedSource and deniedSource both at the same time */
|
|
760
|
+
export type IpLoadbalancingFrontendTcpFrontendTcpAllowedSourceList = Array<string>;
|
|
761
|
+
export declare const IpLoadbalancingFrontendTcpFrontendTcpAllowedSourceList: S.Schema<IpLoadbalancingFrontendTcpFrontendTcpAllowedSourceList>;
|
|
762
|
+
/** Only attach frontend on these ip. No restriction if null */
|
|
763
|
+
export type IpLoadbalancingFrontendTcpFrontendTcpDedicatedIpfoList = Array<string>;
|
|
764
|
+
export declare const IpLoadbalancingFrontendTcpFrontendTcpDedicatedIpfoList: S.Schema<IpLoadbalancingFrontendTcpFrontendTcpDedicatedIpfoList>;
|
|
765
|
+
/** Deny IP Load Balancing access to these ip block. No restriction if null. You cannot specify allowedSource and deniedSource both at the same time */
|
|
766
|
+
export type IpLoadbalancingFrontendTcpFrontendTcpDeniedSourceList = Array<string>;
|
|
767
|
+
export declare const IpLoadbalancingFrontendTcpFrontendTcpDeniedSourceList: S.Schema<IpLoadbalancingFrontendTcpFrontendTcpDeniedSourceList>;
|
|
768
|
+
/** Frontend TCP */
|
|
769
|
+
export interface IpLoadbalancingFrontendTcpFrontendTcp {
|
|
770
|
+
/** Restrict IP Load Balancing access to these ip block. No restriction if null. You cannot specify allowedSource and deniedSource both at the same time */
|
|
771
|
+
allowedSource?: IpLoadbalancingFrontendTcpFrontendTcpAllowedSourceList | null;
|
|
772
|
+
/** Only attach frontend on these ip. No restriction if null */
|
|
773
|
+
dedicatedIpfo?: IpLoadbalancingFrontendTcpFrontendTcpDedicatedIpfoList | null;
|
|
774
|
+
/** Default TCP Farm of your frontend */
|
|
775
|
+
defaultFarmId?: number | null;
|
|
776
|
+
/** Default ssl served to your customer */
|
|
777
|
+
defaultSslId?: number | null;
|
|
778
|
+
/** Deny IP Load Balancing access to these ip block. No restriction if null. You cannot specify allowedSource and deniedSource both at the same time */
|
|
779
|
+
deniedSource?: IpLoadbalancingFrontendTcpFrontendTcpDeniedSourceList | null;
|
|
780
|
+
/** Disable frontend. Default: 'false' */
|
|
781
|
+
disabled?: boolean;
|
|
782
|
+
/** Human readable name for your frontend, this field is for you */
|
|
783
|
+
displayName?: string | null;
|
|
784
|
+
/** Id of your frontend */
|
|
785
|
+
frontendId?: number;
|
|
786
|
+
/** Listening port(s) on the server */
|
|
787
|
+
port?: string;
|
|
788
|
+
/** SSL deciphering. Default: 'false' */
|
|
789
|
+
ssl?: boolean;
|
|
790
|
+
/** Internal Load Balancer identifier of the vRack private network attached to your frontend. */
|
|
791
|
+
vrackNetworkId?: number | null;
|
|
792
|
+
/** Virtual Router Identifier. 1-255 */
|
|
793
|
+
vrackVrouterId?: number | null;
|
|
794
|
+
/** Zone of you frontend */
|
|
795
|
+
zone?: string;
|
|
796
|
+
}
|
|
797
|
+
export declare const IpLoadbalancingFrontendTcpFrontendTcp: S.Schema<IpLoadbalancingFrontendTcpFrontendTcp>;
|
|
798
|
+
/** Address of the frontend in the vrack. Null to disable */
|
|
799
|
+
export type CreateIpLoadbalancingTcpFrontendPrivateRequestDedicatedIpfoList = Array<string>;
|
|
800
|
+
export declare const CreateIpLoadbalancingTcpFrontendPrivateRequestDedicatedIpfoList: S.Schema<CreateIpLoadbalancingTcpFrontendPrivateRequestDedicatedIpfoList>;
|
|
801
|
+
export interface CreateIpLoadbalancingTcpFrontendPrivateRequest {
|
|
802
|
+
/** The internal name of your IP load balancing */
|
|
803
|
+
serviceName: string;
|
|
804
|
+
/** Id of your frontend */
|
|
805
|
+
frontendId: number;
|
|
806
|
+
/** Address of the frontend in the vrack. Null to disable */
|
|
807
|
+
dedicatedIpfo?: CreateIpLoadbalancingTcpFrontendPrivateRequestDedicatedIpfoList;
|
|
808
|
+
/** Internal Load Balancer identifier of the vRack private network to attach to your frontend. Null to disable */
|
|
809
|
+
vrackNetworkId?: number;
|
|
810
|
+
/** Virtual Router Identifier. 1-255 */
|
|
811
|
+
vrackVrouterId?: number;
|
|
812
|
+
}
|
|
813
|
+
export declare const CreateIpLoadbalancingTcpFrontendPrivateRequest: S.Schema<CreateIpLoadbalancingTcpFrontendPrivateRequest>;
|
|
814
|
+
/** Action triggered when all rules from route match */
|
|
815
|
+
export interface IpLoadbalancingRouteTcpAction {
|
|
816
|
+
/** Farm ID for "farm" action type, empty for others */
|
|
817
|
+
target?: string | null;
|
|
818
|
+
/** Action to trigger if all the rules of this route matches */
|
|
819
|
+
type?: string;
|
|
820
|
+
}
|
|
821
|
+
export declare const IpLoadbalancingRouteTcpAction: S.Schema<IpLoadbalancingRouteTcpAction>;
|
|
822
|
+
export interface CreateIpLoadbalancingTcpRouteRequest {
|
|
823
|
+
/** The internal name of your IP load balancing */
|
|
824
|
+
serviceName: string;
|
|
825
|
+
/** Action triggered when all rules match */
|
|
826
|
+
action: IpLoadbalancingRouteTcpAction;
|
|
827
|
+
/** Human readable name for your route, this field is for you */
|
|
828
|
+
displayName?: string;
|
|
829
|
+
/** Route traffic for this frontend */
|
|
830
|
+
frontendId?: number;
|
|
831
|
+
/** Route priority ([0..255]). 0 if null. Highest priority routes are evaluated last. Only the first matching route will trigger an action */
|
|
832
|
+
weight?: number;
|
|
833
|
+
}
|
|
834
|
+
export declare const CreateIpLoadbalancingTcpRouteRequest: S.Schema<CreateIpLoadbalancingTcpRouteRequest>;
|
|
835
|
+
/** List of rules to match to trigger action */
|
|
836
|
+
export type IpLoadbalancingRouteTcpRouteTcpRulesList = Array<IpLoadbalancingRouteRule>;
|
|
837
|
+
export declare const IpLoadbalancingRouteTcpRouteTcpRulesList: S.Schema<IpLoadbalancingRouteTcpRouteTcpRulesList>;
|
|
838
|
+
/** TCP Route */
|
|
839
|
+
export interface IpLoadbalancingRouteTcpRouteTcp {
|
|
840
|
+
/** Action triggered when all rules match */
|
|
841
|
+
action?: IpLoadbalancingRouteTcpAction;
|
|
842
|
+
/** Human readable name for your route, this field is for you */
|
|
843
|
+
displayName?: string | null;
|
|
844
|
+
/** Route traffic for this frontend */
|
|
845
|
+
frontendId?: number | null;
|
|
846
|
+
/** Id of your route */
|
|
847
|
+
routeId?: number;
|
|
848
|
+
/** List of rules to match to trigger action */
|
|
849
|
+
rules?: IpLoadbalancingRouteTcpRouteTcpRulesList;
|
|
850
|
+
/** Route status. Routes in "ok" state are ready to operate */
|
|
851
|
+
status?: IpLoadbalancingRouteStatusEnum;
|
|
852
|
+
/** Route priority ([0..255]). 0 if null. Highest priority routes are evaluated last. Only the first matching route will trigger an action */
|
|
853
|
+
weight?: number;
|
|
854
|
+
}
|
|
855
|
+
export declare const IpLoadbalancingRouteTcpRouteTcp: S.Schema<IpLoadbalancingRouteTcpRouteTcp>;
|
|
856
|
+
export interface CreateIpLoadbalancingTcpRouteRuleRequest {
|
|
857
|
+
/** The internal name of your IP load balancing */
|
|
858
|
+
serviceName: string;
|
|
859
|
+
/** Id of your route */
|
|
860
|
+
routeId: number;
|
|
861
|
+
/** Human readable name for your rule */
|
|
862
|
+
displayName?: string;
|
|
863
|
+
/** Name of the field to match like "protocol" or "host". See "/ipLoadbalancing/{serviceName}/availableRouteRules" for a list of available rules */
|
|
864
|
+
field: string;
|
|
865
|
+
/** Matching operator. Not all operators are available for all fields. See "/ipLoadbalancing/{serviceName}/availableRouteRules" */
|
|
866
|
+
match: IpLoadbalancingRouteRuleMatchesEnum | (string & {});
|
|
867
|
+
/** Invert the matching operator effect */
|
|
868
|
+
negate?: boolean;
|
|
869
|
+
/** Value to match against this match. Interpretation if this field depends on the match and field */
|
|
870
|
+
pattern?: string;
|
|
871
|
+
/** Name of sub-field, if applicable. This may be a Cookie or Header name for instance */
|
|
872
|
+
subField?: string;
|
|
873
|
+
}
|
|
874
|
+
export declare const CreateIpLoadbalancingTcpRouteRuleRequest: S.Schema<CreateIpLoadbalancingTcpRouteRuleRequest>;
|
|
875
|
+
export interface CreateIpLoadbalancingUdpFarmRequest {
|
|
876
|
+
/** The internal name of your IP load balancing */
|
|
877
|
+
serviceName: string;
|
|
878
|
+
/** Human readable name for your backend, this field is for you */
|
|
879
|
+
displayName?: string;
|
|
880
|
+
/** Port attached to your farm ([1..49151]). Inherited from frontend if null */
|
|
881
|
+
port: number;
|
|
882
|
+
/** Internal Load Balancer identifier of the vRack private network to attach to your farm, mandatory when your Load Balancer is attached to a vRack */
|
|
883
|
+
vrackNetworkId?: number;
|
|
884
|
+
/** Zone of your farm */
|
|
885
|
+
zone: string;
|
|
886
|
+
}
|
|
887
|
+
export declare const CreateIpLoadbalancingUdpFarmRequest: S.Schema<CreateIpLoadbalancingUdpFarmRequest>;
|
|
888
|
+
/** UDP Farm */
|
|
889
|
+
export interface IpLoadbalancingBackendUdpBackendUdp {
|
|
890
|
+
/** Human readable name for your backend, this field is for you */
|
|
891
|
+
displayName?: string | null;
|
|
892
|
+
/** Id of your farm */
|
|
893
|
+
farmId?: number;
|
|
894
|
+
/** Port attached to your farm. Inherited from frontend if null */
|
|
895
|
+
port?: number;
|
|
896
|
+
/** Internal Load Balancer identifier of the vRack private network attached to your farm, mandatory when your Load Balancer is attached to a vRack */
|
|
897
|
+
vrackNetworkId?: number | null;
|
|
898
|
+
/** Zone of you farm */
|
|
899
|
+
zone?: string;
|
|
900
|
+
}
|
|
901
|
+
export declare const IpLoadbalancingBackendUdpBackendUdp: S.Schema<IpLoadbalancingBackendUdpBackendUdp>;
|
|
902
|
+
export interface CreateIpLoadbalancingUdpFarmServerRequest {
|
|
903
|
+
/** The internal name of your IP load balancing */
|
|
904
|
+
serviceName: string;
|
|
905
|
+
/** Id of your farm */
|
|
906
|
+
farmId: number;
|
|
907
|
+
/** Address of your server */
|
|
908
|
+
address: string;
|
|
909
|
+
/** Human readable name for your server, this field is for you */
|
|
910
|
+
displayName?: string;
|
|
911
|
+
/** Port attached to your server ([1..49151]). Inherited from farm if null */
|
|
912
|
+
port?: number;
|
|
913
|
+
/** Enable or disable your server */
|
|
914
|
+
status: IpLoadbalancingBackendCustomerServerStatusEnum | (string & {});
|
|
915
|
+
}
|
|
916
|
+
export declare const CreateIpLoadbalancingUdpFarmServerRequest: S.Schema<CreateIpLoadbalancingUdpFarmServerRequest>;
|
|
917
|
+
/** UDP Farm's Server */
|
|
918
|
+
export interface IpLoadbalancingBackendUdpCustomerServerBackendUDPServer {
|
|
919
|
+
/** Address of your server */
|
|
920
|
+
address?: string;
|
|
921
|
+
/** farm id */
|
|
922
|
+
backendId?: number;
|
|
923
|
+
/** Human readable name for your server, this field is for you */
|
|
924
|
+
displayName?: string | null;
|
|
925
|
+
/** Port attached to your server. Inherited from farm if null */
|
|
926
|
+
port?: number | null;
|
|
927
|
+
/** Id of your server */
|
|
928
|
+
serverId?: number;
|
|
929
|
+
/** Status attached to your server */
|
|
930
|
+
status?: IpLoadbalancingBackendCustomerServerStatusEnum;
|
|
931
|
+
}
|
|
932
|
+
export declare const IpLoadbalancingBackendUdpCustomerServerBackendUDPServer: S.Schema<IpLoadbalancingBackendUdpCustomerServerBackendUDPServer>;
|
|
933
|
+
/** Only attach frontend on these ip. No restriction if null */
|
|
934
|
+
export type CreateIpLoadbalancingUdpFrontendRequestDedicatedIpfoList = Array<string>;
|
|
935
|
+
export declare const CreateIpLoadbalancingUdpFrontendRequestDedicatedIpfoList: S.Schema<CreateIpLoadbalancingUdpFrontendRequestDedicatedIpfoList>;
|
|
936
|
+
export interface CreateIpLoadbalancingUdpFrontendRequest {
|
|
937
|
+
/** The internal name of your IP load balancing */
|
|
938
|
+
serviceName: string;
|
|
939
|
+
/** Only attach frontend on these ip. No restriction if null */
|
|
940
|
+
dedicatedIpfo?: CreateIpLoadbalancingUdpFrontendRequestDedicatedIpfoList;
|
|
941
|
+
/** Default UDP Farm of your frontend */
|
|
942
|
+
defaultFarmId?: number;
|
|
943
|
+
/** Disable your frontend. Default: 'false' */
|
|
944
|
+
disabled?: boolean;
|
|
945
|
+
/** Human readable name for your frontend, this field is for you */
|
|
946
|
+
displayName?: string;
|
|
947
|
+
/** Port(s) attached to your frontend. Supports single port (numerical value), range (2 dash-delimited increasing ports) and comma-separated list of 'single port' and/or 'range'. Each port must be in the [1;49151] range. */
|
|
948
|
+
port: string;
|
|
949
|
+
/** Zone of your frontend. Use "all" for all owned zone. */
|
|
950
|
+
zone: string;
|
|
951
|
+
}
|
|
952
|
+
export declare const CreateIpLoadbalancingUdpFrontendRequest: S.Schema<CreateIpLoadbalancingUdpFrontendRequest>;
|
|
953
|
+
/** Only attach frontend on these ip. No restriction if null */
|
|
954
|
+
export type IpLoadbalancingFrontendUdpFrontendUdpDedicatedIpfoList = Array<string>;
|
|
955
|
+
export declare const IpLoadbalancingFrontendUdpFrontendUdpDedicatedIpfoList: S.Schema<IpLoadbalancingFrontendUdpFrontendUdpDedicatedIpfoList>;
|
|
956
|
+
/** Frontend UDP */
|
|
957
|
+
export interface IpLoadbalancingFrontendUdpFrontendUdp {
|
|
958
|
+
/** Only attach frontend on these ip. No restriction if null */
|
|
959
|
+
dedicatedIpfo?: IpLoadbalancingFrontendUdpFrontendUdpDedicatedIpfoList | null;
|
|
960
|
+
/** Default UDP Farm of your frontend */
|
|
961
|
+
defaultFarmId?: number | null;
|
|
962
|
+
/** Disable frontend. Default: 'false' */
|
|
963
|
+
disabled?: boolean;
|
|
964
|
+
/** Human readable name for your frontend, this field is for you */
|
|
965
|
+
displayName?: string | null;
|
|
966
|
+
/** Id of your frontend */
|
|
967
|
+
frontendId?: number;
|
|
968
|
+
/** Listening port(s) on the server */
|
|
969
|
+
port?: string;
|
|
970
|
+
/** Zone of you frontend */
|
|
971
|
+
zone?: string;
|
|
972
|
+
}
|
|
973
|
+
export declare const IpLoadbalancingFrontendUdpFrontendUdp: S.Schema<IpLoadbalancingFrontendUdpFrontendUdp>;
|
|
974
|
+
/** Farm Id you want to attach to that vrack network */
|
|
975
|
+
export type CreateIpLoadbalancingVrackNetworkRequestFarmIdList = Array<number>;
|
|
976
|
+
export declare const CreateIpLoadbalancingVrackNetworkRequestFarmIdList: S.Schema<CreateIpLoadbalancingVrackNetworkRequestFarmIdList>;
|
|
977
|
+
export interface CreateIpLoadbalancingVrackNetworkRequest {
|
|
978
|
+
/** The internal name of your IP load balancing */
|
|
979
|
+
serviceName: string;
|
|
980
|
+
/** Human readable name for your vrack network */
|
|
981
|
+
displayName?: string;
|
|
982
|
+
/** Farm Id you want to attach to that vrack network */
|
|
983
|
+
farmId?: CreateIpLoadbalancingVrackNetworkRequestFarmIdList;
|
|
984
|
+
/** An IP block used as a pool of IPs by this Load Balancer to connect to the servers in this private network. The block must be in the private network and reserved for the Load Balancer */
|
|
985
|
+
natIp: string;
|
|
986
|
+
/** IP Block of the private network in the vRack */
|
|
987
|
+
subnet: string;
|
|
988
|
+
/** VLAN of the private network in the vRack. 0 if the private network is not in a VLAN */
|
|
989
|
+
vlan?: number;
|
|
990
|
+
}
|
|
991
|
+
export declare const CreateIpLoadbalancingVrackNetworkRequest: S.Schema<CreateIpLoadbalancingVrackNetworkRequest>;
|
|
992
|
+
/** a list of { type => [ Farm ids ] } */
|
|
993
|
+
export interface IpLoadbalancingDefinedFarm {
|
|
994
|
+
id?: number;
|
|
995
|
+
type?: string;
|
|
996
|
+
}
|
|
997
|
+
export declare const IpLoadbalancingDefinedFarm: S.Schema<IpLoadbalancingDefinedFarm>;
|
|
998
|
+
/** Farm Id your vrack network is attached to and their type */
|
|
999
|
+
export type IpLoadbalancingVrackNetworkVrackNetworkFarmIdList = Array<IpLoadbalancingDefinedFarm>;
|
|
1000
|
+
export declare const IpLoadbalancingVrackNetworkVrackNetworkFarmIdList: S.Schema<IpLoadbalancingVrackNetworkVrackNetworkFarmIdList>;
|
|
1001
|
+
/** Represents a private network in the vRack */
|
|
1002
|
+
export interface IpLoadbalancingVrackNetworkVrackNetwork {
|
|
1003
|
+
/** Human readable name for your vrack network */
|
|
1004
|
+
displayName?: string | null;
|
|
1005
|
+
/** Farm Id your vrack network is attached to and their type */
|
|
1006
|
+
farmId?: IpLoadbalancingVrackNetworkVrackNetworkFarmIdList;
|
|
1007
|
+
/** An IP block used as a pool of IPs by this Load Balancer to connect to the servers in this private network. The block must be in the private network and reserved for the Load Balancer */
|
|
1008
|
+
natIp?: string;
|
|
1009
|
+
/** IP block of the private network in the vRack */
|
|
1010
|
+
subnet?: string;
|
|
1011
|
+
/** VLAN of the private network in the vRack. 0 if the private network is not in a VLAN */
|
|
1012
|
+
vlan?: number;
|
|
1013
|
+
/** Internal Load Balancer identifier of the vRack private network description */
|
|
1014
|
+
vrackNetworkId?: number;
|
|
1015
|
+
}
|
|
1016
|
+
export declare const IpLoadbalancingVrackNetworkVrackNetwork: S.Schema<IpLoadbalancingVrackNetworkVrackNetwork>;
|
|
1017
|
+
export interface DeleteIpLoadbalancingHttpFarmRequest {
|
|
1018
|
+
/** The internal name of your IP load balancing */
|
|
1019
|
+
serviceName: string;
|
|
1020
|
+
/** Id of your farm */
|
|
1021
|
+
farmId: number;
|
|
1022
|
+
}
|
|
1023
|
+
export declare const DeleteIpLoadbalancingHttpFarmRequest: S.Schema<DeleteIpLoadbalancingHttpFarmRequest>;
|
|
1024
|
+
export interface DeleteIpLoadbalancingHttpFarmResponse {
|
|
1025
|
+
}
|
|
1026
|
+
export declare const DeleteIpLoadbalancingHttpFarmResponse: S.Schema<DeleteIpLoadbalancingHttpFarmResponse>;
|
|
1027
|
+
export interface DeleteIpLoadbalancingHttpFarmServerRequest {
|
|
1028
|
+
/** The internal name of your IP load balancing */
|
|
1029
|
+
serviceName: string;
|
|
1030
|
+
/** Id of your farm */
|
|
1031
|
+
farmId: number;
|
|
1032
|
+
/** Id of your server */
|
|
1033
|
+
serverId: number;
|
|
1034
|
+
}
|
|
1035
|
+
export declare const DeleteIpLoadbalancingHttpFarmServerRequest: S.Schema<DeleteIpLoadbalancingHttpFarmServerRequest>;
|
|
1036
|
+
export interface DeleteIpLoadbalancingHttpFarmServerResponse {
|
|
1037
|
+
}
|
|
1038
|
+
export declare const DeleteIpLoadbalancingHttpFarmServerResponse: S.Schema<DeleteIpLoadbalancingHttpFarmServerResponse>;
|
|
1039
|
+
export interface DeleteIpLoadbalancingHttpFarmServerTransparentRequest {
|
|
1040
|
+
/** The internal name of your IP load balancing */
|
|
1041
|
+
serviceName: string;
|
|
1042
|
+
/** Id of your farm */
|
|
1043
|
+
farmId: number;
|
|
1044
|
+
/** Id of your server */
|
|
1045
|
+
serverId: number;
|
|
1046
|
+
transparentId: number;
|
|
1047
|
+
}
|
|
1048
|
+
export declare const DeleteIpLoadbalancingHttpFarmServerTransparentRequest: S.Schema<DeleteIpLoadbalancingHttpFarmServerTransparentRequest>;
|
|
1049
|
+
export interface DeleteIpLoadbalancingHttpFarmServerTransparentResponse {
|
|
1050
|
+
}
|
|
1051
|
+
export declare const DeleteIpLoadbalancingHttpFarmServerTransparentResponse: S.Schema<DeleteIpLoadbalancingHttpFarmServerTransparentResponse>;
|
|
1052
|
+
export interface DeleteIpLoadbalancingHttpFrontendRequest {
|
|
1053
|
+
/** The internal name of your IP load balancing */
|
|
1054
|
+
serviceName: string;
|
|
1055
|
+
/** Id of your frontend */
|
|
1056
|
+
frontendId: number;
|
|
1057
|
+
}
|
|
1058
|
+
export declare const DeleteIpLoadbalancingHttpFrontendRequest: S.Schema<DeleteIpLoadbalancingHttpFrontendRequest>;
|
|
1059
|
+
export interface DeleteIpLoadbalancingHttpFrontendResponse {
|
|
1060
|
+
}
|
|
1061
|
+
export declare const DeleteIpLoadbalancingHttpFrontendResponse: S.Schema<DeleteIpLoadbalancingHttpFrontendResponse>;
|
|
1062
|
+
export interface DeleteIpLoadbalancingHttpRouteRequest {
|
|
1063
|
+
/** The internal name of your IP load balancing */
|
|
1064
|
+
serviceName: string;
|
|
1065
|
+
/** Id of your route */
|
|
1066
|
+
routeId: number;
|
|
1067
|
+
}
|
|
1068
|
+
export declare const DeleteIpLoadbalancingHttpRouteRequest: S.Schema<DeleteIpLoadbalancingHttpRouteRequest>;
|
|
1069
|
+
export interface DeleteIpLoadbalancingHttpRouteResponse {
|
|
1070
|
+
}
|
|
1071
|
+
export declare const DeleteIpLoadbalancingHttpRouteResponse: S.Schema<DeleteIpLoadbalancingHttpRouteResponse>;
|
|
1072
|
+
export interface DeleteIpLoadbalancingHttpRouteRuleRequest {
|
|
1073
|
+
/** The internal name of your IP load balancing */
|
|
1074
|
+
serviceName: string;
|
|
1075
|
+
/** Id of your route */
|
|
1076
|
+
routeId: number;
|
|
1077
|
+
/** Id of your rule */
|
|
1078
|
+
ruleId: number;
|
|
1079
|
+
}
|
|
1080
|
+
export declare const DeleteIpLoadbalancingHttpRouteRuleRequest: S.Schema<DeleteIpLoadbalancingHttpRouteRuleRequest>;
|
|
1081
|
+
export interface DeleteIpLoadbalancingHttpRouteRuleResponse {
|
|
1082
|
+
}
|
|
1083
|
+
export declare const DeleteIpLoadbalancingHttpRouteRuleResponse: S.Schema<DeleteIpLoadbalancingHttpRouteRuleResponse>;
|
|
1084
|
+
export interface DeleteIpLoadbalancingLogSubscriptionRequest {
|
|
1085
|
+
/** The internal name of your IP load balancing */
|
|
1086
|
+
serviceName: string;
|
|
1087
|
+
/** Subscription ID */
|
|
1088
|
+
subscriptionId: string;
|
|
1089
|
+
}
|
|
1090
|
+
export declare const DeleteIpLoadbalancingLogSubscriptionRequest: S.Schema<DeleteIpLoadbalancingLogSubscriptionRequest>;
|
|
1091
|
+
export interface DeleteIpLoadbalancingSslRequest {
|
|
1092
|
+
/** The internal name of your IP load balancing */
|
|
1093
|
+
serviceName: string;
|
|
1094
|
+
/** Id of your SSL certificate */
|
|
1095
|
+
id: number;
|
|
1096
|
+
}
|
|
1097
|
+
export declare const DeleteIpLoadbalancingSslRequest: S.Schema<DeleteIpLoadbalancingSslRequest>;
|
|
1098
|
+
export interface DeleteIpLoadbalancingSslResponse {
|
|
1099
|
+
}
|
|
1100
|
+
export declare const DeleteIpLoadbalancingSslResponse: S.Schema<DeleteIpLoadbalancingSslResponse>;
|
|
1101
|
+
export interface DeleteIpLoadbalancingTcpFarmRequest {
|
|
1102
|
+
/** The internal name of your IP load balancing */
|
|
1103
|
+
serviceName: string;
|
|
1104
|
+
/** Id of your farm */
|
|
1105
|
+
farmId: number;
|
|
1106
|
+
}
|
|
1107
|
+
export declare const DeleteIpLoadbalancingTcpFarmRequest: S.Schema<DeleteIpLoadbalancingTcpFarmRequest>;
|
|
1108
|
+
export interface DeleteIpLoadbalancingTcpFarmResponse {
|
|
1109
|
+
}
|
|
1110
|
+
export declare const DeleteIpLoadbalancingTcpFarmResponse: S.Schema<DeleteIpLoadbalancingTcpFarmResponse>;
|
|
1111
|
+
export interface DeleteIpLoadbalancingTcpFarmServerRequest {
|
|
1112
|
+
/** The internal name of your IP load balancing */
|
|
1113
|
+
serviceName: string;
|
|
1114
|
+
/** Id of your farm */
|
|
1115
|
+
farmId: number;
|
|
1116
|
+
/** Id of your server */
|
|
1117
|
+
serverId: number;
|
|
1118
|
+
}
|
|
1119
|
+
export declare const DeleteIpLoadbalancingTcpFarmServerRequest: S.Schema<DeleteIpLoadbalancingTcpFarmServerRequest>;
|
|
1120
|
+
export interface DeleteIpLoadbalancingTcpFarmServerResponse {
|
|
1121
|
+
}
|
|
1122
|
+
export declare const DeleteIpLoadbalancingTcpFarmServerResponse: S.Schema<DeleteIpLoadbalancingTcpFarmServerResponse>;
|
|
1123
|
+
export interface DeleteIpLoadbalancingTcpFarmServerTransparentRequest {
|
|
1124
|
+
/** The internal name of your IP load balancing */
|
|
1125
|
+
serviceName: string;
|
|
1126
|
+
/** Id of your farm */
|
|
1127
|
+
farmId: number;
|
|
1128
|
+
/** Id of your server */
|
|
1129
|
+
serverId: number;
|
|
1130
|
+
transparentId: number;
|
|
1131
|
+
}
|
|
1132
|
+
export declare const DeleteIpLoadbalancingTcpFarmServerTransparentRequest: S.Schema<DeleteIpLoadbalancingTcpFarmServerTransparentRequest>;
|
|
1133
|
+
export interface DeleteIpLoadbalancingTcpFarmServerTransparentResponse {
|
|
1134
|
+
}
|
|
1135
|
+
export declare const DeleteIpLoadbalancingTcpFarmServerTransparentResponse: S.Schema<DeleteIpLoadbalancingTcpFarmServerTransparentResponse>;
|
|
1136
|
+
export interface DeleteIpLoadbalancingTcpFrontendRequest {
|
|
1137
|
+
/** The internal name of your IP load balancing */
|
|
1138
|
+
serviceName: string;
|
|
1139
|
+
/** Id of your frontend */
|
|
1140
|
+
frontendId: number;
|
|
1141
|
+
}
|
|
1142
|
+
export declare const DeleteIpLoadbalancingTcpFrontendRequest: S.Schema<DeleteIpLoadbalancingTcpFrontendRequest>;
|
|
1143
|
+
export interface DeleteIpLoadbalancingTcpFrontendResponse {
|
|
1144
|
+
}
|
|
1145
|
+
export declare const DeleteIpLoadbalancingTcpFrontendResponse: S.Schema<DeleteIpLoadbalancingTcpFrontendResponse>;
|
|
1146
|
+
export interface DeleteIpLoadbalancingTcpRouteRequest {
|
|
1147
|
+
/** The internal name of your IP load balancing */
|
|
1148
|
+
serviceName: string;
|
|
1149
|
+
/** Id of your route */
|
|
1150
|
+
routeId: number;
|
|
1151
|
+
}
|
|
1152
|
+
export declare const DeleteIpLoadbalancingTcpRouteRequest: S.Schema<DeleteIpLoadbalancingTcpRouteRequest>;
|
|
1153
|
+
export interface DeleteIpLoadbalancingTcpRouteResponse {
|
|
1154
|
+
}
|
|
1155
|
+
export declare const DeleteIpLoadbalancingTcpRouteResponse: S.Schema<DeleteIpLoadbalancingTcpRouteResponse>;
|
|
1156
|
+
export interface DeleteIpLoadbalancingTcpRouteRuleRequest {
|
|
1157
|
+
/** The internal name of your IP load balancing */
|
|
1158
|
+
serviceName: string;
|
|
1159
|
+
/** Id of your route */
|
|
1160
|
+
routeId: number;
|
|
1161
|
+
/** Id of your rule */
|
|
1162
|
+
ruleId: number;
|
|
1163
|
+
}
|
|
1164
|
+
export declare const DeleteIpLoadbalancingTcpRouteRuleRequest: S.Schema<DeleteIpLoadbalancingTcpRouteRuleRequest>;
|
|
1165
|
+
export interface DeleteIpLoadbalancingTcpRouteRuleResponse {
|
|
1166
|
+
}
|
|
1167
|
+
export declare const DeleteIpLoadbalancingTcpRouteRuleResponse: S.Schema<DeleteIpLoadbalancingTcpRouteRuleResponse>;
|
|
1168
|
+
export interface DeleteIpLoadbalancingUdpFarmRequest {
|
|
1169
|
+
/** The internal name of your IP load balancing */
|
|
1170
|
+
serviceName: string;
|
|
1171
|
+
/** Id of your farm */
|
|
1172
|
+
farmId: number;
|
|
1173
|
+
}
|
|
1174
|
+
export declare const DeleteIpLoadbalancingUdpFarmRequest: S.Schema<DeleteIpLoadbalancingUdpFarmRequest>;
|
|
1175
|
+
export interface DeleteIpLoadbalancingUdpFarmResponse {
|
|
1176
|
+
}
|
|
1177
|
+
export declare const DeleteIpLoadbalancingUdpFarmResponse: S.Schema<DeleteIpLoadbalancingUdpFarmResponse>;
|
|
1178
|
+
export interface DeleteIpLoadbalancingUdpFarmServerRequest {
|
|
1179
|
+
/** The internal name of your IP load balancing */
|
|
1180
|
+
serviceName: string;
|
|
1181
|
+
/** Id of your farm */
|
|
1182
|
+
farmId: number;
|
|
1183
|
+
/** Id of your server */
|
|
1184
|
+
serverId: number;
|
|
1185
|
+
}
|
|
1186
|
+
export declare const DeleteIpLoadbalancingUdpFarmServerRequest: S.Schema<DeleteIpLoadbalancingUdpFarmServerRequest>;
|
|
1187
|
+
export interface DeleteIpLoadbalancingUdpFarmServerResponse {
|
|
1188
|
+
}
|
|
1189
|
+
export declare const DeleteIpLoadbalancingUdpFarmServerResponse: S.Schema<DeleteIpLoadbalancingUdpFarmServerResponse>;
|
|
1190
|
+
export interface DeleteIpLoadbalancingUdpFrontendRequest {
|
|
1191
|
+
/** The internal name of your IP load balancing */
|
|
1192
|
+
serviceName: string;
|
|
1193
|
+
/** Id of your frontend */
|
|
1194
|
+
frontendId: number;
|
|
1195
|
+
}
|
|
1196
|
+
export declare const DeleteIpLoadbalancingUdpFrontendRequest: S.Schema<DeleteIpLoadbalancingUdpFrontendRequest>;
|
|
1197
|
+
export interface DeleteIpLoadbalancingUdpFrontendResponse {
|
|
1198
|
+
}
|
|
1199
|
+
export declare const DeleteIpLoadbalancingUdpFrontendResponse: S.Schema<DeleteIpLoadbalancingUdpFrontendResponse>;
|
|
1200
|
+
export interface DeleteIpLoadbalancingVrackNetworkRequest {
|
|
1201
|
+
/** The internal name of your IP load balancing */
|
|
1202
|
+
serviceName: string;
|
|
1203
|
+
/** Internal Load Balancer identifier of the vRack private network description */
|
|
1204
|
+
vrackNetworkId: number;
|
|
1205
|
+
}
|
|
1206
|
+
export declare const DeleteIpLoadbalancingVrackNetworkRequest: S.Schema<DeleteIpLoadbalancingVrackNetworkRequest>;
|
|
1207
|
+
export interface DeleteIpLoadbalancingVrackNetworkResponse {
|
|
1208
|
+
}
|
|
1209
|
+
export declare const DeleteIpLoadbalancingVrackNetworkResponse: S.Schema<DeleteIpLoadbalancingVrackNetworkResponse>;
|
|
1210
|
+
export interface GetIpLoadbalancingRequest {
|
|
1211
|
+
/** The internal name of your IP load balancing */
|
|
1212
|
+
serviceName: string;
|
|
1213
|
+
}
|
|
1214
|
+
export declare const GetIpLoadbalancingRequest: S.Schema<GetIpLoadbalancingRequest>;
|
|
1215
|
+
/** Resource tags. Tags that were internally computed are prefixed with ovh: */
|
|
1216
|
+
export type IamResourceMetadataTagsMap = {
|
|
1217
|
+
[key: string]: string | undefined;
|
|
1218
|
+
};
|
|
1219
|
+
export declare const IamResourceMetadataTagsMap: S.Schema<IamResourceMetadataTagsMap>;
|
|
1220
|
+
/** IAM resource metadata embedded in services models */
|
|
1221
|
+
export interface IamResourceMetadata {
|
|
1222
|
+
/** Resource display name */
|
|
1223
|
+
displayName?: string | null;
|
|
1224
|
+
/** Unique identifier of the resource */
|
|
1225
|
+
id?: string;
|
|
1226
|
+
/** Resource tags. Tags that were internally computed are prefixed with ovh: */
|
|
1227
|
+
tags?: IamResourceMetadataTagsMap | null;
|
|
1228
|
+
/** Unique resource name used in policies */
|
|
1229
|
+
urn?: string;
|
|
1230
|
+
}
|
|
1231
|
+
export declare const IamResourceMetadata: S.Schema<IamResourceMetadata>;
|
|
1232
|
+
/** Available additional zone to order for a Load Balancer */
|
|
1233
|
+
export interface IpLoadbalancingOrderableZone {
|
|
1234
|
+
/** The zone three letter code */
|
|
1235
|
+
name?: string;
|
|
1236
|
+
/** The billing planCode for this zone */
|
|
1237
|
+
planCode?: string;
|
|
1238
|
+
}
|
|
1239
|
+
export declare const IpLoadbalancingOrderableZone: S.Schema<IpLoadbalancingOrderableZone>;
|
|
1240
|
+
/** Available additional zone for your Load Balancer */
|
|
1241
|
+
export type IpLoadbalancingIpWithIAMOrderableZoneList = Array<IpLoadbalancingOrderableZone>;
|
|
1242
|
+
export declare const IpLoadbalancingIpWithIAMOrderableZoneList: S.Schema<IpLoadbalancingIpWithIAMOrderableZoneList>;
|
|
1243
|
+
/** Possible values for ssl ciphers */
|
|
1244
|
+
export type IpLoadbalancingSslConfigurationEnum = "intermediate" | "modern";
|
|
1245
|
+
export declare const IpLoadbalancingSslConfigurationEnum: any;
|
|
1246
|
+
/** Possible values for load balancing IP state */
|
|
1247
|
+
export type IpLoadbalancingIpStateEnum = "blacklisted" | "deleted" | "free" | "ok" | "quarantined" | "suspended";
|
|
1248
|
+
export declare const IpLoadbalancingIpStateEnum: any;
|
|
1249
|
+
/** Location where your service is */
|
|
1250
|
+
export type IpLoadbalancingIpWithIAMZoneList = Array<string>;
|
|
1251
|
+
export declare const IpLoadbalancingIpWithIAMZoneList: S.Schema<IpLoadbalancingIpWithIAMZoneList>;
|
|
1252
|
+
/** Your IP load balancing */
|
|
1253
|
+
export interface IpLoadbalancingIpWithIAM {
|
|
1254
|
+
/** Set the name displayed in ManagerV6 for your iplb (max 50 chars) */
|
|
1255
|
+
displayName?: string | null;
|
|
1256
|
+
/** IAM resource metadata */
|
|
1257
|
+
iam?: IamResourceMetadata | null;
|
|
1258
|
+
/** Your IP load balancing */
|
|
1259
|
+
ipLoadbalancing?: string;
|
|
1260
|
+
/** The IPV4 associated to your IP load balancing */
|
|
1261
|
+
ipv4?: string | null;
|
|
1262
|
+
/** The IPV6 associated to your IP load balancing */
|
|
1263
|
+
ipv6?: string | null;
|
|
1264
|
+
/** The metrics token associated with your IP load balancing */
|
|
1265
|
+
metricsToken?: string | null;
|
|
1266
|
+
/** The offer of your IP load balancing */
|
|
1267
|
+
offer?: string;
|
|
1268
|
+
/** Available additional zone for your Load Balancer */
|
|
1269
|
+
orderableZone?: IpLoadbalancingIpWithIAMOrderableZoneList;
|
|
1270
|
+
/** The internal name of your IP load balancing */
|
|
1271
|
+
serviceName?: string;
|
|
1272
|
+
/** Modern oldest compatible clients : Firefox 27, Chrome 30, IE 11 on Windows 7, Edge, Opera 17, Safari 9, Android 5.0, and Java 8. Intermediate oldest compatible clients : Firefox 1, Chrome 1, IE 7, Opera 5, Safari 1, Windows XP IE8, Android 2.3, Java 7. Intermediate if null. */
|
|
1273
|
+
sslConfiguration?: IpLoadbalancingSslConfigurationEnum | null;
|
|
1274
|
+
/** Current state of your IP */
|
|
1275
|
+
state?: IpLoadbalancingIpStateEnum;
|
|
1276
|
+
/** Vrack eligibility */
|
|
1277
|
+
vrackEligibility?: boolean;
|
|
1278
|
+
/** Name of the vRack on which the current Load Balancer is attached to, as it is named on vRack product */
|
|
1279
|
+
vrackName?: string | null;
|
|
1280
|
+
/** Location where your service is */
|
|
1281
|
+
zone?: IpLoadbalancingIpWithIAMZoneList;
|
|
1282
|
+
}
|
|
1283
|
+
export declare const IpLoadbalancingIpWithIAM: S.Schema<IpLoadbalancingIpWithIAM>;
|
|
1284
|
+
export interface GetIpLoadbalancingHttpFarmRequest {
|
|
1285
|
+
/** The internal name of your IP load balancing */
|
|
1286
|
+
serviceName: string;
|
|
1287
|
+
/** Id of your farm */
|
|
1288
|
+
farmId: number;
|
|
1289
|
+
}
|
|
1290
|
+
export declare const GetIpLoadbalancingHttpFarmRequest: S.Schema<GetIpLoadbalancingHttpFarmRequest>;
|
|
1291
|
+
export interface GetIpLoadbalancingHttpFarmServerRequest {
|
|
1292
|
+
/** The internal name of your IP load balancing */
|
|
1293
|
+
serviceName: string;
|
|
1294
|
+
/** Id of your farm */
|
|
1295
|
+
farmId: number;
|
|
1296
|
+
/** Id of your server */
|
|
1297
|
+
serverId: number;
|
|
1298
|
+
}
|
|
1299
|
+
export declare const GetIpLoadbalancingHttpFarmServerRequest: S.Schema<GetIpLoadbalancingHttpFarmServerRequest>;
|
|
1300
|
+
export interface GetIpLoadbalancingHttpFarmServerTransparentRequest {
|
|
1301
|
+
/** The internal name of your IP load balancing */
|
|
1302
|
+
serviceName: string;
|
|
1303
|
+
/** Id of your farm */
|
|
1304
|
+
farmId: number;
|
|
1305
|
+
/** Id of your server */
|
|
1306
|
+
serverId: number;
|
|
1307
|
+
transparentId: number;
|
|
1308
|
+
}
|
|
1309
|
+
export declare const GetIpLoadbalancingHttpFarmServerTransparentRequest: S.Schema<GetIpLoadbalancingHttpFarmServerTransparentRequest>;
|
|
1310
|
+
export interface GetIpLoadbalancingHttpFrontendRequest {
|
|
1311
|
+
/** The internal name of your IP load balancing */
|
|
1312
|
+
serviceName: string;
|
|
1313
|
+
/** Id of your frontend */
|
|
1314
|
+
frontendId: number;
|
|
1315
|
+
}
|
|
1316
|
+
export declare const GetIpLoadbalancingHttpFrontendRequest: S.Schema<GetIpLoadbalancingHttpFrontendRequest>;
|
|
1317
|
+
export interface GetIpLoadbalancingHttpRouteRequest {
|
|
1318
|
+
/** The internal name of your IP load balancing */
|
|
1319
|
+
serviceName: string;
|
|
1320
|
+
/** Id of your route */
|
|
1321
|
+
routeId: number;
|
|
1322
|
+
}
|
|
1323
|
+
export declare const GetIpLoadbalancingHttpRouteRequest: S.Schema<GetIpLoadbalancingHttpRouteRequest>;
|
|
1324
|
+
export interface GetIpLoadbalancingHttpRouteRuleRequest {
|
|
1325
|
+
/** The internal name of your IP load balancing */
|
|
1326
|
+
serviceName: string;
|
|
1327
|
+
/** Id of your route */
|
|
1328
|
+
routeId: number;
|
|
1329
|
+
/** Id of your rule */
|
|
1330
|
+
ruleId: number;
|
|
1331
|
+
}
|
|
1332
|
+
export declare const GetIpLoadbalancingHttpRouteRuleRequest: S.Schema<GetIpLoadbalancingHttpRouteRuleRequest>;
|
|
1333
|
+
export interface GetIpLoadbalancingLogKindRequest {
|
|
1334
|
+
/** The internal name of your IP load balancing */
|
|
1335
|
+
serviceName: string;
|
|
1336
|
+
/** Log kind name */
|
|
1337
|
+
name: string;
|
|
1338
|
+
}
|
|
1339
|
+
export declare const GetIpLoadbalancingLogKindRequest: S.Schema<GetIpLoadbalancingLogKindRequest>;
|
|
1340
|
+
/** List of additional log fields managed in this log kind */
|
|
1341
|
+
export type IpLoadbalancingLdpKindLdpKindAdditionalReturnedFieldsList = Array<string>;
|
|
1342
|
+
export declare const IpLoadbalancingLdpKindLdpKindAdditionalReturnedFieldsList: S.Schema<IpLoadbalancingLdpKindLdpKindAdditionalReturnedFieldsList>;
|
|
1343
|
+
/** Log kind for your Load Balancer */
|
|
1344
|
+
export interface IpLoadbalancingLdpKindLdpKind {
|
|
1345
|
+
/** List of additional log fields managed in this log kind */
|
|
1346
|
+
additionalReturnedFields?: IpLoadbalancingLdpKindLdpKindAdditionalReturnedFieldsList;
|
|
1347
|
+
/** Creation date of the log kind */
|
|
1348
|
+
createdAt?: string;
|
|
1349
|
+
/** Log kind display name */
|
|
1350
|
+
displayName?: string;
|
|
1351
|
+
/** Log kind ID */
|
|
1352
|
+
kindId?: string;
|
|
1353
|
+
/** Log kind name */
|
|
1354
|
+
name?: string;
|
|
1355
|
+
/** Last update date of the log kind */
|
|
1356
|
+
updatedAt?: string;
|
|
1357
|
+
}
|
|
1358
|
+
export declare const IpLoadbalancingLdpKindLdpKind: S.Schema<IpLoadbalancingLdpKindLdpKind>;
|
|
1359
|
+
export interface GetIpLoadbalancingLogSubscriptionRequest {
|
|
1360
|
+
/** The internal name of your IP load balancing */
|
|
1361
|
+
serviceName: string;
|
|
1362
|
+
/** Subscription ID */
|
|
1363
|
+
subscriptionId: string;
|
|
1364
|
+
}
|
|
1365
|
+
export declare const GetIpLoadbalancingLogSubscriptionRequest: S.Schema<GetIpLoadbalancingLogSubscriptionRequest>;
|
|
1366
|
+
/** Logs subscription resource for your Load Balancer */
|
|
1367
|
+
export interface IpLoadbalancingLogSubscriptionResource {
|
|
1368
|
+
/** Name of subscribed resource */
|
|
1369
|
+
name?: string;
|
|
1370
|
+
/** Type of subscribed resource */
|
|
1371
|
+
type?: string;
|
|
1372
|
+
}
|
|
1373
|
+
export declare const IpLoadbalancingLogSubscriptionResource: S.Schema<IpLoadbalancingLogSubscriptionResource>;
|
|
1374
|
+
/** Log subscription for your Load Balancer */
|
|
1375
|
+
export interface IpLoadbalancingLdpSubscriptionLdpSubscription {
|
|
1376
|
+
/** Creation date of the subscription */
|
|
1377
|
+
createdAt?: string;
|
|
1378
|
+
/** Log kind name of this subscription */
|
|
1379
|
+
kind?: string;
|
|
1380
|
+
/** Subscribed resource, where the logs come from */
|
|
1381
|
+
resource?: IpLoadbalancingLogSubscriptionResource;
|
|
1382
|
+
/** Name of the destination log service */
|
|
1383
|
+
serviceName?: string;
|
|
1384
|
+
/** Id of the destination log stream */
|
|
1385
|
+
streamId?: string;
|
|
1386
|
+
/** Subscription ID */
|
|
1387
|
+
subscriptionId?: string;
|
|
1388
|
+
/** Last update date of the subscription */
|
|
1389
|
+
updatedAt?: string;
|
|
1390
|
+
}
|
|
1391
|
+
export declare const IpLoadbalancingLdpSubscriptionLdpSubscription: S.Schema<IpLoadbalancingLdpSubscriptionLdpSubscription>;
|
|
1392
|
+
export interface GetIpLoadbalancingMetricsTokenRequest {
|
|
1393
|
+
/** The internal name of your IP load balancing */
|
|
1394
|
+
serviceName: string;
|
|
1395
|
+
}
|
|
1396
|
+
export declare const GetIpLoadbalancingMetricsTokenRequest: S.Schema<GetIpLoadbalancingMetricsTokenRequest>;
|
|
1397
|
+
/** The metrics token of a Load Balancer */
|
|
1398
|
+
export interface IpLoadbalancingMetricsToken {
|
|
1399
|
+
/** The metrics endpoint */
|
|
1400
|
+
endpoint?: string;
|
|
1401
|
+
/** The metrics token */
|
|
1402
|
+
token?: string;
|
|
1403
|
+
}
|
|
1404
|
+
export declare const IpLoadbalancingMetricsToken: S.Schema<IpLoadbalancingMetricsToken>;
|
|
1405
|
+
export interface GetIpLoadbalancingQuotaRequest {
|
|
1406
|
+
/** The internal name of your IP load balancing */
|
|
1407
|
+
serviceName: string;
|
|
1408
|
+
/** Zone of your quota */
|
|
1409
|
+
zone: string;
|
|
1410
|
+
}
|
|
1411
|
+
export declare const GetIpLoadbalancingQuotaRequest: S.Schema<GetIpLoadbalancingQuotaRequest>;
|
|
1412
|
+
/** Quota informations for current billing period for this zone */
|
|
1413
|
+
export interface IpLoadbalancingQuotaQuota {
|
|
1414
|
+
/** Quota alert value in bytes. When reached, we will send you an alert. Default : included quota with your offer */
|
|
1415
|
+
alert?: number | null;
|
|
1416
|
+
/** Included quota value with your offer, in bytes */
|
|
1417
|
+
included?: number | null;
|
|
1418
|
+
/** The last time your quota was updated from your Load Balancer instance */
|
|
1419
|
+
lastUpdateDate?: string | null;
|
|
1420
|
+
/** The last time your quota was resetted (billed) */
|
|
1421
|
+
resetDate?: string | null;
|
|
1422
|
+
/** Total used quota value in bytes */
|
|
1423
|
+
total?: number | null;
|
|
1424
|
+
/** Zone of your quota */
|
|
1425
|
+
zone?: string;
|
|
1426
|
+
}
|
|
1427
|
+
export declare const IpLoadbalancingQuotaQuota: S.Schema<IpLoadbalancingQuotaQuota>;
|
|
1428
|
+
export interface GetIpLoadbalancingQuotaHistoryRequest {
|
|
1429
|
+
/** The internal name of your IP load balancing */
|
|
1430
|
+
serviceName: string;
|
|
1431
|
+
/** Id of your quota */
|
|
1432
|
+
id: number;
|
|
1433
|
+
}
|
|
1434
|
+
export declare const GetIpLoadbalancingQuotaHistoryRequest: S.Schema<GetIpLoadbalancingQuotaHistoryRequest>;
|
|
1435
|
+
/** QuotaHistory */
|
|
1436
|
+
export interface IpLoadbalancingQuotaHistoryQuotaHistory {
|
|
1437
|
+
/** Historized date for this quota entry */
|
|
1438
|
+
historizedDate?: string;
|
|
1439
|
+
/** Id of your quota */
|
|
1440
|
+
id?: number;
|
|
1441
|
+
/** The last time your quota was updated from your Load Balancer instance */
|
|
1442
|
+
lastUpdateDate?: string;
|
|
1443
|
+
/** The last time your quota was resetted (billed) */
|
|
1444
|
+
resetDate?: string;
|
|
1445
|
+
/** Total used quota value in bytes */
|
|
1446
|
+
total?: number;
|
|
1447
|
+
/** Zone of your quota */
|
|
1448
|
+
zone?: string;
|
|
1449
|
+
}
|
|
1450
|
+
export declare const IpLoadbalancingQuotaHistoryQuotaHistory: S.Schema<IpLoadbalancingQuotaHistoryQuotaHistory>;
|
|
1451
|
+
export interface GetIpLoadbalancingServiceInfosRequest {
|
|
1452
|
+
/** The internal name of your IP load balancing */
|
|
1453
|
+
serviceName: string;
|
|
1454
|
+
}
|
|
1455
|
+
export declare const GetIpLoadbalancingServiceInfosRequest: S.Schema<GetIpLoadbalancingServiceInfosRequest>;
|
|
1456
|
+
/** All the possible renew period of your service in month */
|
|
1457
|
+
export type ServicesServicePossibleRenewPeriodList = Array<number>;
|
|
1458
|
+
export declare const ServicesServicePossibleRenewPeriodList: S.Schema<ServicesServicePossibleRenewPeriodList>;
|
|
1459
|
+
/** Map a possible renew for a specific service */
|
|
1460
|
+
export interface ServiceRenewType {
|
|
1461
|
+
/** The service is automatically renewed */
|
|
1462
|
+
automatic?: boolean;
|
|
1463
|
+
/** The service will be deleted at expiration */
|
|
1464
|
+
deleteAtExpiration?: boolean;
|
|
1465
|
+
/** The service forced to be renewed */
|
|
1466
|
+
forced?: boolean;
|
|
1467
|
+
/** The service needs to be manually renewed and paid */
|
|
1468
|
+
manualPayment?: boolean | null;
|
|
1469
|
+
/** period of renew in month */
|
|
1470
|
+
period?: number | null;
|
|
1471
|
+
}
|
|
1472
|
+
export declare const ServiceRenewType: S.Schema<ServiceRenewType>;
|
|
1473
|
+
/** Detailed renewal type of a service */
|
|
1474
|
+
export type ServiceRenewalTypeEnum = "automaticForcedProduct" | "automaticV2012" | "automaticV2014" | "automaticV2016" | "automaticV2024" | "manual" | "oneShot" | "option";
|
|
1475
|
+
export declare const ServiceRenewalTypeEnum: any;
|
|
1476
|
+
export type ServiceStateEnum = "autorenewInProgress" | "expired" | "inCreation" | "ok" | "pendingDebt" | "unPaid";
|
|
1477
|
+
export declare const ServiceStateEnum: any;
|
|
1478
|
+
/** Details about a Service */
|
|
1479
|
+
export interface ServicesService {
|
|
1480
|
+
/** Indicates that the service can be set up to be deleted at expiration */
|
|
1481
|
+
canDeleteAtExpiration?: boolean;
|
|
1482
|
+
contactAdmin?: string;
|
|
1483
|
+
contactBilling?: string;
|
|
1484
|
+
contactTech?: string;
|
|
1485
|
+
creation?: string;
|
|
1486
|
+
domain?: string;
|
|
1487
|
+
engagedUpTo?: string | null;
|
|
1488
|
+
expiration?: string;
|
|
1489
|
+
/** All the possible renew period of your service in month */
|
|
1490
|
+
possibleRenewPeriod?: ServicesServicePossibleRenewPeriodList | null;
|
|
1491
|
+
/** Way of handling the renew */
|
|
1492
|
+
renew?: ServiceRenewType | null;
|
|
1493
|
+
renewalType?: ServiceRenewalTypeEnum;
|
|
1494
|
+
serviceId?: number;
|
|
1495
|
+
status?: ServiceStateEnum;
|
|
1496
|
+
}
|
|
1497
|
+
export declare const ServicesService: S.Schema<ServicesService>;
|
|
1498
|
+
export interface GetIpLoadbalancingSslRequest {
|
|
1499
|
+
/** The internal name of your IP load balancing */
|
|
1500
|
+
serviceName: string;
|
|
1501
|
+
/** Id of your SSL certificate */
|
|
1502
|
+
id: number;
|
|
1503
|
+
}
|
|
1504
|
+
export declare const GetIpLoadbalancingSslRequest: S.Schema<GetIpLoadbalancingSslRequest>;
|
|
1505
|
+
export interface GetIpLoadbalancingStatusRequest {
|
|
1506
|
+
/** The internal name of your IP load balancing */
|
|
1507
|
+
serviceName: string;
|
|
1508
|
+
}
|
|
1509
|
+
export declare const GetIpLoadbalancingStatusRequest: S.Schema<GetIpLoadbalancingStatusRequest>;
|
|
1510
|
+
/** The statuses of a Load Balancer component */
|
|
1511
|
+
export interface IpLoadbalancingStatusComponentStatus {
|
|
1512
|
+
/** The number of component with status error */
|
|
1513
|
+
error?: number;
|
|
1514
|
+
/** The number of component with status ok */
|
|
1515
|
+
ok?: number;
|
|
1516
|
+
/** The number of component with status unknown */
|
|
1517
|
+
unknown?: number;
|
|
1518
|
+
/** The number of component with status warn */
|
|
1519
|
+
warn?: number;
|
|
1520
|
+
}
|
|
1521
|
+
export declare const IpLoadbalancingStatusComponentStatus: S.Schema<IpLoadbalancingStatusComponentStatus>;
|
|
1522
|
+
/** The global status of a Load Balancer component */
|
|
1523
|
+
export interface IpLoadbalancingStatusComponent {
|
|
1524
|
+
/** The global status of your Load Balancer component */
|
|
1525
|
+
status?: IpLoadbalancingStatusComponentStatus;
|
|
1526
|
+
/** The Load Balancer total component count */
|
|
1527
|
+
total?: number;
|
|
1528
|
+
}
|
|
1529
|
+
export declare const IpLoadbalancingStatusComponent: S.Schema<IpLoadbalancingStatusComponent>;
|
|
1530
|
+
/** Possible values for a Load Balancer status */
|
|
1531
|
+
export type IpLoadbalancingStatusEnum = "error" | "ok" | "unknown" | "warn";
|
|
1532
|
+
export declare const IpLoadbalancingStatusEnum: any;
|
|
1533
|
+
/** The status of a Load Balancer service */
|
|
1534
|
+
export interface IpLoadbalancingStatusService {
|
|
1535
|
+
/** The status of your Load Balancer billing domain */
|
|
1536
|
+
status?: IpLoadbalancingStatusEnum;
|
|
1537
|
+
}
|
|
1538
|
+
export declare const IpLoadbalancingStatusService: S.Schema<IpLoadbalancingStatusService>;
|
|
1539
|
+
/** The global status of a Load Balancer */
|
|
1540
|
+
export interface IpLoadbalancingStatus {
|
|
1541
|
+
/** The Load Balancer farms status informations */
|
|
1542
|
+
farms?: IpLoadbalancingStatusComponent;
|
|
1543
|
+
/** The Load Balancer frontends status informations */
|
|
1544
|
+
frontends?: IpLoadbalancingStatusComponent;
|
|
1545
|
+
/** The Load Balancer servers status informations */
|
|
1546
|
+
servers?: IpLoadbalancingStatusComponent;
|
|
1547
|
+
/** The Load Balancer service status informations */
|
|
1548
|
+
service?: IpLoadbalancingStatusService;
|
|
1549
|
+
}
|
|
1550
|
+
export declare const IpLoadbalancingStatus: S.Schema<IpLoadbalancingStatus>;
|
|
1551
|
+
export interface GetIpLoadbalancingTaskRequest {
|
|
1552
|
+
/** The internal name of your IP load balancing */
|
|
1553
|
+
serviceName: string;
|
|
1554
|
+
/** Id of the operation */
|
|
1555
|
+
id: number;
|
|
1556
|
+
}
|
|
1557
|
+
export declare const GetIpLoadbalancingTaskRequest: S.Schema<GetIpLoadbalancingTaskRequest>;
|
|
1558
|
+
export interface GetIpLoadbalancingTcpFarmRequest {
|
|
1559
|
+
/** The internal name of your IP load balancing */
|
|
1560
|
+
serviceName: string;
|
|
1561
|
+
/** Id of your farm */
|
|
1562
|
+
farmId: number;
|
|
1563
|
+
}
|
|
1564
|
+
export declare const GetIpLoadbalancingTcpFarmRequest: S.Schema<GetIpLoadbalancingTcpFarmRequest>;
|
|
1565
|
+
export interface GetIpLoadbalancingTcpFarmServerRequest {
|
|
1566
|
+
/** The internal name of your IP load balancing */
|
|
1567
|
+
serviceName: string;
|
|
1568
|
+
/** Id of your farm */
|
|
1569
|
+
farmId: number;
|
|
1570
|
+
/** Id of your server */
|
|
1571
|
+
serverId: number;
|
|
1572
|
+
}
|
|
1573
|
+
export declare const GetIpLoadbalancingTcpFarmServerRequest: S.Schema<GetIpLoadbalancingTcpFarmServerRequest>;
|
|
1574
|
+
export interface GetIpLoadbalancingTcpFarmServerTransparentRequest {
|
|
1575
|
+
/** The internal name of your IP load balancing */
|
|
1576
|
+
serviceName: string;
|
|
1577
|
+
/** Id of your farm */
|
|
1578
|
+
farmId: number;
|
|
1579
|
+
/** Id of your server */
|
|
1580
|
+
serverId: number;
|
|
1581
|
+
transparentId: number;
|
|
1582
|
+
}
|
|
1583
|
+
export declare const GetIpLoadbalancingTcpFarmServerTransparentRequest: S.Schema<GetIpLoadbalancingTcpFarmServerTransparentRequest>;
|
|
1584
|
+
export interface GetIpLoadbalancingTcpFrontendRequest {
|
|
1585
|
+
/** The internal name of your IP load balancing */
|
|
1586
|
+
serviceName: string;
|
|
1587
|
+
/** Id of your frontend */
|
|
1588
|
+
frontendId: number;
|
|
1589
|
+
}
|
|
1590
|
+
export declare const GetIpLoadbalancingTcpFrontendRequest: S.Schema<GetIpLoadbalancingTcpFrontendRequest>;
|
|
1591
|
+
export interface GetIpLoadbalancingTcpRouteRequest {
|
|
1592
|
+
/** The internal name of your IP load balancing */
|
|
1593
|
+
serviceName: string;
|
|
1594
|
+
/** Id of your route */
|
|
1595
|
+
routeId: number;
|
|
1596
|
+
}
|
|
1597
|
+
export declare const GetIpLoadbalancingTcpRouteRequest: S.Schema<GetIpLoadbalancingTcpRouteRequest>;
|
|
1598
|
+
export interface GetIpLoadbalancingTcpRouteRuleRequest {
|
|
1599
|
+
/** The internal name of your IP load balancing */
|
|
1600
|
+
serviceName: string;
|
|
1601
|
+
/** Id of your route */
|
|
1602
|
+
routeId: number;
|
|
1603
|
+
/** Id of your rule */
|
|
1604
|
+
ruleId: number;
|
|
1605
|
+
}
|
|
1606
|
+
export declare const GetIpLoadbalancingTcpRouteRuleRequest: S.Schema<GetIpLoadbalancingTcpRouteRuleRequest>;
|
|
1607
|
+
export interface GetIpLoadbalancingUdpFarmRequest {
|
|
1608
|
+
/** The internal name of your IP load balancing */
|
|
1609
|
+
serviceName: string;
|
|
1610
|
+
/** Id of your farm */
|
|
1611
|
+
farmId: number;
|
|
1612
|
+
}
|
|
1613
|
+
export declare const GetIpLoadbalancingUdpFarmRequest: S.Schema<GetIpLoadbalancingUdpFarmRequest>;
|
|
1614
|
+
export interface GetIpLoadbalancingUdpFarmServerRequest {
|
|
1615
|
+
/** The internal name of your IP load balancing */
|
|
1616
|
+
serviceName: string;
|
|
1617
|
+
/** Id of your farm */
|
|
1618
|
+
farmId: number;
|
|
1619
|
+
/** Id of your server */
|
|
1620
|
+
serverId: number;
|
|
1621
|
+
}
|
|
1622
|
+
export declare const GetIpLoadbalancingUdpFarmServerRequest: S.Schema<GetIpLoadbalancingUdpFarmServerRequest>;
|
|
1623
|
+
export interface GetIpLoadbalancingUdpFrontendRequest {
|
|
1624
|
+
/** The internal name of your IP load balancing */
|
|
1625
|
+
serviceName: string;
|
|
1626
|
+
/** Id of your frontend */
|
|
1627
|
+
frontendId: number;
|
|
1628
|
+
}
|
|
1629
|
+
export declare const GetIpLoadbalancingUdpFrontendRequest: S.Schema<GetIpLoadbalancingUdpFrontendRequest>;
|
|
1630
|
+
export interface GetIpLoadbalancingVrackNetworkRequest {
|
|
1631
|
+
/** The internal name of your IP load balancing */
|
|
1632
|
+
serviceName: string;
|
|
1633
|
+
/** Internal Load Balancer identifier of the vRack private network description */
|
|
1634
|
+
vrackNetworkId: number;
|
|
1635
|
+
}
|
|
1636
|
+
export declare const GetIpLoadbalancingVrackNetworkRequest: S.Schema<GetIpLoadbalancingVrackNetworkRequest>;
|
|
1637
|
+
export interface GetIpLoadbalancingVrackNetworkCreationRulesRequest {
|
|
1638
|
+
/** The internal name of your IP load balancing */
|
|
1639
|
+
serviceName: string;
|
|
1640
|
+
}
|
|
1641
|
+
export declare const GetIpLoadbalancingVrackNetworkCreationRulesRequest: S.Schema<GetIpLoadbalancingVrackNetworkCreationRulesRequest>;
|
|
1642
|
+
/** Rules to create a new description of a private network in the vRack */
|
|
1643
|
+
export interface IpLoadbalancingVrackNetworkCreationRules {
|
|
1644
|
+
/** Minimum number of IPs needed to forward requests to your servers using NAT in your private network behind the current Load Balancer. Ip Block given on Load Balancer vRack network must contain at least this number of IP. */
|
|
1645
|
+
minNatIps?: number;
|
|
1646
|
+
/** Number of remaining private network descriptions available for creation for this Load Balancer */
|
|
1647
|
+
remainingNetworks?: number;
|
|
1648
|
+
/** Name of the vRack on which the current Load Balancer is attached to, as it is named on vRack product */
|
|
1649
|
+
vrackName?: string;
|
|
1650
|
+
}
|
|
1651
|
+
export declare const IpLoadbalancingVrackNetworkCreationRules: S.Schema<IpLoadbalancingVrackNetworkCreationRules>;
|
|
1652
|
+
export interface GetIpLoadbalancingZoneRequest {
|
|
1653
|
+
/** The internal name of your IP load balancing */
|
|
1654
|
+
serviceName: string;
|
|
1655
|
+
/** Name of your zone */
|
|
1656
|
+
name: string;
|
|
1657
|
+
}
|
|
1658
|
+
export declare const GetIpLoadbalancingZoneRequest: S.Schema<GetIpLoadbalancingZoneRequest>;
|
|
1659
|
+
/** IP Load Balancing Zone */
|
|
1660
|
+
export interface IpLoadbalancingZoneZone {
|
|
1661
|
+
/** Name of your zone */
|
|
1662
|
+
name?: string;
|
|
1663
|
+
/** State of your zone */
|
|
1664
|
+
state?: string;
|
|
1665
|
+
}
|
|
1666
|
+
export declare const IpLoadbalancingZoneZone: S.Schema<IpLoadbalancingZoneZone>;
|
|
1667
|
+
/** Resource tag filter */
|
|
1668
|
+
export interface IamResourceTagFilterInput {
|
|
1669
|
+
}
|
|
1670
|
+
export declare const IamResourceTagFilterInput: S.Schema<IamResourceTagFilterInput>;
|
|
1671
|
+
export type ListIpLoadbalancingRequestIamTagsValueList = Array<IamResourceTagFilterInput>;
|
|
1672
|
+
export declare const ListIpLoadbalancingRequestIamTagsValueList: S.Schema<ListIpLoadbalancingRequestIamTagsValueList>;
|
|
1673
|
+
export type ListIpLoadbalancingRequestIamTagsMap = {
|
|
1674
|
+
[key: string]: ListIpLoadbalancingRequestIamTagsValueList | undefined;
|
|
1675
|
+
};
|
|
1676
|
+
export declare const ListIpLoadbalancingRequestIamTagsMap: S.Schema<ListIpLoadbalancingRequestIamTagsMap>;
|
|
1677
|
+
export interface ListIpLoadbalancingRequest {
|
|
1678
|
+
/** Filter resources on IAM tags */
|
|
1679
|
+
iamTags?: ListIpLoadbalancingRequestIamTagsMap;
|
|
1680
|
+
}
|
|
1681
|
+
export declare const ListIpLoadbalancingRequest: S.Schema<ListIpLoadbalancingRequest>;
|
|
1682
|
+
export type ListIpLoadbalancingResponseBodyList = Array<string>;
|
|
1683
|
+
export declare const ListIpLoadbalancingResponseBodyList: S.Schema<ListIpLoadbalancingResponseBodyList>;
|
|
1684
|
+
export type ListIpLoadbalancingResponse = ListIpLoadbalancingResponseBodyList;
|
|
1685
|
+
export declare const ListIpLoadbalancingResponse: S.Schema<ListIpLoadbalancingResponse>;
|
|
1686
|
+
export interface ListIpLoadbalancingAvailableFarmProbesRequest {
|
|
1687
|
+
/** The internal name of your IP load balancing */
|
|
1688
|
+
serviceName: string;
|
|
1689
|
+
}
|
|
1690
|
+
export declare const ListIpLoadbalancingAvailableFarmProbesRequest: S.Schema<ListIpLoadbalancingAvailableFarmProbesRequest>;
|
|
1691
|
+
/** List of possible probe result checkers for this type of probe */
|
|
1692
|
+
export type IpLoadbalancingFarmAvailableProbeMatchesList = Array<string>;
|
|
1693
|
+
export declare const IpLoadbalancingFarmAvailableProbeMatchesList: S.Schema<IpLoadbalancingFarmAvailableProbeMatchesList>;
|
|
1694
|
+
/** List of available HTTP method, if available */
|
|
1695
|
+
export type IpLoadbalancingFarmAvailableProbeMethodList = Array<string>;
|
|
1696
|
+
export declare const IpLoadbalancingFarmAvailableProbeMethodList: S.Schema<IpLoadbalancingFarmAvailableProbeMethodList>;
|
|
1697
|
+
/** List of matches operators that accept the negate option for this type of probe */
|
|
1698
|
+
export type IpLoadbalancingFarmAvailableProbeNegatableMatchesList = Array<string>;
|
|
1699
|
+
export declare const IpLoadbalancingFarmAvailableProbeNegatableMatchesList: S.Schema<IpLoadbalancingFarmAvailableProbeNegatableMatchesList>;
|
|
1700
|
+
/** Available farm probes options */
|
|
1701
|
+
export interface IpLoadbalancingFarmAvailableProbe {
|
|
1702
|
+
/** List of possible probe result checkers for this type of probe */
|
|
1703
|
+
matches?: IpLoadbalancingFarmAvailableProbeMatchesList;
|
|
1704
|
+
/** List of available HTTP method, if available */
|
|
1705
|
+
method?: IpLoadbalancingFarmAvailableProbeMethodList | null;
|
|
1706
|
+
/** List of matches operators that accept the negate option for this type of probe */
|
|
1707
|
+
negatableMatches?: IpLoadbalancingFarmAvailableProbeNegatableMatchesList;
|
|
1708
|
+
/** True is this probe type supports a custom port */
|
|
1709
|
+
port?: boolean;
|
|
1710
|
+
/** Probe protocol name. See probe "type" field in the farm probe */
|
|
1711
|
+
type?: string;
|
|
1712
|
+
/** True is this probe type supports a URL */
|
|
1713
|
+
url?: boolean;
|
|
1714
|
+
}
|
|
1715
|
+
export declare const IpLoadbalancingFarmAvailableProbe: S.Schema<IpLoadbalancingFarmAvailableProbe>;
|
|
1716
|
+
export type ListIpLoadbalancingAvailableFarmProbesResponseBodyList = Array<IpLoadbalancingFarmAvailableProbe>;
|
|
1717
|
+
export declare const ListIpLoadbalancingAvailableFarmProbesResponseBodyList: S.Schema<ListIpLoadbalancingAvailableFarmProbesResponseBodyList>;
|
|
1718
|
+
export type ListIpLoadbalancingAvailableFarmProbesResponse = ListIpLoadbalancingAvailableFarmProbesResponseBodyList;
|
|
1719
|
+
export declare const ListIpLoadbalancingAvailableFarmProbesResponse: S.Schema<ListIpLoadbalancingAvailableFarmProbesResponse>;
|
|
1720
|
+
export interface ListIpLoadbalancingAvailableFarmTypeRequest {
|
|
1721
|
+
/** The internal name of your IP load balancing */
|
|
1722
|
+
serviceName: string;
|
|
1723
|
+
}
|
|
1724
|
+
export declare const ListIpLoadbalancingAvailableFarmTypeRequest: S.Schema<ListIpLoadbalancingAvailableFarmTypeRequest>;
|
|
1725
|
+
export type ListIpLoadbalancingAvailableFarmTypeResponseBodyList = Array<string>;
|
|
1726
|
+
export declare const ListIpLoadbalancingAvailableFarmTypeResponseBodyList: S.Schema<ListIpLoadbalancingAvailableFarmTypeResponseBodyList>;
|
|
1727
|
+
export type ListIpLoadbalancingAvailableFarmTypeResponse = ListIpLoadbalancingAvailableFarmTypeResponseBodyList;
|
|
1728
|
+
export declare const ListIpLoadbalancingAvailableFarmTypeResponse: S.Schema<ListIpLoadbalancingAvailableFarmTypeResponse>;
|
|
1729
|
+
export interface ListIpLoadbalancingAvailableFrontendTypeRequest {
|
|
1730
|
+
/** The internal name of your IP load balancing */
|
|
1731
|
+
serviceName: string;
|
|
1732
|
+
}
|
|
1733
|
+
export declare const ListIpLoadbalancingAvailableFrontendTypeRequest: S.Schema<ListIpLoadbalancingAvailableFrontendTypeRequest>;
|
|
1734
|
+
export type ListIpLoadbalancingAvailableFrontendTypeResponseBodyList = Array<string>;
|
|
1735
|
+
export declare const ListIpLoadbalancingAvailableFrontendTypeResponseBodyList: S.Schema<ListIpLoadbalancingAvailableFrontendTypeResponseBodyList>;
|
|
1736
|
+
export type ListIpLoadbalancingAvailableFrontendTypeResponse = ListIpLoadbalancingAvailableFrontendTypeResponseBodyList;
|
|
1737
|
+
export declare const ListIpLoadbalancingAvailableFrontendTypeResponse: S.Schema<ListIpLoadbalancingAvailableFrontendTypeResponse>;
|
|
1738
|
+
export interface ListIpLoadbalancingAvailableRouteActionsRequest {
|
|
1739
|
+
/** The internal name of your IP load balancing */
|
|
1740
|
+
serviceName: string;
|
|
1741
|
+
}
|
|
1742
|
+
export declare const ListIpLoadbalancingAvailableRouteActionsRequest: S.Schema<ListIpLoadbalancingAvailableRouteActionsRequest>;
|
|
1743
|
+
/** List of available HTTP status code if applicable */
|
|
1744
|
+
export type IpLoadbalancingRouteAvailableActionStatusList = Array<number>;
|
|
1745
|
+
export declare const IpLoadbalancingRouteAvailableActionStatusList: S.Schema<IpLoadbalancingRouteAvailableActionStatusList>;
|
|
1746
|
+
/** Available route actions options */
|
|
1747
|
+
export interface IpLoadbalancingRouteAvailableAction {
|
|
1748
|
+
/** Type of the destination for this action */
|
|
1749
|
+
destination?: string | null;
|
|
1750
|
+
/** Action name */
|
|
1751
|
+
name?: string;
|
|
1752
|
+
/** List of available HTTP status code if applicable */
|
|
1753
|
+
status?: IpLoadbalancingRouteAvailableActionStatusList | null;
|
|
1754
|
+
/** Protocol supported by this action */
|
|
1755
|
+
type?: string;
|
|
1756
|
+
}
|
|
1757
|
+
export declare const IpLoadbalancingRouteAvailableAction: S.Schema<IpLoadbalancingRouteAvailableAction>;
|
|
1758
|
+
export type ListIpLoadbalancingAvailableRouteActionsResponseBodyList = Array<IpLoadbalancingRouteAvailableAction>;
|
|
1759
|
+
export declare const ListIpLoadbalancingAvailableRouteActionsResponseBodyList: S.Schema<ListIpLoadbalancingAvailableRouteActionsResponseBodyList>;
|
|
1760
|
+
export type ListIpLoadbalancingAvailableRouteActionsResponse = ListIpLoadbalancingAvailableRouteActionsResponseBodyList;
|
|
1761
|
+
export declare const ListIpLoadbalancingAvailableRouteActionsResponse: S.Schema<ListIpLoadbalancingAvailableRouteActionsResponse>;
|
|
1762
|
+
export interface ListIpLoadbalancingAvailableRouteRulesRequest {
|
|
1763
|
+
/** The internal name of your IP load balancing */
|
|
1764
|
+
serviceName: string;
|
|
1765
|
+
}
|
|
1766
|
+
export declare const ListIpLoadbalancingAvailableRouteRulesRequest: S.Schema<ListIpLoadbalancingAvailableRouteRulesRequest>;
|
|
1767
|
+
/** If pattern is "enum", list of available options */
|
|
1768
|
+
export type IpLoadbalancingRouteAvailableRuleEnumList = Array<string>;
|
|
1769
|
+
export declare const IpLoadbalancingRouteAvailableRuleEnumList: S.Schema<IpLoadbalancingRouteAvailableRuleEnumList>;
|
|
1770
|
+
/** List of match operators compatible with this rule */
|
|
1771
|
+
export type IpLoadbalancingRouteAvailableRuleMatchesList = Array<string>;
|
|
1772
|
+
export declare const IpLoadbalancingRouteAvailableRuleMatchesList: S.Schema<IpLoadbalancingRouteAvailableRuleMatchesList>;
|
|
1773
|
+
/** Match rule to combine to build routes */
|
|
1774
|
+
export interface IpLoadbalancingRouteAvailableRule {
|
|
1775
|
+
/** If pattern is "enum", list of available options */
|
|
1776
|
+
enum?: IpLoadbalancingRouteAvailableRuleEnumList | null;
|
|
1777
|
+
/** If true, this rule needs a subfield. Typically a cookie or header name */
|
|
1778
|
+
hasSubField?: boolean;
|
|
1779
|
+
/** List of match operators compatible with this rule */
|
|
1780
|
+
matches?: IpLoadbalancingRouteAvailableRuleMatchesList;
|
|
1781
|
+
/** Rule name */
|
|
1782
|
+
name?: string;
|
|
1783
|
+
/** Expected type for the pattern. Like "enum", "backend", "cidr", ... */
|
|
1784
|
+
pattern?: string;
|
|
1785
|
+
/** Protocol supported by this action */
|
|
1786
|
+
type?: string;
|
|
1787
|
+
}
|
|
1788
|
+
export declare const IpLoadbalancingRouteAvailableRule: S.Schema<IpLoadbalancingRouteAvailableRule>;
|
|
1789
|
+
export type ListIpLoadbalancingAvailableRouteRulesResponseBodyList = Array<IpLoadbalancingRouteAvailableRule>;
|
|
1790
|
+
export declare const ListIpLoadbalancingAvailableRouteRulesResponseBodyList: S.Schema<ListIpLoadbalancingAvailableRouteRulesResponseBodyList>;
|
|
1791
|
+
export type ListIpLoadbalancingAvailableRouteRulesResponse = ListIpLoadbalancingAvailableRouteRulesResponseBodyList;
|
|
1792
|
+
export declare const ListIpLoadbalancingAvailableRouteRulesResponse: S.Schema<ListIpLoadbalancingAvailableRouteRulesResponse>;
|
|
1793
|
+
export interface ListIpLoadbalancingDefinedFarmsRequest {
|
|
1794
|
+
/** The internal name of your IP load balancing */
|
|
1795
|
+
serviceName: string;
|
|
1796
|
+
/** The vrack network id you want to filter on */
|
|
1797
|
+
vrackNetworkId?: number;
|
|
1798
|
+
}
|
|
1799
|
+
export declare const ListIpLoadbalancingDefinedFarmsRequest: S.Schema<ListIpLoadbalancingDefinedFarmsRequest>;
|
|
1800
|
+
export type ListIpLoadbalancingDefinedFarmsResponseBodyList = Array<IpLoadbalancingDefinedFarm>;
|
|
1801
|
+
export declare const ListIpLoadbalancingDefinedFarmsResponseBodyList: S.Schema<ListIpLoadbalancingDefinedFarmsResponseBodyList>;
|
|
1802
|
+
export type ListIpLoadbalancingDefinedFarmsResponse = ListIpLoadbalancingDefinedFarmsResponseBodyList;
|
|
1803
|
+
export declare const ListIpLoadbalancingDefinedFarmsResponse: S.Schema<ListIpLoadbalancingDefinedFarmsResponse>;
|
|
1804
|
+
export interface ListIpLoadbalancingDefinedFrontendsRequest {
|
|
1805
|
+
/** The internal name of your IP load balancing */
|
|
1806
|
+
serviceName: string;
|
|
1807
|
+
}
|
|
1808
|
+
export declare const ListIpLoadbalancingDefinedFrontendsRequest: S.Schema<ListIpLoadbalancingDefinedFrontendsRequest>;
|
|
1809
|
+
/** a list of {type=>[Frontend ids]} */
|
|
1810
|
+
export type IpLoadbalancingDefinedFrontend = IpLoadbalancingDefinedFarm;
|
|
1811
|
+
export declare const IpLoadbalancingDefinedFrontend: S.Schema<IpLoadbalancingDefinedFarm>;
|
|
1812
|
+
export type ListIpLoadbalancingDefinedFrontendsResponseBodyList = Array<IpLoadbalancingDefinedFarm>;
|
|
1813
|
+
export declare const ListIpLoadbalancingDefinedFrontendsResponseBodyList: S.Schema<ListIpLoadbalancingDefinedFrontendsResponseBodyList>;
|
|
1814
|
+
export type ListIpLoadbalancingDefinedFrontendsResponse = ListIpLoadbalancingDefinedFrontendsResponseBodyList;
|
|
1815
|
+
export declare const ListIpLoadbalancingDefinedFrontendsResponse: S.Schema<ListIpLoadbalancingDefinedFrontendsResponse>;
|
|
1816
|
+
export interface ListIpLoadbalancingDefinedRoutesRequest {
|
|
1817
|
+
/** The internal name of your IP load balancing */
|
|
1818
|
+
serviceName: string;
|
|
1819
|
+
}
|
|
1820
|
+
export declare const ListIpLoadbalancingDefinedRoutesRequest: S.Schema<ListIpLoadbalancingDefinedRoutesRequest>;
|
|
1821
|
+
/** Defined routes name, type and id. Typically used to generate autocomplete lists. */
|
|
1822
|
+
export interface IpLoadbalancingDefinedRoute {
|
|
1823
|
+
/** Human readable name for your route */
|
|
1824
|
+
displayName?: string | null;
|
|
1825
|
+
/** Id of your route */
|
|
1826
|
+
routeId?: number;
|
|
1827
|
+
/** Protocol supported by this route */
|
|
1828
|
+
type?: string;
|
|
1829
|
+
}
|
|
1830
|
+
export declare const IpLoadbalancingDefinedRoute: S.Schema<IpLoadbalancingDefinedRoute>;
|
|
1831
|
+
export type ListIpLoadbalancingDefinedRoutesResponseBodyList = Array<IpLoadbalancingDefinedRoute>;
|
|
1832
|
+
export declare const ListIpLoadbalancingDefinedRoutesResponseBodyList: S.Schema<ListIpLoadbalancingDefinedRoutesResponseBodyList>;
|
|
1833
|
+
export type ListIpLoadbalancingDefinedRoutesResponse = ListIpLoadbalancingDefinedRoutesResponseBodyList;
|
|
1834
|
+
export declare const ListIpLoadbalancingDefinedRoutesResponse: S.Schema<ListIpLoadbalancingDefinedRoutesResponse>;
|
|
1835
|
+
export interface ListIpLoadbalancingFailoverRequest {
|
|
1836
|
+
/** The internal name of your IP load balancing */
|
|
1837
|
+
serviceName: string;
|
|
1838
|
+
}
|
|
1839
|
+
export declare const ListIpLoadbalancingFailoverRequest: S.Schema<ListIpLoadbalancingFailoverRequest>;
|
|
1840
|
+
export type ListIpLoadbalancingFailoverResponseBodyList = Array<string>;
|
|
1841
|
+
export declare const ListIpLoadbalancingFailoverResponseBodyList: S.Schema<ListIpLoadbalancingFailoverResponseBodyList>;
|
|
1842
|
+
export type ListIpLoadbalancingFailoverResponse = ListIpLoadbalancingFailoverResponseBodyList;
|
|
1843
|
+
export declare const ListIpLoadbalancingFailoverResponse: S.Schema<ListIpLoadbalancingFailoverResponse>;
|
|
1844
|
+
export interface ListIpLoadbalancingHttpFarmRequest {
|
|
1845
|
+
/** The internal name of your IP load balancing */
|
|
1846
|
+
serviceName: string;
|
|
1847
|
+
/** Filter the value of vrackNetworkId property (=) */
|
|
1848
|
+
vrackNetworkId?: number;
|
|
1849
|
+
/** Filter the value of zone property (=) */
|
|
1850
|
+
zone?: string;
|
|
1851
|
+
}
|
|
1852
|
+
export declare const ListIpLoadbalancingHttpFarmRequest: S.Schema<ListIpLoadbalancingHttpFarmRequest>;
|
|
1853
|
+
export type ListIpLoadbalancingHttpFarmResponseBodyList = Array<number>;
|
|
1854
|
+
export declare const ListIpLoadbalancingHttpFarmResponseBodyList: S.Schema<ListIpLoadbalancingHttpFarmResponseBodyList>;
|
|
1855
|
+
export type ListIpLoadbalancingHttpFarmResponse = ListIpLoadbalancingHttpFarmResponseBodyList;
|
|
1856
|
+
export declare const ListIpLoadbalancingHttpFarmResponse: S.Schema<ListIpLoadbalancingHttpFarmResponse>;
|
|
1857
|
+
export interface ListIpLoadbalancingHttpFarmServerRequest {
|
|
1858
|
+
/** The internal name of your IP load balancing */
|
|
1859
|
+
serviceName: string;
|
|
1860
|
+
/** Id of your farm */
|
|
1861
|
+
farmId: number;
|
|
1862
|
+
/** Filter the value of address property (=) */
|
|
1863
|
+
address?: string;
|
|
1864
|
+
/** Filter the value of cookie property (like) */
|
|
1865
|
+
cookie?: string;
|
|
1866
|
+
/** Filter the value of status property (=) */
|
|
1867
|
+
status?: IpLoadbalancingBackendCustomerServerStatusEnum | (string & {});
|
|
1868
|
+
}
|
|
1869
|
+
export declare const ListIpLoadbalancingHttpFarmServerRequest: S.Schema<ListIpLoadbalancingHttpFarmServerRequest>;
|
|
1870
|
+
export type ListIpLoadbalancingHttpFarmServerResponseBodyList = Array<number>;
|
|
1871
|
+
export declare const ListIpLoadbalancingHttpFarmServerResponseBodyList: S.Schema<ListIpLoadbalancingHttpFarmServerResponseBodyList>;
|
|
1872
|
+
export type ListIpLoadbalancingHttpFarmServerResponse = ListIpLoadbalancingHttpFarmServerResponseBodyList;
|
|
1873
|
+
export declare const ListIpLoadbalancingHttpFarmServerResponse: S.Schema<ListIpLoadbalancingHttpFarmServerResponse>;
|
|
1874
|
+
export interface ListIpLoadbalancingHttpFarmServerTransparentRequest {
|
|
1875
|
+
/** The internal name of your IP load balancing */
|
|
1876
|
+
serviceName: string;
|
|
1877
|
+
/** Id of your farm */
|
|
1878
|
+
farmId: number;
|
|
1879
|
+
/** Id of your server */
|
|
1880
|
+
serverId: number;
|
|
1881
|
+
/** Filter the value of slotId property (=) */
|
|
1882
|
+
slotId?: number;
|
|
1883
|
+
}
|
|
1884
|
+
export declare const ListIpLoadbalancingHttpFarmServerTransparentRequest: S.Schema<ListIpLoadbalancingHttpFarmServerTransparentRequest>;
|
|
1885
|
+
export type ListIpLoadbalancingHttpFarmServerTransparentResponseBodyList = Array<number>;
|
|
1886
|
+
export declare const ListIpLoadbalancingHttpFarmServerTransparentResponseBodyList: S.Schema<ListIpLoadbalancingHttpFarmServerTransparentResponseBodyList>;
|
|
1887
|
+
export type ListIpLoadbalancingHttpFarmServerTransparentResponse = ListIpLoadbalancingHttpFarmServerTransparentResponseBodyList;
|
|
1888
|
+
export declare const ListIpLoadbalancingHttpFarmServerTransparentResponse: S.Schema<ListIpLoadbalancingHttpFarmServerTransparentResponse>;
|
|
1889
|
+
export interface ListIpLoadbalancingHttpFrontendRequest {
|
|
1890
|
+
/** The internal name of your IP load balancing */
|
|
1891
|
+
serviceName: string;
|
|
1892
|
+
/** Filter the value of defaultFarmId property (=) */
|
|
1893
|
+
defaultFarmId?: number;
|
|
1894
|
+
/** Filter the value of defaultSslId property (=) */
|
|
1895
|
+
defaultSslId?: number;
|
|
1896
|
+
/** Filter the value of port property (like) */
|
|
1897
|
+
port?: string;
|
|
1898
|
+
/** Filter the value of zone property (=) */
|
|
1899
|
+
zone?: string;
|
|
1900
|
+
}
|
|
1901
|
+
export declare const ListIpLoadbalancingHttpFrontendRequest: S.Schema<ListIpLoadbalancingHttpFrontendRequest>;
|
|
1902
|
+
export type ListIpLoadbalancingHttpFrontendResponseBodyList = Array<number>;
|
|
1903
|
+
export declare const ListIpLoadbalancingHttpFrontendResponseBodyList: S.Schema<ListIpLoadbalancingHttpFrontendResponseBodyList>;
|
|
1904
|
+
export type ListIpLoadbalancingHttpFrontendResponse = ListIpLoadbalancingHttpFrontendResponseBodyList;
|
|
1905
|
+
export declare const ListIpLoadbalancingHttpFrontendResponse: S.Schema<ListIpLoadbalancingHttpFrontendResponse>;
|
|
1906
|
+
export interface ListIpLoadbalancingHttpRouteRequest {
|
|
1907
|
+
/** The internal name of your IP load balancing */
|
|
1908
|
+
serviceName: string;
|
|
1909
|
+
/** Filter the value of frontendId property (=) */
|
|
1910
|
+
frontendId?: number;
|
|
1911
|
+
}
|
|
1912
|
+
export declare const ListIpLoadbalancingHttpRouteRequest: S.Schema<ListIpLoadbalancingHttpRouteRequest>;
|
|
1913
|
+
export type ListIpLoadbalancingHttpRouteResponseBodyList = Array<number>;
|
|
1914
|
+
export declare const ListIpLoadbalancingHttpRouteResponseBodyList: S.Schema<ListIpLoadbalancingHttpRouteResponseBodyList>;
|
|
1915
|
+
export type ListIpLoadbalancingHttpRouteResponse = ListIpLoadbalancingHttpRouteResponseBodyList;
|
|
1916
|
+
export declare const ListIpLoadbalancingHttpRouteResponse: S.Schema<ListIpLoadbalancingHttpRouteResponse>;
|
|
1917
|
+
export interface ListIpLoadbalancingHttpRouteRuleRequest {
|
|
1918
|
+
/** The internal name of your IP load balancing */
|
|
1919
|
+
serviceName: string;
|
|
1920
|
+
/** Id of your route */
|
|
1921
|
+
routeId: number;
|
|
1922
|
+
}
|
|
1923
|
+
export declare const ListIpLoadbalancingHttpRouteRuleRequest: S.Schema<ListIpLoadbalancingHttpRouteRuleRequest>;
|
|
1924
|
+
export type ListIpLoadbalancingHttpRouteRuleResponseBodyList = Array<number>;
|
|
1925
|
+
export declare const ListIpLoadbalancingHttpRouteRuleResponseBodyList: S.Schema<ListIpLoadbalancingHttpRouteRuleResponseBodyList>;
|
|
1926
|
+
export type ListIpLoadbalancingHttpRouteRuleResponse = ListIpLoadbalancingHttpRouteRuleResponseBodyList;
|
|
1927
|
+
export declare const ListIpLoadbalancingHttpRouteRuleResponse: S.Schema<ListIpLoadbalancingHttpRouteRuleResponse>;
|
|
1928
|
+
export interface ListIpLoadbalancingLogKindRequest {
|
|
1929
|
+
/** The internal name of your IP load balancing */
|
|
1930
|
+
serviceName: string;
|
|
1931
|
+
}
|
|
1932
|
+
export declare const ListIpLoadbalancingLogKindRequest: S.Schema<ListIpLoadbalancingLogKindRequest>;
|
|
1933
|
+
export type ListIpLoadbalancingLogKindResponseBodyList = Array<string>;
|
|
1934
|
+
export declare const ListIpLoadbalancingLogKindResponseBodyList: S.Schema<ListIpLoadbalancingLogKindResponseBodyList>;
|
|
1935
|
+
export type ListIpLoadbalancingLogKindResponse = ListIpLoadbalancingLogKindResponseBodyList;
|
|
1936
|
+
export declare const ListIpLoadbalancingLogKindResponse: S.Schema<ListIpLoadbalancingLogKindResponse>;
|
|
1937
|
+
export interface ListIpLoadbalancingLogSubscriptionRequest {
|
|
1938
|
+
/** The internal name of your IP load balancing */
|
|
1939
|
+
serviceName: string;
|
|
1940
|
+
/** Filter the value of kind property (=) */
|
|
1941
|
+
kind?: string;
|
|
1942
|
+
}
|
|
1943
|
+
export declare const ListIpLoadbalancingLogSubscriptionRequest: S.Schema<ListIpLoadbalancingLogSubscriptionRequest>;
|
|
1944
|
+
export type ListIpLoadbalancingLogSubscriptionResponseBodyList = Array<string>;
|
|
1945
|
+
export declare const ListIpLoadbalancingLogSubscriptionResponseBodyList: S.Schema<ListIpLoadbalancingLogSubscriptionResponseBodyList>;
|
|
1946
|
+
export type ListIpLoadbalancingLogSubscriptionResponse = ListIpLoadbalancingLogSubscriptionResponseBodyList;
|
|
1947
|
+
export declare const ListIpLoadbalancingLogSubscriptionResponse: S.Schema<ListIpLoadbalancingLogSubscriptionResponse>;
|
|
1948
|
+
export interface ListIpLoadbalancingNatIpRequest {
|
|
1949
|
+
/** The internal name of your IP load balancing */
|
|
1950
|
+
serviceName: string;
|
|
1951
|
+
}
|
|
1952
|
+
export declare const ListIpLoadbalancingNatIpRequest: S.Schema<ListIpLoadbalancingNatIpRequest>;
|
|
1953
|
+
export type IpLoadbalancingNatIpsIpList = Array<string>;
|
|
1954
|
+
export declare const IpLoadbalancingNatIpsIpList: S.Schema<IpLoadbalancingNatIpsIpList>;
|
|
1955
|
+
/** a list of {zone, nat Ip} */
|
|
1956
|
+
export interface IpLoadbalancingNatIps {
|
|
1957
|
+
ip?: IpLoadbalancingNatIpsIpList;
|
|
1958
|
+
zone?: string;
|
|
1959
|
+
}
|
|
1960
|
+
export declare const IpLoadbalancingNatIps: S.Schema<IpLoadbalancingNatIps>;
|
|
1961
|
+
export type ListIpLoadbalancingNatIpResponseBodyList = Array<IpLoadbalancingNatIps>;
|
|
1962
|
+
export declare const ListIpLoadbalancingNatIpResponseBodyList: S.Schema<ListIpLoadbalancingNatIpResponseBodyList>;
|
|
1963
|
+
export type ListIpLoadbalancingNatIpResponse = ListIpLoadbalancingNatIpResponseBodyList;
|
|
1964
|
+
export declare const ListIpLoadbalancingNatIpResponse: S.Schema<ListIpLoadbalancingNatIpResponse>;
|
|
1965
|
+
export interface ListIpLoadbalancingPendingChangesRequest {
|
|
1966
|
+
/** The internal name of your IP load balancing */
|
|
1967
|
+
serviceName: string;
|
|
1968
|
+
}
|
|
1969
|
+
export declare const ListIpLoadbalancingPendingChangesRequest: S.Schema<ListIpLoadbalancingPendingChangesRequest>;
|
|
1970
|
+
/** The pending changes for a Load Balancer zone */
|
|
1971
|
+
export interface IpLoadbalancingPendingChanges {
|
|
1972
|
+
/** The number of changes waiting to be applied */
|
|
1973
|
+
number?: number;
|
|
1974
|
+
/** The Load Balancer zone with pending changes */
|
|
1975
|
+
zone?: string;
|
|
1976
|
+
}
|
|
1977
|
+
export declare const IpLoadbalancingPendingChanges: S.Schema<IpLoadbalancingPendingChanges>;
|
|
1978
|
+
export type ListIpLoadbalancingPendingChangesResponseBodyList = Array<IpLoadbalancingPendingChanges>;
|
|
1979
|
+
export declare const ListIpLoadbalancingPendingChangesResponseBodyList: S.Schema<ListIpLoadbalancingPendingChangesResponseBodyList>;
|
|
1980
|
+
export type ListIpLoadbalancingPendingChangesResponse = ListIpLoadbalancingPendingChangesResponseBodyList;
|
|
1981
|
+
export declare const ListIpLoadbalancingPendingChangesResponse: S.Schema<ListIpLoadbalancingPendingChangesResponse>;
|
|
1982
|
+
export interface ListIpLoadbalancingQuotaRequest {
|
|
1983
|
+
/** The internal name of your IP load balancing */
|
|
1984
|
+
serviceName: string;
|
|
1985
|
+
}
|
|
1986
|
+
export declare const ListIpLoadbalancingQuotaRequest: S.Schema<ListIpLoadbalancingQuotaRequest>;
|
|
1987
|
+
export type ListIpLoadbalancingQuotaResponseBodyList = Array<string>;
|
|
1988
|
+
export declare const ListIpLoadbalancingQuotaResponseBodyList: S.Schema<ListIpLoadbalancingQuotaResponseBodyList>;
|
|
1989
|
+
export type ListIpLoadbalancingQuotaResponse = ListIpLoadbalancingQuotaResponseBodyList;
|
|
1990
|
+
export declare const ListIpLoadbalancingQuotaResponse: S.Schema<ListIpLoadbalancingQuotaResponse>;
|
|
1991
|
+
export interface ListIpLoadbalancingQuotaHistoryRequest {
|
|
1992
|
+
/** The internal name of your IP load balancing */
|
|
1993
|
+
serviceName: string;
|
|
1994
|
+
/** Filter the value of historizedDate property (>=) */
|
|
1995
|
+
historizedDate_from?: string;
|
|
1996
|
+
/** Filter the value of historizedDate property (<=) */
|
|
1997
|
+
historizedDate_to?: string;
|
|
1998
|
+
/** Filter the value of zone property (=) */
|
|
1999
|
+
zone?: string;
|
|
2000
|
+
}
|
|
2001
|
+
export declare const ListIpLoadbalancingQuotaHistoryRequest: S.Schema<ListIpLoadbalancingQuotaHistoryRequest>;
|
|
2002
|
+
export type ListIpLoadbalancingQuotaHistoryResponseBodyList = Array<number>;
|
|
2003
|
+
export declare const ListIpLoadbalancingQuotaHistoryResponseBodyList: S.Schema<ListIpLoadbalancingQuotaHistoryResponseBodyList>;
|
|
2004
|
+
export type ListIpLoadbalancingQuotaHistoryResponse = ListIpLoadbalancingQuotaHistoryResponseBodyList;
|
|
2005
|
+
export declare const ListIpLoadbalancingQuotaHistoryResponse: S.Schema<ListIpLoadbalancingQuotaHistoryResponse>;
|
|
2006
|
+
export interface ListIpLoadbalancingSslRequest {
|
|
2007
|
+
/** The internal name of your IP load balancing */
|
|
2008
|
+
serviceName: string;
|
|
2009
|
+
/** Filter the value of expireDate property (<) */
|
|
2010
|
+
expireDate?: string;
|
|
2011
|
+
/** Filter the value of fingerprint property (like) */
|
|
2012
|
+
fingerprint?: string;
|
|
2013
|
+
/** Filter the value of serial property (like) */
|
|
2014
|
+
serial?: string;
|
|
2015
|
+
/** Filter the value of type property (=) */
|
|
2016
|
+
type?: IpLoadbalancingSslTypeEnum | (string & {});
|
|
2017
|
+
}
|
|
2018
|
+
export declare const ListIpLoadbalancingSslRequest: S.Schema<ListIpLoadbalancingSslRequest>;
|
|
2019
|
+
export type ListIpLoadbalancingSslResponseBodyList = Array<number>;
|
|
2020
|
+
export declare const ListIpLoadbalancingSslResponseBodyList: S.Schema<ListIpLoadbalancingSslResponseBodyList>;
|
|
2021
|
+
export type ListIpLoadbalancingSslResponse = ListIpLoadbalancingSslResponseBodyList;
|
|
2022
|
+
export declare const ListIpLoadbalancingSslResponse: S.Schema<ListIpLoadbalancingSslResponse>;
|
|
2023
|
+
export interface ListIpLoadbalancingTaskRequest {
|
|
2024
|
+
/** The internal name of your IP load balancing */
|
|
2025
|
+
serviceName: string;
|
|
2026
|
+
/** Filter the value of action property (=) */
|
|
2027
|
+
action?: IpLoadbalancingTaskActionEnum | (string & {});
|
|
2028
|
+
/** Filter the value of creationDate property (>=) */
|
|
2029
|
+
creationDate_from?: string;
|
|
2030
|
+
/** Filter the value of creationDate property (<=) */
|
|
2031
|
+
creationDate_to?: string;
|
|
2032
|
+
/** Filter the value of doneDate property (>=) */
|
|
2033
|
+
doneDate_from?: string;
|
|
2034
|
+
/** Filter the value of doneDate property (<=) */
|
|
2035
|
+
doneDate_to?: string;
|
|
2036
|
+
/** Filter the value of status property (=) */
|
|
2037
|
+
status?: IpLoadbalancingTaskStatusEnum | (string & {});
|
|
2038
|
+
}
|
|
2039
|
+
export declare const ListIpLoadbalancingTaskRequest: S.Schema<ListIpLoadbalancingTaskRequest>;
|
|
2040
|
+
export type ListIpLoadbalancingTaskResponseBodyList = Array<number>;
|
|
2041
|
+
export declare const ListIpLoadbalancingTaskResponseBodyList: S.Schema<ListIpLoadbalancingTaskResponseBodyList>;
|
|
2042
|
+
export type ListIpLoadbalancingTaskResponse = ListIpLoadbalancingTaskResponseBodyList;
|
|
2043
|
+
export declare const ListIpLoadbalancingTaskResponse: S.Schema<ListIpLoadbalancingTaskResponse>;
|
|
2044
|
+
export interface ListIpLoadbalancingTcpFarmRequest {
|
|
2045
|
+
/** The internal name of your IP load balancing */
|
|
2046
|
+
serviceName: string;
|
|
2047
|
+
/** Filter the value of vrackNetworkId property (=) */
|
|
2048
|
+
vrackNetworkId?: number;
|
|
2049
|
+
/** Filter the value of zone property (=) */
|
|
2050
|
+
zone?: string;
|
|
2051
|
+
}
|
|
2052
|
+
export declare const ListIpLoadbalancingTcpFarmRequest: S.Schema<ListIpLoadbalancingTcpFarmRequest>;
|
|
2053
|
+
export type ListIpLoadbalancingTcpFarmResponseBodyList = Array<number>;
|
|
2054
|
+
export declare const ListIpLoadbalancingTcpFarmResponseBodyList: S.Schema<ListIpLoadbalancingTcpFarmResponseBodyList>;
|
|
2055
|
+
export type ListIpLoadbalancingTcpFarmResponse = ListIpLoadbalancingTcpFarmResponseBodyList;
|
|
2056
|
+
export declare const ListIpLoadbalancingTcpFarmResponse: S.Schema<ListIpLoadbalancingTcpFarmResponse>;
|
|
2057
|
+
export interface ListIpLoadbalancingTcpFarmServerRequest {
|
|
2058
|
+
/** The internal name of your IP load balancing */
|
|
2059
|
+
serviceName: string;
|
|
2060
|
+
/** Id of your farm */
|
|
2061
|
+
farmId: number;
|
|
2062
|
+
/** Filter the value of address property (=) */
|
|
2063
|
+
address?: string;
|
|
2064
|
+
/** Filter the value of status property (=) */
|
|
2065
|
+
status?: IpLoadbalancingBackendCustomerServerStatusEnum | (string & {});
|
|
2066
|
+
}
|
|
2067
|
+
export declare const ListIpLoadbalancingTcpFarmServerRequest: S.Schema<ListIpLoadbalancingTcpFarmServerRequest>;
|
|
2068
|
+
export type ListIpLoadbalancingTcpFarmServerResponseBodyList = Array<number>;
|
|
2069
|
+
export declare const ListIpLoadbalancingTcpFarmServerResponseBodyList: S.Schema<ListIpLoadbalancingTcpFarmServerResponseBodyList>;
|
|
2070
|
+
export type ListIpLoadbalancingTcpFarmServerResponse = ListIpLoadbalancingTcpFarmServerResponseBodyList;
|
|
2071
|
+
export declare const ListIpLoadbalancingTcpFarmServerResponse: S.Schema<ListIpLoadbalancingTcpFarmServerResponse>;
|
|
2072
|
+
export interface ListIpLoadbalancingTcpFarmServerTransparentRequest {
|
|
2073
|
+
/** The internal name of your IP load balancing */
|
|
2074
|
+
serviceName: string;
|
|
2075
|
+
/** Id of your farm */
|
|
2076
|
+
farmId: number;
|
|
2077
|
+
/** Id of your server */
|
|
2078
|
+
serverId: number;
|
|
2079
|
+
/** Filter the value of slotId property (=) */
|
|
2080
|
+
slotId?: number;
|
|
2081
|
+
}
|
|
2082
|
+
export declare const ListIpLoadbalancingTcpFarmServerTransparentRequest: S.Schema<ListIpLoadbalancingTcpFarmServerTransparentRequest>;
|
|
2083
|
+
export type ListIpLoadbalancingTcpFarmServerTransparentResponseBodyList = Array<number>;
|
|
2084
|
+
export declare const ListIpLoadbalancingTcpFarmServerTransparentResponseBodyList: S.Schema<ListIpLoadbalancingTcpFarmServerTransparentResponseBodyList>;
|
|
2085
|
+
export type ListIpLoadbalancingTcpFarmServerTransparentResponse = ListIpLoadbalancingTcpFarmServerTransparentResponseBodyList;
|
|
2086
|
+
export declare const ListIpLoadbalancingTcpFarmServerTransparentResponse: S.Schema<ListIpLoadbalancingTcpFarmServerTransparentResponse>;
|
|
2087
|
+
export interface ListIpLoadbalancingTcpFrontendRequest {
|
|
2088
|
+
/** The internal name of your IP load balancing */
|
|
2089
|
+
serviceName: string;
|
|
2090
|
+
/** Filter the value of defaultFarmId property (=) */
|
|
2091
|
+
defaultFarmId?: number;
|
|
2092
|
+
/** Filter the value of defaultSslId property (=) */
|
|
2093
|
+
defaultSslId?: number;
|
|
2094
|
+
/** Filter the value of port property (like) */
|
|
2095
|
+
port?: string;
|
|
2096
|
+
/** Filter the value of zone property (=) */
|
|
2097
|
+
zone?: string;
|
|
2098
|
+
}
|
|
2099
|
+
export declare const ListIpLoadbalancingTcpFrontendRequest: S.Schema<ListIpLoadbalancingTcpFrontendRequest>;
|
|
2100
|
+
export type ListIpLoadbalancingTcpFrontendResponseBodyList = Array<number>;
|
|
2101
|
+
export declare const ListIpLoadbalancingTcpFrontendResponseBodyList: S.Schema<ListIpLoadbalancingTcpFrontendResponseBodyList>;
|
|
2102
|
+
export type ListIpLoadbalancingTcpFrontendResponse = ListIpLoadbalancingTcpFrontendResponseBodyList;
|
|
2103
|
+
export declare const ListIpLoadbalancingTcpFrontendResponse: S.Schema<ListIpLoadbalancingTcpFrontendResponse>;
|
|
2104
|
+
export interface ListIpLoadbalancingTcpRouteRequest {
|
|
2105
|
+
/** The internal name of your IP load balancing */
|
|
2106
|
+
serviceName: string;
|
|
2107
|
+
/** Filter the value of frontendId property (=) */
|
|
2108
|
+
frontendId?: number;
|
|
2109
|
+
}
|
|
2110
|
+
export declare const ListIpLoadbalancingTcpRouteRequest: S.Schema<ListIpLoadbalancingTcpRouteRequest>;
|
|
2111
|
+
export type ListIpLoadbalancingTcpRouteResponseBodyList = Array<number>;
|
|
2112
|
+
export declare const ListIpLoadbalancingTcpRouteResponseBodyList: S.Schema<ListIpLoadbalancingTcpRouteResponseBodyList>;
|
|
2113
|
+
export type ListIpLoadbalancingTcpRouteResponse = ListIpLoadbalancingTcpRouteResponseBodyList;
|
|
2114
|
+
export declare const ListIpLoadbalancingTcpRouteResponse: S.Schema<ListIpLoadbalancingTcpRouteResponse>;
|
|
2115
|
+
export interface ListIpLoadbalancingTcpRouteRuleRequest {
|
|
2116
|
+
/** The internal name of your IP load balancing */
|
|
2117
|
+
serviceName: string;
|
|
2118
|
+
/** Id of your route */
|
|
2119
|
+
routeId: number;
|
|
2120
|
+
}
|
|
2121
|
+
export declare const ListIpLoadbalancingTcpRouteRuleRequest: S.Schema<ListIpLoadbalancingTcpRouteRuleRequest>;
|
|
2122
|
+
export type ListIpLoadbalancingTcpRouteRuleResponseBodyList = Array<number>;
|
|
2123
|
+
export declare const ListIpLoadbalancingTcpRouteRuleResponseBodyList: S.Schema<ListIpLoadbalancingTcpRouteRuleResponseBodyList>;
|
|
2124
|
+
export type ListIpLoadbalancingTcpRouteRuleResponse = ListIpLoadbalancingTcpRouteRuleResponseBodyList;
|
|
2125
|
+
export declare const ListIpLoadbalancingTcpRouteRuleResponse: S.Schema<ListIpLoadbalancingTcpRouteRuleResponse>;
|
|
2126
|
+
export interface ListIpLoadbalancingUdpFarmRequest {
|
|
2127
|
+
/** The internal name of your IP load balancing */
|
|
2128
|
+
serviceName: string;
|
|
2129
|
+
/** Filter the value of vrackNetworkId property (=) */
|
|
2130
|
+
vrackNetworkId?: number;
|
|
2131
|
+
/** Filter the value of zone property (=) */
|
|
2132
|
+
zone?: string;
|
|
2133
|
+
}
|
|
2134
|
+
export declare const ListIpLoadbalancingUdpFarmRequest: S.Schema<ListIpLoadbalancingUdpFarmRequest>;
|
|
2135
|
+
export type ListIpLoadbalancingUdpFarmResponseBodyList = Array<number>;
|
|
2136
|
+
export declare const ListIpLoadbalancingUdpFarmResponseBodyList: S.Schema<ListIpLoadbalancingUdpFarmResponseBodyList>;
|
|
2137
|
+
export type ListIpLoadbalancingUdpFarmResponse = ListIpLoadbalancingUdpFarmResponseBodyList;
|
|
2138
|
+
export declare const ListIpLoadbalancingUdpFarmResponse: S.Schema<ListIpLoadbalancingUdpFarmResponse>;
|
|
2139
|
+
export interface ListIpLoadbalancingUdpFarmServerRequest {
|
|
2140
|
+
/** The internal name of your IP load balancing */
|
|
2141
|
+
serviceName: string;
|
|
2142
|
+
/** Id of your farm */
|
|
2143
|
+
farmId: number;
|
|
2144
|
+
/** Filter the value of address property (=) */
|
|
2145
|
+
address?: string;
|
|
2146
|
+
/** Filter the value of status property (=) */
|
|
2147
|
+
status?: IpLoadbalancingBackendCustomerServerStatusEnum | (string & {});
|
|
2148
|
+
}
|
|
2149
|
+
export declare const ListIpLoadbalancingUdpFarmServerRequest: S.Schema<ListIpLoadbalancingUdpFarmServerRequest>;
|
|
2150
|
+
export type ListIpLoadbalancingUdpFarmServerResponseBodyList = Array<number>;
|
|
2151
|
+
export declare const ListIpLoadbalancingUdpFarmServerResponseBodyList: S.Schema<ListIpLoadbalancingUdpFarmServerResponseBodyList>;
|
|
2152
|
+
export type ListIpLoadbalancingUdpFarmServerResponse = ListIpLoadbalancingUdpFarmServerResponseBodyList;
|
|
2153
|
+
export declare const ListIpLoadbalancingUdpFarmServerResponse: S.Schema<ListIpLoadbalancingUdpFarmServerResponse>;
|
|
2154
|
+
export interface ListIpLoadbalancingUdpFrontendRequest {
|
|
2155
|
+
/** The internal name of your IP load balancing */
|
|
2156
|
+
serviceName: string;
|
|
2157
|
+
/** Filter the value of defaultFarmId property (=) */
|
|
2158
|
+
defaultFarmId?: number;
|
|
2159
|
+
/** Filter the value of port property (like) */
|
|
2160
|
+
port?: string;
|
|
2161
|
+
/** Filter the value of zone property (=) */
|
|
2162
|
+
zone?: string;
|
|
2163
|
+
}
|
|
2164
|
+
export declare const ListIpLoadbalancingUdpFrontendRequest: S.Schema<ListIpLoadbalancingUdpFrontendRequest>;
|
|
2165
|
+
export type ListIpLoadbalancingUdpFrontendResponseBodyList = Array<number>;
|
|
2166
|
+
export declare const ListIpLoadbalancingUdpFrontendResponseBodyList: S.Schema<ListIpLoadbalancingUdpFrontendResponseBodyList>;
|
|
2167
|
+
export type ListIpLoadbalancingUdpFrontendResponse = ListIpLoadbalancingUdpFrontendResponseBodyList;
|
|
2168
|
+
export declare const ListIpLoadbalancingUdpFrontendResponse: S.Schema<ListIpLoadbalancingUdpFrontendResponse>;
|
|
2169
|
+
export interface ListIpLoadbalancingVrackNetworkRequest {
|
|
2170
|
+
/** The internal name of your IP load balancing */
|
|
2171
|
+
serviceName: string;
|
|
2172
|
+
/** Filter the value of subnet property (=) */
|
|
2173
|
+
subnet?: string;
|
|
2174
|
+
/** Filter the value of vlan property (=) */
|
|
2175
|
+
vlan?: number;
|
|
2176
|
+
}
|
|
2177
|
+
export declare const ListIpLoadbalancingVrackNetworkRequest: S.Schema<ListIpLoadbalancingVrackNetworkRequest>;
|
|
2178
|
+
export type ListIpLoadbalancingVrackNetworkResponseBodyList = Array<number>;
|
|
2179
|
+
export declare const ListIpLoadbalancingVrackNetworkResponseBodyList: S.Schema<ListIpLoadbalancingVrackNetworkResponseBodyList>;
|
|
2180
|
+
export type ListIpLoadbalancingVrackNetworkResponse = ListIpLoadbalancingVrackNetworkResponseBodyList;
|
|
2181
|
+
export declare const ListIpLoadbalancingVrackNetworkResponse: S.Schema<ListIpLoadbalancingVrackNetworkResponse>;
|
|
2182
|
+
export interface ListIpLoadbalancingVrackStatusRequest {
|
|
2183
|
+
/** The internal name of your IP load balancing */
|
|
2184
|
+
serviceName: string;
|
|
2185
|
+
}
|
|
2186
|
+
export declare const ListIpLoadbalancingVrackStatusRequest: S.Schema<ListIpLoadbalancingVrackStatusRequest>;
|
|
2187
|
+
/** Possible values for load balancing vRack state */
|
|
2188
|
+
export type IpLoadbalancingVrackStateEnum = "activating" | "active" | "deactivating" | "inactive";
|
|
2189
|
+
export declare const IpLoadbalancingVrackStateEnum: any;
|
|
2190
|
+
/** Ongoing task related to vRack installation or uninstallation on your Load Balancer */
|
|
2191
|
+
export type IpLoadbalancingVrackInformationTaskList = Array<number>;
|
|
2192
|
+
export declare const IpLoadbalancingVrackInformationTaskList: S.Schema<IpLoadbalancingVrackInformationTaskList>;
|
|
2193
|
+
/** Information about vRack for your Load Balancer */
|
|
2194
|
+
export interface IpLoadbalancingVrackInformation {
|
|
2195
|
+
/** State of the vRack link to your Load Balancer */
|
|
2196
|
+
state?: IpLoadbalancingVrackStateEnum;
|
|
2197
|
+
/** Ongoing task related to vRack installation or uninstallation on your Load Balancer */
|
|
2198
|
+
task?: IpLoadbalancingVrackInformationTaskList;
|
|
2199
|
+
/** Name of the vRack on which the current Load Balancer is attached to, as it is named on vRack product */
|
|
2200
|
+
vrackName?: string | null;
|
|
2201
|
+
}
|
|
2202
|
+
export declare const IpLoadbalancingVrackInformation: S.Schema<IpLoadbalancingVrackInformation>;
|
|
2203
|
+
export interface ListIpLoadbalancingVrackTransparentGatewaysRequest {
|
|
2204
|
+
/** The internal name of your IP load balancing */
|
|
2205
|
+
serviceName: string;
|
|
2206
|
+
}
|
|
2207
|
+
export declare const ListIpLoadbalancingVrackTransparentGatewaysRequest: S.Schema<ListIpLoadbalancingVrackTransparentGatewaysRequest>;
|
|
2208
|
+
/** Aims to help you configure needed transparent interfaces */
|
|
2209
|
+
export interface IpLoadbalancingVrackTransparentGateways {
|
|
2210
|
+
/** address */
|
|
2211
|
+
address?: string;
|
|
2212
|
+
/** gateway */
|
|
2213
|
+
gateway?: string;
|
|
2214
|
+
/** vlan */
|
|
2215
|
+
vlan?: number;
|
|
2216
|
+
}
|
|
2217
|
+
export declare const IpLoadbalancingVrackTransparentGateways: S.Schema<IpLoadbalancingVrackTransparentGateways>;
|
|
2218
|
+
export type ListIpLoadbalancingVrackTransparentGatewaysResponseBodyList = Array<IpLoadbalancingVrackTransparentGateways>;
|
|
2219
|
+
export declare const ListIpLoadbalancingVrackTransparentGatewaysResponseBodyList: S.Schema<ListIpLoadbalancingVrackTransparentGatewaysResponseBodyList>;
|
|
2220
|
+
export type ListIpLoadbalancingVrackTransparentGatewaysResponse = ListIpLoadbalancingVrackTransparentGatewaysResponseBodyList;
|
|
2221
|
+
export declare const ListIpLoadbalancingVrackTransparentGatewaysResponse: S.Schema<ListIpLoadbalancingVrackTransparentGatewaysResponse>;
|
|
2222
|
+
export interface ListIpLoadbalancingZoneRequest {
|
|
2223
|
+
/** The internal name of your IP load balancing */
|
|
2224
|
+
serviceName: string;
|
|
2225
|
+
}
|
|
2226
|
+
export declare const ListIpLoadbalancingZoneRequest: S.Schema<ListIpLoadbalancingZoneRequest>;
|
|
2227
|
+
export type ListIpLoadbalancingZoneResponseBodyList = Array<string>;
|
|
2228
|
+
export declare const ListIpLoadbalancingZoneResponseBodyList: S.Schema<ListIpLoadbalancingZoneResponseBodyList>;
|
|
2229
|
+
export type ListIpLoadbalancingZoneResponse = ListIpLoadbalancingZoneResponseBodyList;
|
|
2230
|
+
export declare const ListIpLoadbalancingZoneResponse: S.Schema<ListIpLoadbalancingZoneResponse>;
|
|
2231
|
+
export interface PutIpLoadbalancingRequest {
|
|
2232
|
+
/** The internal name of your IP load balancing */
|
|
2233
|
+
serviceName: string;
|
|
2234
|
+
/** Set the name displayed in ManagerV6 for your iplb (max 50 chars) */
|
|
2235
|
+
displayName?: string | null;
|
|
2236
|
+
/** Modern oldest compatible clients : Firefox 27, Chrome 30, IE 11 on Windows 7, Edge, Opera 17, Safari 9, Android 5.0, and Java 8. Intermediate oldest compatible clients : Firefox 1, Chrome 1, IE 7, Opera 5, Safari 1, Windows XP IE8, Android 2.3, Java 7. Intermediate if null. */
|
|
2237
|
+
sslConfiguration?: IpLoadbalancingSslConfigurationEnum | (string & {}) | null;
|
|
2238
|
+
}
|
|
2239
|
+
export declare const PutIpLoadbalancingRequest: S.Schema<PutIpLoadbalancingRequest>;
|
|
2240
|
+
export interface PutIpLoadbalancingResponse {
|
|
2241
|
+
}
|
|
2242
|
+
export declare const PutIpLoadbalancingResponse: S.Schema<PutIpLoadbalancingResponse>;
|
|
2243
|
+
export interface PutIpLoadbalancingHttpFarmRequest {
|
|
2244
|
+
/** The internal name of your IP load balancing */
|
|
2245
|
+
serviceName: string;
|
|
2246
|
+
/** Id of your farm */
|
|
2247
|
+
farmId: number;
|
|
2248
|
+
/** Load balancing algorithm. 'roundrobin' if null */
|
|
2249
|
+
balance?: IpLoadbalancingBalanceHTTPEnum | (string & {}) | null;
|
|
2250
|
+
/** Human readable name for your backend, this field is for you */
|
|
2251
|
+
displayName?: string | null;
|
|
2252
|
+
/** Port attached to your farm. Inherited from frontend if null */
|
|
2253
|
+
port?: number | null;
|
|
2254
|
+
/** Probe used to determine if a backend is alive and can handle requests. Defaults to tcp on the same port as the farm */
|
|
2255
|
+
probe?: IpLoadbalancingBackendProbe | null;
|
|
2256
|
+
/** Stickiness type. No stickiness if null */
|
|
2257
|
+
stickiness?: IpLoadbalancingStickinessHTTPEnum | (string & {}) | null;
|
|
2258
|
+
/** Internal Load Balancer identifier of the vRack private network attached to your farm, mandatory when your Load Balancer is attached to a vRack */
|
|
2259
|
+
vrackNetworkId?: number | null;
|
|
2260
|
+
}
|
|
2261
|
+
export declare const PutIpLoadbalancingHttpFarmRequest: S.Schema<PutIpLoadbalancingHttpFarmRequest>;
|
|
2262
|
+
export interface PutIpLoadbalancingHttpFarmResponse {
|
|
2263
|
+
}
|
|
2264
|
+
export declare const PutIpLoadbalancingHttpFarmResponse: S.Schema<PutIpLoadbalancingHttpFarmResponse>;
|
|
2265
|
+
export interface PutIpLoadbalancingHttpFarmServerRequest {
|
|
2266
|
+
/** The internal name of your IP load balancing */
|
|
2267
|
+
serviceName: string;
|
|
2268
|
+
/** Id of your farm */
|
|
2269
|
+
farmId: number;
|
|
2270
|
+
/** Id of your server */
|
|
2271
|
+
serverId: number;
|
|
2272
|
+
/** Backup state. Default: 'false' */
|
|
2273
|
+
backup?: boolean;
|
|
2274
|
+
/** Certificate chain. Allow server certificate verification (Avoid man-in-the-middle attacks) */
|
|
2275
|
+
chain?: string | null;
|
|
2276
|
+
/** Server cookie value configured for cookie stickiness */
|
|
2277
|
+
cookie?: string | null;
|
|
2278
|
+
/** Human readable name for your server, this field is for you */
|
|
2279
|
+
displayName?: string | null;
|
|
2280
|
+
/** Set action when backend marked down. (No action if null) */
|
|
2281
|
+
onMarkedDown?: IpLoadbalancingOnMarkedDownEnum | (string & {}) | null;
|
|
2282
|
+
/** Port attached to your server. Inherited from farm if null */
|
|
2283
|
+
port?: number | null;
|
|
2284
|
+
/** Probe state. Default: 'false' */
|
|
2285
|
+
probe?: boolean;
|
|
2286
|
+
/** Disabled if null. Send PROXY protocol header. Requires a compatible server. */
|
|
2287
|
+
proxyProtocolVersion?: IpLoadbalancingProxyProtocolVersionEnum | (string & {}) | null;
|
|
2288
|
+
/** SSL ciphering. Probes will also be sent ciphered. Default: 'false' */
|
|
2289
|
+
ssl?: boolean;
|
|
2290
|
+
/** Status attached to your server */
|
|
2291
|
+
status?: IpLoadbalancingBackendCustomerServerStatusEnum | (string & {});
|
|
2292
|
+
/** Weight value. Defaults to 1. 0 if not used in load balancing. Servers with higher weight get more requests. */
|
|
2293
|
+
weight?: number | null;
|
|
2294
|
+
}
|
|
2295
|
+
export declare const PutIpLoadbalancingHttpFarmServerRequest: S.Schema<PutIpLoadbalancingHttpFarmServerRequest>;
|
|
2296
|
+
export interface PutIpLoadbalancingHttpFarmServerResponse {
|
|
2297
|
+
}
|
|
2298
|
+
export declare const PutIpLoadbalancingHttpFarmServerResponse: S.Schema<PutIpLoadbalancingHttpFarmServerResponse>;
|
|
2299
|
+
/** Restrict IP Load Balancing access to these ip block. No restriction if null. You cannot specify allowedSource and deniedSource both at the same time */
|
|
2300
|
+
export type PutIpLoadbalancingHttpFrontendRequestAllowedSourceList = Array<string>;
|
|
2301
|
+
export declare const PutIpLoadbalancingHttpFrontendRequestAllowedSourceList: S.Schema<PutIpLoadbalancingHttpFrontendRequestAllowedSourceList>;
|
|
2302
|
+
/** Only attach frontend on these ip. No restriction if null */
|
|
2303
|
+
export type PutIpLoadbalancingHttpFrontendRequestDedicatedIpfoList = Array<string>;
|
|
2304
|
+
export declare const PutIpLoadbalancingHttpFrontendRequestDedicatedIpfoList: S.Schema<PutIpLoadbalancingHttpFrontendRequestDedicatedIpfoList>;
|
|
2305
|
+
/** Deny IP Load Balancing access to these ip block. No restriction if null. You cannot specify allowedSource and deniedSource both at the same time */
|
|
2306
|
+
export type PutIpLoadbalancingHttpFrontendRequestDeniedSourceList = Array<string>;
|
|
2307
|
+
export declare const PutIpLoadbalancingHttpFrontendRequestDeniedSourceList: S.Schema<PutIpLoadbalancingHttpFrontendRequestDeniedSourceList>;
|
|
2308
|
+
/** Add header to your frontend. Useful variables admitted : %ci <=> client_ip, %cp <=> client_port */
|
|
2309
|
+
export type PutIpLoadbalancingHttpFrontendRequestHttpHeaderList = Array<string>;
|
|
2310
|
+
export declare const PutIpLoadbalancingHttpFrontendRequestHttpHeaderList: S.Schema<PutIpLoadbalancingHttpFrontendRequestHttpHeaderList>;
|
|
2311
|
+
export interface PutIpLoadbalancingHttpFrontendRequest {
|
|
2312
|
+
/** The internal name of your IP load balancing */
|
|
2313
|
+
serviceName: string;
|
|
2314
|
+
/** Id of your frontend */
|
|
2315
|
+
frontendId: number;
|
|
2316
|
+
/** Restrict IP Load Balancing access to these ip block. No restriction if null. You cannot specify allowedSource and deniedSource both at the same time */
|
|
2317
|
+
allowedSource?: PutIpLoadbalancingHttpFrontendRequestAllowedSourceList | null;
|
|
2318
|
+
/** Only attach frontend on these ip. No restriction if null */
|
|
2319
|
+
dedicatedIpfo?: PutIpLoadbalancingHttpFrontendRequestDedicatedIpfoList | null;
|
|
2320
|
+
/** Default HTTP Farm of your frontend */
|
|
2321
|
+
defaultFarmId?: number | null;
|
|
2322
|
+
/** Default ssl served to your customer */
|
|
2323
|
+
defaultSslId?: number | null;
|
|
2324
|
+
/** Deny IP Load Balancing access to these ip block. No restriction if null. You cannot specify allowedSource and deniedSource both at the same time */
|
|
2325
|
+
deniedSource?: PutIpLoadbalancingHttpFrontendRequestDeniedSourceList | null;
|
|
2326
|
+
/** Disable frontend. Default: 'false' */
|
|
2327
|
+
disabled?: boolean;
|
|
2328
|
+
/** Human readable name for your frontend, this field is for you */
|
|
2329
|
+
displayName?: string | null;
|
|
2330
|
+
/** HTTP Strict Transport Security. Default: 'false' */
|
|
2331
|
+
hsts?: boolean;
|
|
2332
|
+
/** Add header to your frontend. Useful variables admitted : %ci <=> client_ip, %cp <=> client_port */
|
|
2333
|
+
httpHeader?: PutIpLoadbalancingHttpFrontendRequestHttpHeaderList | null;
|
|
2334
|
+
/** Listening port(s) on the server */
|
|
2335
|
+
port?: string;
|
|
2336
|
+
/** HTTP redirection (Ex : http://www.ovh.com) */
|
|
2337
|
+
redirectLocation?: string | null;
|
|
2338
|
+
/** SSL deciphering. Default: 'false' */
|
|
2339
|
+
ssl?: boolean;
|
|
2340
|
+
/** Zone of you frontend */
|
|
2341
|
+
zone?: string;
|
|
2342
|
+
}
|
|
2343
|
+
export declare const PutIpLoadbalancingHttpFrontendRequest: S.Schema<PutIpLoadbalancingHttpFrontendRequest>;
|
|
2344
|
+
export interface PutIpLoadbalancingHttpFrontendResponse {
|
|
2345
|
+
}
|
|
2346
|
+
export declare const PutIpLoadbalancingHttpFrontendResponse: S.Schema<PutIpLoadbalancingHttpFrontendResponse>;
|
|
2347
|
+
export interface PutIpLoadbalancingHttpRouteRequest {
|
|
2348
|
+
/** The internal name of your IP load balancing */
|
|
2349
|
+
serviceName: string;
|
|
2350
|
+
/** Id of your route */
|
|
2351
|
+
routeId: number;
|
|
2352
|
+
/** Action triggered when all rules match */
|
|
2353
|
+
action?: IpLoadbalancingRouteHttpAction;
|
|
2354
|
+
/** Human readable name for your route, this field is for you */
|
|
2355
|
+
displayName?: string | null;
|
|
2356
|
+
/** Route traffic for this frontend */
|
|
2357
|
+
frontendId?: number | null;
|
|
2358
|
+
/** Route priority ([0..255]). 0 if null. Highest priority routes are evaluated last. Only the first matching route will trigger an action */
|
|
2359
|
+
weight?: number;
|
|
2360
|
+
}
|
|
2361
|
+
export declare const PutIpLoadbalancingHttpRouteRequest: S.Schema<PutIpLoadbalancingHttpRouteRequest>;
|
|
2362
|
+
export interface PutIpLoadbalancingHttpRouteResponse {
|
|
2363
|
+
}
|
|
2364
|
+
export declare const PutIpLoadbalancingHttpRouteResponse: S.Schema<PutIpLoadbalancingHttpRouteResponse>;
|
|
2365
|
+
export interface PutIpLoadbalancingHttpRouteRuleRequest {
|
|
2366
|
+
/** The internal name of your IP load balancing */
|
|
2367
|
+
serviceName: string;
|
|
2368
|
+
/** Id of your route */
|
|
2369
|
+
routeId: number;
|
|
2370
|
+
/** Id of your rule */
|
|
2371
|
+
ruleId: number;
|
|
2372
|
+
/** Human readable name for your rule */
|
|
2373
|
+
displayName?: string | null;
|
|
2374
|
+
/** Name of the field to match like "protocol" or "host". See "/ipLoadbalancing/{serviceName}/availableRouteRules" for a list of available rules */
|
|
2375
|
+
field?: string;
|
|
2376
|
+
/** Matching operator. Not all operators are available for all fields. See "/ipLoadbalancing/{serviceName}/availableRouteRules" */
|
|
2377
|
+
match?: IpLoadbalancingRouteRuleMatchesEnum | (string & {});
|
|
2378
|
+
/** Invert the matching operator effect */
|
|
2379
|
+
negate?: boolean;
|
|
2380
|
+
/** Value to match against this match. Interpretation if this field depends on the match and field */
|
|
2381
|
+
pattern?: string | null;
|
|
2382
|
+
/** Name of sub-field, if applicable. This may be a Cookie or Header name for instance */
|
|
2383
|
+
subField?: string | null;
|
|
2384
|
+
}
|
|
2385
|
+
export declare const PutIpLoadbalancingHttpRouteRuleRequest: S.Schema<PutIpLoadbalancingHttpRouteRuleRequest>;
|
|
2386
|
+
export interface PutIpLoadbalancingHttpRouteRuleResponse {
|
|
2387
|
+
}
|
|
2388
|
+
export declare const PutIpLoadbalancingHttpRouteRuleResponse: S.Schema<PutIpLoadbalancingHttpRouteRuleResponse>;
|
|
2389
|
+
export interface PutIpLoadbalancingQuotaRequest {
|
|
2390
|
+
/** The internal name of your IP load balancing */
|
|
2391
|
+
serviceName: string;
|
|
2392
|
+
/** Zone of your quota */
|
|
2393
|
+
zone: string;
|
|
2394
|
+
/** Quota alert value in bytes. When reached, we will send you an alert. Default : included quota with your offer */
|
|
2395
|
+
alert?: number | null;
|
|
2396
|
+
}
|
|
2397
|
+
export declare const PutIpLoadbalancingQuotaRequest: S.Schema<PutIpLoadbalancingQuotaRequest>;
|
|
2398
|
+
export interface PutIpLoadbalancingQuotaResponse {
|
|
2399
|
+
}
|
|
2400
|
+
export declare const PutIpLoadbalancingQuotaResponse: S.Schema<PutIpLoadbalancingQuotaResponse>;
|
|
2401
|
+
export interface PutIpLoadbalancingServiceInfosRequest {
|
|
2402
|
+
/** The internal name of your IP load balancing */
|
|
2403
|
+
serviceName: string;
|
|
2404
|
+
/** Way of handling the renew */
|
|
2405
|
+
renew?: ServiceRenewType | null;
|
|
2406
|
+
}
|
|
2407
|
+
export declare const PutIpLoadbalancingServiceInfosRequest: S.Schema<PutIpLoadbalancingServiceInfosRequest>;
|
|
2408
|
+
export interface PutIpLoadbalancingServiceInfosResponse {
|
|
2409
|
+
}
|
|
2410
|
+
export declare const PutIpLoadbalancingServiceInfosResponse: S.Schema<PutIpLoadbalancingServiceInfosResponse>;
|
|
2411
|
+
export interface PutIpLoadbalancingSslRequest {
|
|
2412
|
+
/** The internal name of your IP load balancing */
|
|
2413
|
+
serviceName: string;
|
|
2414
|
+
/** Id of your SSL certificate */
|
|
2415
|
+
id: number;
|
|
2416
|
+
/** Human readable name for your ssl certificate, this field is for you */
|
|
2417
|
+
displayName?: string | null;
|
|
2418
|
+
}
|
|
2419
|
+
export declare const PutIpLoadbalancingSslRequest: S.Schema<PutIpLoadbalancingSslRequest>;
|
|
2420
|
+
export interface PutIpLoadbalancingSslResponse {
|
|
2421
|
+
}
|
|
2422
|
+
export declare const PutIpLoadbalancingSslResponse: S.Schema<PutIpLoadbalancingSslResponse>;
|
|
2423
|
+
export interface PutIpLoadbalancingTcpFarmRequest {
|
|
2424
|
+
/** The internal name of your IP load balancing */
|
|
2425
|
+
serviceName: string;
|
|
2426
|
+
/** Id of your farm */
|
|
2427
|
+
farmId: number;
|
|
2428
|
+
/** Load balancing algorithm. 'roundrobin' if null */
|
|
2429
|
+
balance?: IpLoadbalancingBalanceTCPEnum | (string & {}) | null;
|
|
2430
|
+
/** Human readable name for your backend, this field is for you */
|
|
2431
|
+
displayName?: string | null;
|
|
2432
|
+
/** Port attached to your farm. Inherited from frontend if null */
|
|
2433
|
+
port?: number | null;
|
|
2434
|
+
/** Probe used to determine if a backend is alive and can handle requests. Defaults to tcp on the same port as the farm */
|
|
2435
|
+
probe?: IpLoadbalancingBackendProbe | null;
|
|
2436
|
+
/** Stickiness type. No stickiness if null */
|
|
2437
|
+
stickiness?: IpLoadbalancingStickinessTCPEnum | (string & {}) | null;
|
|
2438
|
+
/** Internal Load Balancer identifier of the vRack private network attached to your farm, mandatory when your Load Balancer is attached to a vRack */
|
|
2439
|
+
vrackNetworkId?: number | null;
|
|
2440
|
+
}
|
|
2441
|
+
export declare const PutIpLoadbalancingTcpFarmRequest: S.Schema<PutIpLoadbalancingTcpFarmRequest>;
|
|
2442
|
+
export interface PutIpLoadbalancingTcpFarmResponse {
|
|
2443
|
+
}
|
|
2444
|
+
export declare const PutIpLoadbalancingTcpFarmResponse: S.Schema<PutIpLoadbalancingTcpFarmResponse>;
|
|
2445
|
+
export interface PutIpLoadbalancingTcpFarmServerRequest {
|
|
2446
|
+
/** The internal name of your IP load balancing */
|
|
2447
|
+
serviceName: string;
|
|
2448
|
+
/** Id of your farm */
|
|
2449
|
+
farmId: number;
|
|
2450
|
+
/** Id of your server */
|
|
2451
|
+
serverId: number;
|
|
2452
|
+
/** Backup state. Default: 'false' */
|
|
2453
|
+
backup?: boolean;
|
|
2454
|
+
/** Certificate chain. Allow server certificate verification (Avoid man-in-the-middle attacks) */
|
|
2455
|
+
chain?: string | null;
|
|
2456
|
+
/** Human readable name for your server, this field is for you */
|
|
2457
|
+
displayName?: string | null;
|
|
2458
|
+
/** Set action when backend marked down. (No action if null) */
|
|
2459
|
+
onMarkedDown?: IpLoadbalancingOnMarkedDownEnum | (string & {}) | null;
|
|
2460
|
+
/** Port attached to your server. Inherited from farm if null */
|
|
2461
|
+
port?: number | null;
|
|
2462
|
+
/** Probe state. Default: 'false' */
|
|
2463
|
+
probe?: boolean;
|
|
2464
|
+
/** Disabled if null. Send PROXY protocol header. Requires a compatible server. */
|
|
2465
|
+
proxyProtocolVersion?: IpLoadbalancingProxyProtocolVersionEnum | (string & {}) | null;
|
|
2466
|
+
/** SSL ciphering. Probes will also be sent ciphered */
|
|
2467
|
+
ssl?: boolean;
|
|
2468
|
+
/** Status attached to your server */
|
|
2469
|
+
status?: IpLoadbalancingBackendCustomerServerStatusEnum | (string & {});
|
|
2470
|
+
/** Weight value. Defaults to 1. 0 if not used in load balancing. Servers with higher weight get more requests. */
|
|
2471
|
+
weight?: number | null;
|
|
2472
|
+
}
|
|
2473
|
+
export declare const PutIpLoadbalancingTcpFarmServerRequest: S.Schema<PutIpLoadbalancingTcpFarmServerRequest>;
|
|
2474
|
+
export interface PutIpLoadbalancingTcpFarmServerResponse {
|
|
2475
|
+
}
|
|
2476
|
+
export declare const PutIpLoadbalancingTcpFarmServerResponse: S.Schema<PutIpLoadbalancingTcpFarmServerResponse>;
|
|
2477
|
+
/** Restrict IP Load Balancing access to these ip block. No restriction if null. You cannot specify allowedSource and deniedSource both at the same time */
|
|
2478
|
+
export type PutIpLoadbalancingTcpFrontendRequestAllowedSourceList = Array<string>;
|
|
2479
|
+
export declare const PutIpLoadbalancingTcpFrontendRequestAllowedSourceList: S.Schema<PutIpLoadbalancingTcpFrontendRequestAllowedSourceList>;
|
|
2480
|
+
/** Only attach frontend on these ip. No restriction if null */
|
|
2481
|
+
export type PutIpLoadbalancingTcpFrontendRequestDedicatedIpfoList = Array<string>;
|
|
2482
|
+
export declare const PutIpLoadbalancingTcpFrontendRequestDedicatedIpfoList: S.Schema<PutIpLoadbalancingTcpFrontendRequestDedicatedIpfoList>;
|
|
2483
|
+
/** Deny IP Load Balancing access to these ip block. No restriction if null. You cannot specify allowedSource and deniedSource both at the same time */
|
|
2484
|
+
export type PutIpLoadbalancingTcpFrontendRequestDeniedSourceList = Array<string>;
|
|
2485
|
+
export declare const PutIpLoadbalancingTcpFrontendRequestDeniedSourceList: S.Schema<PutIpLoadbalancingTcpFrontendRequestDeniedSourceList>;
|
|
2486
|
+
export interface PutIpLoadbalancingTcpFrontendRequest {
|
|
2487
|
+
/** The internal name of your IP load balancing */
|
|
2488
|
+
serviceName: string;
|
|
2489
|
+
/** Id of your frontend */
|
|
2490
|
+
frontendId: number;
|
|
2491
|
+
/** Restrict IP Load Balancing access to these ip block. No restriction if null. You cannot specify allowedSource and deniedSource both at the same time */
|
|
2492
|
+
allowedSource?: PutIpLoadbalancingTcpFrontendRequestAllowedSourceList | null;
|
|
2493
|
+
/** Only attach frontend on these ip. No restriction if null */
|
|
2494
|
+
dedicatedIpfo?: PutIpLoadbalancingTcpFrontendRequestDedicatedIpfoList | null;
|
|
2495
|
+
/** Default TCP Farm of your frontend */
|
|
2496
|
+
defaultFarmId?: number | null;
|
|
2497
|
+
/** Default ssl served to your customer */
|
|
2498
|
+
defaultSslId?: number | null;
|
|
2499
|
+
/** Deny IP Load Balancing access to these ip block. No restriction if null. You cannot specify allowedSource and deniedSource both at the same time */
|
|
2500
|
+
deniedSource?: PutIpLoadbalancingTcpFrontendRequestDeniedSourceList | null;
|
|
2501
|
+
/** Disable frontend. Default: 'false' */
|
|
2502
|
+
disabled?: boolean;
|
|
2503
|
+
/** Human readable name for your frontend, this field is for you */
|
|
2504
|
+
displayName?: string | null;
|
|
2505
|
+
/** Listening port(s) on the server */
|
|
2506
|
+
port?: string;
|
|
2507
|
+
/** SSL deciphering. Default: 'false' */
|
|
2508
|
+
ssl?: boolean;
|
|
2509
|
+
/** Zone of you frontend */
|
|
2510
|
+
zone?: string;
|
|
2511
|
+
}
|
|
2512
|
+
export declare const PutIpLoadbalancingTcpFrontendRequest: S.Schema<PutIpLoadbalancingTcpFrontendRequest>;
|
|
2513
|
+
export interface PutIpLoadbalancingTcpFrontendResponse {
|
|
2514
|
+
}
|
|
2515
|
+
export declare const PutIpLoadbalancingTcpFrontendResponse: S.Schema<PutIpLoadbalancingTcpFrontendResponse>;
|
|
2516
|
+
export interface PutIpLoadbalancingTcpRouteRequest {
|
|
2517
|
+
/** The internal name of your IP load balancing */
|
|
2518
|
+
serviceName: string;
|
|
2519
|
+
/** Id of your route */
|
|
2520
|
+
routeId: number;
|
|
2521
|
+
/** Action triggered when all rules match */
|
|
2522
|
+
action?: IpLoadbalancingRouteTcpAction;
|
|
2523
|
+
/** Human readable name for your route, this field is for you */
|
|
2524
|
+
displayName?: string | null;
|
|
2525
|
+
/** Route traffic for this frontend */
|
|
2526
|
+
frontendId?: number | null;
|
|
2527
|
+
/** Route priority ([0..255]). 0 if null. Highest priority routes are evaluated last. Only the first matching route will trigger an action */
|
|
2528
|
+
weight?: number;
|
|
2529
|
+
}
|
|
2530
|
+
export declare const PutIpLoadbalancingTcpRouteRequest: S.Schema<PutIpLoadbalancingTcpRouteRequest>;
|
|
2531
|
+
export interface PutIpLoadbalancingTcpRouteResponse {
|
|
2532
|
+
}
|
|
2533
|
+
export declare const PutIpLoadbalancingTcpRouteResponse: S.Schema<PutIpLoadbalancingTcpRouteResponse>;
|
|
2534
|
+
export interface PutIpLoadbalancingTcpRouteRuleRequest {
|
|
2535
|
+
/** The internal name of your IP load balancing */
|
|
2536
|
+
serviceName: string;
|
|
2537
|
+
/** Id of your route */
|
|
2538
|
+
routeId: number;
|
|
2539
|
+
/** Id of your rule */
|
|
2540
|
+
ruleId: number;
|
|
2541
|
+
/** Human readable name for your rule */
|
|
2542
|
+
displayName?: string | null;
|
|
2543
|
+
/** Name of the field to match like "protocol" or "host". See "/ipLoadbalancing/{serviceName}/availableRouteRules" for a list of available rules */
|
|
2544
|
+
field?: string;
|
|
2545
|
+
/** Matching operator. Not all operators are available for all fields. See "/ipLoadbalancing/{serviceName}/availableRouteRules" */
|
|
2546
|
+
match?: IpLoadbalancingRouteRuleMatchesEnum | (string & {});
|
|
2547
|
+
/** Invert the matching operator effect */
|
|
2548
|
+
negate?: boolean;
|
|
2549
|
+
/** Value to match against this match. Interpretation if this field depends on the match and field */
|
|
2550
|
+
pattern?: string | null;
|
|
2551
|
+
/** Name of sub-field, if applicable. This may be a Cookie or Header name for instance */
|
|
2552
|
+
subField?: string | null;
|
|
2553
|
+
}
|
|
2554
|
+
export declare const PutIpLoadbalancingTcpRouteRuleRequest: S.Schema<PutIpLoadbalancingTcpRouteRuleRequest>;
|
|
2555
|
+
export interface PutIpLoadbalancingTcpRouteRuleResponse {
|
|
2556
|
+
}
|
|
2557
|
+
export declare const PutIpLoadbalancingTcpRouteRuleResponse: S.Schema<PutIpLoadbalancingTcpRouteRuleResponse>;
|
|
2558
|
+
export interface PutIpLoadbalancingUdpFarmRequest {
|
|
2559
|
+
/** The internal name of your IP load balancing */
|
|
2560
|
+
serviceName: string;
|
|
2561
|
+
/** Id of your farm */
|
|
2562
|
+
farmId: number;
|
|
2563
|
+
/** Human readable name for your backend, this field is for you */
|
|
2564
|
+
displayName?: string | null;
|
|
2565
|
+
/** Port attached to your farm. Inherited from frontend if null */
|
|
2566
|
+
port?: number;
|
|
2567
|
+
/** Internal Load Balancer identifier of the vRack private network attached to your farm, mandatory when your Load Balancer is attached to a vRack */
|
|
2568
|
+
vrackNetworkId?: number | null;
|
|
2569
|
+
}
|
|
2570
|
+
export declare const PutIpLoadbalancingUdpFarmRequest: S.Schema<PutIpLoadbalancingUdpFarmRequest>;
|
|
2571
|
+
export interface PutIpLoadbalancingUdpFarmResponse {
|
|
2572
|
+
}
|
|
2573
|
+
export declare const PutIpLoadbalancingUdpFarmResponse: S.Schema<PutIpLoadbalancingUdpFarmResponse>;
|
|
2574
|
+
export interface PutIpLoadbalancingUdpFarmServerRequest {
|
|
2575
|
+
/** The internal name of your IP load balancing */
|
|
2576
|
+
serviceName: string;
|
|
2577
|
+
/** Id of your farm */
|
|
2578
|
+
farmId: number;
|
|
2579
|
+
/** Id of your server */
|
|
2580
|
+
serverId: number;
|
|
2581
|
+
/** Human readable name for your server, this field is for you */
|
|
2582
|
+
displayName?: string | null;
|
|
2583
|
+
/** Port attached to your server. Inherited from farm if null */
|
|
2584
|
+
port?: number | null;
|
|
2585
|
+
/** Status attached to your server */
|
|
2586
|
+
status?: IpLoadbalancingBackendCustomerServerStatusEnum | (string & {});
|
|
2587
|
+
}
|
|
2588
|
+
export declare const PutIpLoadbalancingUdpFarmServerRequest: S.Schema<PutIpLoadbalancingUdpFarmServerRequest>;
|
|
2589
|
+
export interface PutIpLoadbalancingUdpFarmServerResponse {
|
|
2590
|
+
}
|
|
2591
|
+
export declare const PutIpLoadbalancingUdpFarmServerResponse: S.Schema<PutIpLoadbalancingUdpFarmServerResponse>;
|
|
2592
|
+
/** Only attach frontend on these ip. No restriction if null */
|
|
2593
|
+
export type PutIpLoadbalancingUdpFrontendRequestDedicatedIpfoList = Array<string>;
|
|
2594
|
+
export declare const PutIpLoadbalancingUdpFrontendRequestDedicatedIpfoList: S.Schema<PutIpLoadbalancingUdpFrontendRequestDedicatedIpfoList>;
|
|
2595
|
+
export interface PutIpLoadbalancingUdpFrontendRequest {
|
|
2596
|
+
/** The internal name of your IP load balancing */
|
|
2597
|
+
serviceName: string;
|
|
2598
|
+
/** Id of your frontend */
|
|
2599
|
+
frontendId: number;
|
|
2600
|
+
/** Only attach frontend on these ip. No restriction if null */
|
|
2601
|
+
dedicatedIpfo?: PutIpLoadbalancingUdpFrontendRequestDedicatedIpfoList | null;
|
|
2602
|
+
/** Default UDP Farm of your frontend */
|
|
2603
|
+
defaultFarmId?: number | null;
|
|
2604
|
+
/** Disable frontend. Default: 'false' */
|
|
2605
|
+
disabled?: boolean;
|
|
2606
|
+
/** Human readable name for your frontend, this field is for you */
|
|
2607
|
+
displayName?: string | null;
|
|
2608
|
+
/** Listening port(s) on the server */
|
|
2609
|
+
port?: string;
|
|
2610
|
+
/** Zone of you frontend */
|
|
2611
|
+
zone?: string;
|
|
2612
|
+
}
|
|
2613
|
+
export declare const PutIpLoadbalancingUdpFrontendRequest: S.Schema<PutIpLoadbalancingUdpFrontendRequest>;
|
|
2614
|
+
export interface PutIpLoadbalancingUdpFrontendResponse {
|
|
2615
|
+
}
|
|
2616
|
+
export declare const PutIpLoadbalancingUdpFrontendResponse: S.Schema<PutIpLoadbalancingUdpFrontendResponse>;
|
|
2617
|
+
export interface PutIpLoadbalancingVrackNetworkRequest {
|
|
2618
|
+
/** The internal name of your IP load balancing */
|
|
2619
|
+
serviceName: string;
|
|
2620
|
+
/** Internal Load Balancer identifier of the vRack private network description */
|
|
2621
|
+
vrackNetworkId: number;
|
|
2622
|
+
/** Human readable name for your vrack network */
|
|
2623
|
+
displayName?: string | null;
|
|
2624
|
+
/** An IP block used as a pool of IPs by this Load Balancer to connect to the servers in this private network. The block must be in the private network and reserved for the Load Balancer */
|
|
2625
|
+
natIp?: string;
|
|
2626
|
+
/** VLAN of the private network in the vRack. 0 if the private network is not in a VLAN */
|
|
2627
|
+
vlan?: number;
|
|
2628
|
+
}
|
|
2629
|
+
export declare const PutIpLoadbalancingVrackNetworkRequest: S.Schema<PutIpLoadbalancingVrackNetworkRequest>;
|
|
2630
|
+
export interface PutIpLoadbalancingVrackNetworkResponse {
|
|
2631
|
+
}
|
|
2632
|
+
export declare const PutIpLoadbalancingVrackNetworkResponse: S.Schema<PutIpLoadbalancingVrackNetworkResponse>;
|
|
2633
|
+
export interface RefreshIpLoadbalancingRequest {
|
|
2634
|
+
/** The internal name of your IP load balancing */
|
|
2635
|
+
serviceName: string;
|
|
2636
|
+
/** The zone(s) of your iplb */
|
|
2637
|
+
zone?: string;
|
|
2638
|
+
}
|
|
2639
|
+
export declare const RefreshIpLoadbalancingRequest: S.Schema<RefreshIpLoadbalancingRequest>;
|
|
2640
|
+
export interface TerminateIpLoadbalancingRequest {
|
|
2641
|
+
/** The internal name of your IP load balancing */
|
|
2642
|
+
serviceName: string;
|
|
2643
|
+
}
|
|
2644
|
+
export declare const TerminateIpLoadbalancingRequest: S.Schema<TerminateIpLoadbalancingRequest>;
|
|
2645
|
+
export type TerminateIpLoadbalancingResponse = string;
|
|
2646
|
+
export declare const TerminateIpLoadbalancingResponse: S.Schema<TerminateIpLoadbalancingResponse>;
|
|
2647
|
+
export interface TerminateIpLoadbalancingZoneRequest {
|
|
2648
|
+
/** The internal name of your IP load balancing */
|
|
2649
|
+
serviceName: string;
|
|
2650
|
+
/** Name of your zone */
|
|
2651
|
+
name: string;
|
|
2652
|
+
}
|
|
2653
|
+
export declare const TerminateIpLoadbalancingZoneRequest: S.Schema<TerminateIpLoadbalancingZoneRequest>;
|
|
2654
|
+
export interface TerminateIpLoadbalancingZoneResponse {
|
|
2655
|
+
}
|
|
2656
|
+
export declare const TerminateIpLoadbalancingZoneResponse: S.Schema<TerminateIpLoadbalancingZoneResponse>;
|
|
2657
|
+
/** Farm Id you want to attach to that vrack network */
|
|
2658
|
+
export type UpdateIpLoadbalancingVrackNetworkFarmIdRequestFarmIdList = Array<number>;
|
|
2659
|
+
export declare const UpdateIpLoadbalancingVrackNetworkFarmIdRequestFarmIdList: S.Schema<UpdateIpLoadbalancingVrackNetworkFarmIdRequestFarmIdList>;
|
|
2660
|
+
export interface UpdateIpLoadbalancingVrackNetworkFarmIdRequest {
|
|
2661
|
+
/** The internal name of your IP load balancing */
|
|
2662
|
+
serviceName: string;
|
|
2663
|
+
/** Internal Load Balancer identifier of the vRack private network description */
|
|
2664
|
+
vrackNetworkId: number;
|
|
2665
|
+
/** Farm Id you want to attach to that vrack network */
|
|
2666
|
+
farmId: UpdateIpLoadbalancingVrackNetworkFarmIdRequestFarmIdList;
|
|
2667
|
+
}
|
|
2668
|
+
export declare const UpdateIpLoadbalancingVrackNetworkFarmIdRequest: S.Schema<UpdateIpLoadbalancingVrackNetworkFarmIdRequest>;
|
|
2669
|
+
export type CancelIpLoadbalancingZoneTerminationError = OvhOpError;
|
|
2670
|
+
/** Cancel the termination request of your service zone option */
|
|
2671
|
+
export declare const cancelIpLoadbalancingZoneTermination: API.OperationMethod<CancelIpLoadbalancingZoneTerminationRequest, CancelIpLoadbalancingZoneTerminationResponse, CancelIpLoadbalancingZoneTerminationError, OvhOpContext>;
|
|
2672
|
+
export type ConfirmIpLoadbalancingTerminationError = OvhOpError;
|
|
2673
|
+
/** Confirm service termination */
|
|
2674
|
+
export declare const confirmIpLoadbalancingTermination: API.OperationMethod<ConfirmIpLoadbalancingTerminationRequest, ConfirmIpLoadbalancingTerminationResponse, ConfirmIpLoadbalancingTerminationError, OvhOpContext>;
|
|
2675
|
+
export type CreateIpLoadbalancingChangeContactError = OvhOpError;
|
|
2676
|
+
/** Launch a contact change procedure */
|
|
2677
|
+
export declare const createIpLoadbalancingChangeContact: API.OperationMethod<CreateIpLoadbalancingChangeContactRequest, CreateIpLoadbalancingChangeContactResponse, CreateIpLoadbalancingChangeContactError, OvhOpContext>;
|
|
2678
|
+
export type CreateIpLoadbalancingFreeCertificateError = OvhOpError;
|
|
2679
|
+
/** Order a free certificate. We order and deliver it for you */
|
|
2680
|
+
export declare const createIpLoadbalancingFreeCertificate: API.OperationMethod<CreateIpLoadbalancingFreeCertificateRequest, IpLoadbalancingTaskTask, CreateIpLoadbalancingFreeCertificateError, OvhOpContext>;
|
|
2681
|
+
export type CreateIpLoadbalancingHttpFarmError = OvhOpError;
|
|
2682
|
+
/** Add a new HTTP Farm on your IP Load Balancing */
|
|
2683
|
+
export declare const createIpLoadbalancingHttpFarm: API.OperationMethod<CreateIpLoadbalancingHttpFarmRequest, IpLoadbalancingBackendHttpBackendHttp, CreateIpLoadbalancingHttpFarmError, OvhOpContext>;
|
|
2684
|
+
export type CreateIpLoadbalancingHttpFarmServerError = OvhOpError;
|
|
2685
|
+
/** Add a server to an HTTP Farm */
|
|
2686
|
+
export declare const createIpLoadbalancingHttpFarmServer: API.OperationMethod<CreateIpLoadbalancingHttpFarmServerRequest, IpLoadbalancingBackendHttpCustomerServerBackendHTTPServer, CreateIpLoadbalancingHttpFarmServerError, OvhOpContext>;
|
|
2687
|
+
export type CreateIpLoadbalancingHttpFarmServerTransparentError = OvhOpError;
|
|
2688
|
+
/** Add a new vrack transparent ip */
|
|
2689
|
+
export declare const createIpLoadbalancingHttpFarmServerTransparent: API.OperationMethod<CreateIpLoadbalancingHttpFarmServerTransparentRequest, IpLoadbalancingVrackTransparentIpVrackTransparentIp, CreateIpLoadbalancingHttpFarmServerTransparentError, OvhOpContext>;
|
|
2690
|
+
export type CreateIpLoadbalancingHttpFrontendError = OvhOpError;
|
|
2691
|
+
/** Add a new http frontend on your IP Load Balancing */
|
|
2692
|
+
export declare const createIpLoadbalancingHttpFrontend: API.OperationMethod<CreateIpLoadbalancingHttpFrontendRequest, IpLoadbalancingFrontendHttpFrontendHttp, CreateIpLoadbalancingHttpFrontendError, OvhOpContext>;
|
|
2693
|
+
export type CreateIpLoadbalancingHttpFrontendPrivateError = OvhOpError;
|
|
2694
|
+
/** Move the frontend in or out vrack */
|
|
2695
|
+
export declare const createIpLoadbalancingHttpFrontendPrivate: API.OperationMethod<CreateIpLoadbalancingHttpFrontendPrivateRequest, IpLoadbalancingFrontendFrontend, CreateIpLoadbalancingHttpFrontendPrivateError, OvhOpContext>;
|
|
2696
|
+
export type CreateIpLoadbalancingHttpRouteError = OvhOpError;
|
|
2697
|
+
/** Add a new HTTP route to your frontend */
|
|
2698
|
+
export declare const createIpLoadbalancingHttpRoute: API.OperationMethod<CreateIpLoadbalancingHttpRouteRequest, IpLoadbalancingRouteHttpRouteHttp, CreateIpLoadbalancingHttpRouteError, OvhOpContext>;
|
|
2699
|
+
export type CreateIpLoadbalancingHttpRouteRuleError = OvhOpError;
|
|
2700
|
+
/** Add a new rule to your route */
|
|
2701
|
+
export declare const createIpLoadbalancingHttpRouteRule: API.OperationMethod<CreateIpLoadbalancingHttpRouteRuleRequest, IpLoadbalancingRouteRuleRouteRule, CreateIpLoadbalancingHttpRouteRuleError, OvhOpContext>;
|
|
2702
|
+
export type CreateIpLoadbalancingLogSubscriptionError = OvhOpError;
|
|
2703
|
+
/** Create a log subscription for your Load Balancer */
|
|
2704
|
+
export declare const createIpLoadbalancingLogSubscription: API.OperationMethod<CreateIpLoadbalancingLogSubscriptionRequest, IpLoadbalancingLogSubscriptionResponse, CreateIpLoadbalancingLogSubscriptionError, OvhOpContext>;
|
|
2705
|
+
export type CreateIpLoadbalancingLogUrlError = OvhOpError;
|
|
2706
|
+
/** Generate a log url */
|
|
2707
|
+
export declare const createIpLoadbalancingLogUrl: API.OperationMethod<CreateIpLoadbalancingLogUrlRequest, IpLoadbalancingLogUrl, CreateIpLoadbalancingLogUrlError, OvhOpContext>;
|
|
2708
|
+
export type CreateIpLoadbalancingSslError = OvhOpError;
|
|
2709
|
+
/** Add a new custom SSL certificate on your IP Load Balancing */
|
|
2710
|
+
export declare const createIpLoadbalancingSsl: API.OperationMethod<CreateIpLoadbalancingSslRequest, IpLoadbalancingSslSsl, CreateIpLoadbalancingSslError, OvhOpContext>;
|
|
2711
|
+
export type CreateIpLoadbalancingTcpFarmError = OvhOpError;
|
|
2712
|
+
/** Add a new TCP Farm on your IP Load Balancing */
|
|
2713
|
+
export declare const createIpLoadbalancingTcpFarm: API.OperationMethod<CreateIpLoadbalancingTcpFarmRequest, IpLoadbalancingBackendTcpBackendTcp, CreateIpLoadbalancingTcpFarmError, OvhOpContext>;
|
|
2714
|
+
export type CreateIpLoadbalancingTcpFarmServerError = OvhOpError;
|
|
2715
|
+
/** Add a server to a TCP Farm */
|
|
2716
|
+
export declare const createIpLoadbalancingTcpFarmServer: API.OperationMethod<CreateIpLoadbalancingTcpFarmServerRequest, IpLoadbalancingBackendTcpCustomerServerBackendTCPServer, CreateIpLoadbalancingTcpFarmServerError, OvhOpContext>;
|
|
2717
|
+
export type CreateIpLoadbalancingTcpFarmServerTransparentError = OvhOpError;
|
|
2718
|
+
/** Add a new vrack transparent ip */
|
|
2719
|
+
export declare const createIpLoadbalancingTcpFarmServerTransparent: API.OperationMethod<CreateIpLoadbalancingTcpFarmServerTransparentRequest, IpLoadbalancingVrackTransparentIpVrackTransparentIp, CreateIpLoadbalancingTcpFarmServerTransparentError, OvhOpContext>;
|
|
2720
|
+
export type CreateIpLoadbalancingTcpFrontendError = OvhOpError;
|
|
2721
|
+
/** Add a new TCP frontend on your IP Load Balancing */
|
|
2722
|
+
export declare const createIpLoadbalancingTcpFrontend: API.OperationMethod<CreateIpLoadbalancingTcpFrontendRequest, IpLoadbalancingFrontendTcpFrontendTcp, CreateIpLoadbalancingTcpFrontendError, OvhOpContext>;
|
|
2723
|
+
export type CreateIpLoadbalancingTcpFrontendPrivateError = OvhOpError;
|
|
2724
|
+
/** Move the frontend in or out vrack */
|
|
2725
|
+
export declare const createIpLoadbalancingTcpFrontendPrivate: API.OperationMethod<CreateIpLoadbalancingTcpFrontendPrivateRequest, IpLoadbalancingFrontendFrontend, CreateIpLoadbalancingTcpFrontendPrivateError, OvhOpContext>;
|
|
2726
|
+
export type CreateIpLoadbalancingTcpRouteError = OvhOpError;
|
|
2727
|
+
/** Add a new TCP route to your frontend */
|
|
2728
|
+
export declare const createIpLoadbalancingTcpRoute: API.OperationMethod<CreateIpLoadbalancingTcpRouteRequest, IpLoadbalancingRouteTcpRouteTcp, CreateIpLoadbalancingTcpRouteError, OvhOpContext>;
|
|
2729
|
+
export type CreateIpLoadbalancingTcpRouteRuleError = OvhOpError;
|
|
2730
|
+
/** Add a new rule to your route */
|
|
2731
|
+
export declare const createIpLoadbalancingTcpRouteRule: API.OperationMethod<CreateIpLoadbalancingTcpRouteRuleRequest, IpLoadbalancingRouteRuleRouteRule, CreateIpLoadbalancingTcpRouteRuleError, OvhOpContext>;
|
|
2732
|
+
export type CreateIpLoadbalancingUdpFarmError = OvhOpError;
|
|
2733
|
+
/** Add a new UDP Farm on your IP Load Balancing */
|
|
2734
|
+
export declare const createIpLoadbalancingUdpFarm: API.OperationMethod<CreateIpLoadbalancingUdpFarmRequest, IpLoadbalancingBackendUdpBackendUdp, CreateIpLoadbalancingUdpFarmError, OvhOpContext>;
|
|
2735
|
+
export type CreateIpLoadbalancingUdpFarmServerError = OvhOpError;
|
|
2736
|
+
/** Add a server to an UDP Farm */
|
|
2737
|
+
export declare const createIpLoadbalancingUdpFarmServer: API.OperationMethod<CreateIpLoadbalancingUdpFarmServerRequest, IpLoadbalancingBackendUdpCustomerServerBackendUDPServer, CreateIpLoadbalancingUdpFarmServerError, OvhOpContext>;
|
|
2738
|
+
export type CreateIpLoadbalancingUdpFrontendError = OvhOpError;
|
|
2739
|
+
/** Add a new UDP frontend on your IP Load Balancing */
|
|
2740
|
+
export declare const createIpLoadbalancingUdpFrontend: API.OperationMethod<CreateIpLoadbalancingUdpFrontendRequest, IpLoadbalancingFrontendUdpFrontendUdp, CreateIpLoadbalancingUdpFrontendError, OvhOpContext>;
|
|
2741
|
+
export type CreateIpLoadbalancingVrackNetworkError = OvhOpError;
|
|
2742
|
+
/** Add a description of a private network in the attached vRack */
|
|
2743
|
+
export declare const createIpLoadbalancingVrackNetwork: API.OperationMethod<CreateIpLoadbalancingVrackNetworkRequest, IpLoadbalancingVrackNetworkVrackNetwork, CreateIpLoadbalancingVrackNetworkError, OvhOpContext>;
|
|
2744
|
+
export type DeleteIpLoadbalancingHttpFarmError = OvhOpError;
|
|
2745
|
+
/** Delete an HTTP Farm */
|
|
2746
|
+
export declare const deleteIpLoadbalancingHttpFarm: API.OperationMethod<DeleteIpLoadbalancingHttpFarmRequest, DeleteIpLoadbalancingHttpFarmResponse, DeleteIpLoadbalancingHttpFarmError, OvhOpContext>;
|
|
2747
|
+
export type DeleteIpLoadbalancingHttpFarmServerError = OvhOpError;
|
|
2748
|
+
/** Delete a server from an HTTP Farm */
|
|
2749
|
+
export declare const deleteIpLoadbalancingHttpFarmServer: API.OperationMethod<DeleteIpLoadbalancingHttpFarmServerRequest, DeleteIpLoadbalancingHttpFarmServerResponse, DeleteIpLoadbalancingHttpFarmServerError, OvhOpContext>;
|
|
2750
|
+
export type DeleteIpLoadbalancingHttpFarmServerTransparentError = OvhOpError;
|
|
2751
|
+
/** Delete a vrack transparent ip */
|
|
2752
|
+
export declare const deleteIpLoadbalancingHttpFarmServerTransparent: API.OperationMethod<DeleteIpLoadbalancingHttpFarmServerTransparentRequest, DeleteIpLoadbalancingHttpFarmServerTransparentResponse, DeleteIpLoadbalancingHttpFarmServerTransparentError, OvhOpContext>;
|
|
2753
|
+
export type DeleteIpLoadbalancingHttpFrontendError = OvhOpError;
|
|
2754
|
+
/** Delete an HTTP frontend */
|
|
2755
|
+
export declare const deleteIpLoadbalancingHttpFrontend: API.OperationMethod<DeleteIpLoadbalancingHttpFrontendRequest, DeleteIpLoadbalancingHttpFrontendResponse, DeleteIpLoadbalancingHttpFrontendError, OvhOpContext>;
|
|
2756
|
+
export type DeleteIpLoadbalancingHttpRouteError = OvhOpError;
|
|
2757
|
+
/** Delete this HTTP route */
|
|
2758
|
+
export declare const deleteIpLoadbalancingHttpRoute: API.OperationMethod<DeleteIpLoadbalancingHttpRouteRequest, DeleteIpLoadbalancingHttpRouteResponse, DeleteIpLoadbalancingHttpRouteError, OvhOpContext>;
|
|
2759
|
+
export type DeleteIpLoadbalancingHttpRouteRuleError = OvhOpError;
|
|
2760
|
+
/** Delete this rule from the route */
|
|
2761
|
+
export declare const deleteIpLoadbalancingHttpRouteRule: API.OperationMethod<DeleteIpLoadbalancingHttpRouteRuleRequest, DeleteIpLoadbalancingHttpRouteRuleResponse, DeleteIpLoadbalancingHttpRouteRuleError, OvhOpContext>;
|
|
2762
|
+
export type DeleteIpLoadbalancingLogSubscriptionError = OvhOpError;
|
|
2763
|
+
/** Delete a log subscription for your Load Balancer */
|
|
2764
|
+
export declare const deleteIpLoadbalancingLogSubscription: API.OperationMethod<DeleteIpLoadbalancingLogSubscriptionRequest, IpLoadbalancingLogSubscriptionResponse, DeleteIpLoadbalancingLogSubscriptionError, OvhOpContext>;
|
|
2765
|
+
export type DeleteIpLoadbalancingSslError = OvhOpError;
|
|
2766
|
+
/** Delete a custom SSL certificate */
|
|
2767
|
+
export declare const deleteIpLoadbalancingSsl: API.OperationMethod<DeleteIpLoadbalancingSslRequest, DeleteIpLoadbalancingSslResponse, DeleteIpLoadbalancingSslError, OvhOpContext>;
|
|
2768
|
+
export type DeleteIpLoadbalancingTcpFarmError = OvhOpError;
|
|
2769
|
+
/** Delete a TCP Farm */
|
|
2770
|
+
export declare const deleteIpLoadbalancingTcpFarm: API.OperationMethod<DeleteIpLoadbalancingTcpFarmRequest, DeleteIpLoadbalancingTcpFarmResponse, DeleteIpLoadbalancingTcpFarmError, OvhOpContext>;
|
|
2771
|
+
export type DeleteIpLoadbalancingTcpFarmServerError = OvhOpError;
|
|
2772
|
+
/** Delete a server from a TCP Farm */
|
|
2773
|
+
export declare const deleteIpLoadbalancingTcpFarmServer: API.OperationMethod<DeleteIpLoadbalancingTcpFarmServerRequest, DeleteIpLoadbalancingTcpFarmServerResponse, DeleteIpLoadbalancingTcpFarmServerError, OvhOpContext>;
|
|
2774
|
+
export type DeleteIpLoadbalancingTcpFarmServerTransparentError = OvhOpError;
|
|
2775
|
+
/** Delete a vrack transparent ip */
|
|
2776
|
+
export declare const deleteIpLoadbalancingTcpFarmServerTransparent: API.OperationMethod<DeleteIpLoadbalancingTcpFarmServerTransparentRequest, DeleteIpLoadbalancingTcpFarmServerTransparentResponse, DeleteIpLoadbalancingTcpFarmServerTransparentError, OvhOpContext>;
|
|
2777
|
+
export type DeleteIpLoadbalancingTcpFrontendError = OvhOpError;
|
|
2778
|
+
/** Delete an TCP frontend */
|
|
2779
|
+
export declare const deleteIpLoadbalancingTcpFrontend: API.OperationMethod<DeleteIpLoadbalancingTcpFrontendRequest, DeleteIpLoadbalancingTcpFrontendResponse, DeleteIpLoadbalancingTcpFrontendError, OvhOpContext>;
|
|
2780
|
+
export type DeleteIpLoadbalancingTcpRouteError = OvhOpError;
|
|
2781
|
+
/** Delete this TCP route */
|
|
2782
|
+
export declare const deleteIpLoadbalancingTcpRoute: API.OperationMethod<DeleteIpLoadbalancingTcpRouteRequest, DeleteIpLoadbalancingTcpRouteResponse, DeleteIpLoadbalancingTcpRouteError, OvhOpContext>;
|
|
2783
|
+
export type DeleteIpLoadbalancingTcpRouteRuleError = OvhOpError;
|
|
2784
|
+
/** Delete this rule from the route */
|
|
2785
|
+
export declare const deleteIpLoadbalancingTcpRouteRule: API.OperationMethod<DeleteIpLoadbalancingTcpRouteRuleRequest, DeleteIpLoadbalancingTcpRouteRuleResponse, DeleteIpLoadbalancingTcpRouteRuleError, OvhOpContext>;
|
|
2786
|
+
export type DeleteIpLoadbalancingUdpFarmError = OvhOpError;
|
|
2787
|
+
/** Delete an UDP Farm */
|
|
2788
|
+
export declare const deleteIpLoadbalancingUdpFarm: API.OperationMethod<DeleteIpLoadbalancingUdpFarmRequest, DeleteIpLoadbalancingUdpFarmResponse, DeleteIpLoadbalancingUdpFarmError, OvhOpContext>;
|
|
2789
|
+
export type DeleteIpLoadbalancingUdpFarmServerError = OvhOpError;
|
|
2790
|
+
/** Delete a server from an UDP Farm */
|
|
2791
|
+
export declare const deleteIpLoadbalancingUdpFarmServer: API.OperationMethod<DeleteIpLoadbalancingUdpFarmServerRequest, DeleteIpLoadbalancingUdpFarmServerResponse, DeleteIpLoadbalancingUdpFarmServerError, OvhOpContext>;
|
|
2792
|
+
export type DeleteIpLoadbalancingUdpFrontendError = OvhOpError;
|
|
2793
|
+
/** Delete an UDP frontend */
|
|
2794
|
+
export declare const deleteIpLoadbalancingUdpFrontend: API.OperationMethod<DeleteIpLoadbalancingUdpFrontendRequest, DeleteIpLoadbalancingUdpFrontendResponse, DeleteIpLoadbalancingUdpFrontendError, OvhOpContext>;
|
|
2795
|
+
export type DeleteIpLoadbalancingVrackNetworkError = OvhOpError;
|
|
2796
|
+
/** Delete this description of a private network in the vRack. It must not be used by any farm server */
|
|
2797
|
+
export declare const deleteIpLoadbalancingVrackNetwork: API.OperationMethod<DeleteIpLoadbalancingVrackNetworkRequest, DeleteIpLoadbalancingVrackNetworkResponse, DeleteIpLoadbalancingVrackNetworkError, OvhOpContext>;
|
|
2798
|
+
export type GetIpLoadbalancingError = OvhOpError;
|
|
2799
|
+
/** Get this object properties */
|
|
2800
|
+
export declare const getIpLoadbalancing: API.OperationMethod<GetIpLoadbalancingRequest, IpLoadbalancingIpWithIAM, GetIpLoadbalancingError, OvhOpContext>;
|
|
2801
|
+
export type GetIpLoadbalancingHttpFarmError = OvhOpError;
|
|
2802
|
+
/** Get this object properties */
|
|
2803
|
+
export declare const getIpLoadbalancingHttpFarm: API.OperationMethod<GetIpLoadbalancingHttpFarmRequest, IpLoadbalancingBackendHttpBackendHttp, GetIpLoadbalancingHttpFarmError, OvhOpContext>;
|
|
2804
|
+
export type GetIpLoadbalancingHttpFarmServerError = OvhOpError;
|
|
2805
|
+
/** Get this object properties */
|
|
2806
|
+
export declare const getIpLoadbalancingHttpFarmServer: API.OperationMethod<GetIpLoadbalancingHttpFarmServerRequest, IpLoadbalancingBackendHttpCustomerServerBackendHTTPServer, GetIpLoadbalancingHttpFarmServerError, OvhOpContext>;
|
|
2807
|
+
export type GetIpLoadbalancingHttpFarmServerTransparentError = OvhOpError;
|
|
2808
|
+
/** Get this object properties */
|
|
2809
|
+
export declare const getIpLoadbalancingHttpFarmServerTransparent: API.OperationMethod<GetIpLoadbalancingHttpFarmServerTransparentRequest, IpLoadbalancingVrackTransparentIpVrackTransparentIp, GetIpLoadbalancingHttpFarmServerTransparentError, OvhOpContext>;
|
|
2810
|
+
export type GetIpLoadbalancingHttpFrontendError = OvhOpError;
|
|
2811
|
+
/** Get this object properties */
|
|
2812
|
+
export declare const getIpLoadbalancingHttpFrontend: API.OperationMethod<GetIpLoadbalancingHttpFrontendRequest, IpLoadbalancingFrontendHttpFrontendHttp, GetIpLoadbalancingHttpFrontendError, OvhOpContext>;
|
|
2813
|
+
export type GetIpLoadbalancingHttpRouteError = OvhOpError;
|
|
2814
|
+
/** Get this object properties */
|
|
2815
|
+
export declare const getIpLoadbalancingHttpRoute: API.OperationMethod<GetIpLoadbalancingHttpRouteRequest, IpLoadbalancingRouteHttpRouteHttp, GetIpLoadbalancingHttpRouteError, OvhOpContext>;
|
|
2816
|
+
export type GetIpLoadbalancingHttpRouteRuleError = OvhOpError;
|
|
2817
|
+
/** Get this object properties */
|
|
2818
|
+
export declare const getIpLoadbalancingHttpRouteRule: API.OperationMethod<GetIpLoadbalancingHttpRouteRuleRequest, IpLoadbalancingRouteRuleRouteRule, GetIpLoadbalancingHttpRouteRuleError, OvhOpContext>;
|
|
2819
|
+
export type GetIpLoadbalancingLogKindError = OvhOpError;
|
|
2820
|
+
/** Get this object properties */
|
|
2821
|
+
export declare const getIpLoadbalancingLogKind: API.OperationMethod<GetIpLoadbalancingLogKindRequest, IpLoadbalancingLdpKindLdpKind, GetIpLoadbalancingLogKindError, OvhOpContext>;
|
|
2822
|
+
export type GetIpLoadbalancingLogSubscriptionError = OvhOpError;
|
|
2823
|
+
/** Get this object properties */
|
|
2824
|
+
export declare const getIpLoadbalancingLogSubscription: API.OperationMethod<GetIpLoadbalancingLogSubscriptionRequest, IpLoadbalancingLdpSubscriptionLdpSubscription, GetIpLoadbalancingLogSubscriptionError, OvhOpContext>;
|
|
2825
|
+
export type GetIpLoadbalancingMetricsTokenError = OvhOpError;
|
|
2826
|
+
/** Retrieve metrics token and endpoint for your Load Balancer */
|
|
2827
|
+
export declare const getIpLoadbalancingMetricsToken: API.OperationMethod<GetIpLoadbalancingMetricsTokenRequest, IpLoadbalancingMetricsToken, GetIpLoadbalancingMetricsTokenError, OvhOpContext>;
|
|
2828
|
+
export type GetIpLoadbalancingQuotaError = OvhOpError;
|
|
2829
|
+
/** Get this object properties */
|
|
2830
|
+
export declare const getIpLoadbalancingQuota: API.OperationMethod<GetIpLoadbalancingQuotaRequest, IpLoadbalancingQuotaQuota, GetIpLoadbalancingQuotaError, OvhOpContext>;
|
|
2831
|
+
export type GetIpLoadbalancingQuotaHistoryError = OvhOpError;
|
|
2832
|
+
/** Get this object properties */
|
|
2833
|
+
export declare const getIpLoadbalancingQuotaHistory: API.OperationMethod<GetIpLoadbalancingQuotaHistoryRequest, IpLoadbalancingQuotaHistoryQuotaHistory, GetIpLoadbalancingQuotaHistoryError, OvhOpContext>;
|
|
2834
|
+
export type GetIpLoadbalancingServiceInfosError = OvhOpError;
|
|
2835
|
+
/** Get service information */
|
|
2836
|
+
export declare const getIpLoadbalancingServiceInfos: API.OperationMethod<GetIpLoadbalancingServiceInfosRequest, ServicesService, GetIpLoadbalancingServiceInfosError, OvhOpContext>;
|
|
2837
|
+
export type GetIpLoadbalancingSslError = OvhOpError;
|
|
2838
|
+
/** Get this object properties */
|
|
2839
|
+
export declare const getIpLoadbalancingSsl: API.OperationMethod<GetIpLoadbalancingSslRequest, IpLoadbalancingSslSsl, GetIpLoadbalancingSslError, OvhOpContext>;
|
|
2840
|
+
export type GetIpLoadbalancingStatusError = OvhOpError;
|
|
2841
|
+
/** Get the global status of your IPLB */
|
|
2842
|
+
export declare const getIpLoadbalancingStatus: API.OperationMethod<GetIpLoadbalancingStatusRequest, IpLoadbalancingStatus, GetIpLoadbalancingStatusError, OvhOpContext>;
|
|
2843
|
+
export type GetIpLoadbalancingTaskError = OvhOpError;
|
|
2844
|
+
/** Get this object properties */
|
|
2845
|
+
export declare const getIpLoadbalancingTask: API.OperationMethod<GetIpLoadbalancingTaskRequest, IpLoadbalancingTaskTask, GetIpLoadbalancingTaskError, OvhOpContext>;
|
|
2846
|
+
export type GetIpLoadbalancingTcpFarmError = OvhOpError;
|
|
2847
|
+
/** Get this object properties */
|
|
2848
|
+
export declare const getIpLoadbalancingTcpFarm: API.OperationMethod<GetIpLoadbalancingTcpFarmRequest, IpLoadbalancingBackendTcpBackendTcp, GetIpLoadbalancingTcpFarmError, OvhOpContext>;
|
|
2849
|
+
export type GetIpLoadbalancingTcpFarmServerError = OvhOpError;
|
|
2850
|
+
/** Get this object properties */
|
|
2851
|
+
export declare const getIpLoadbalancingTcpFarmServer: API.OperationMethod<GetIpLoadbalancingTcpFarmServerRequest, IpLoadbalancingBackendTcpCustomerServerBackendTCPServer, GetIpLoadbalancingTcpFarmServerError, OvhOpContext>;
|
|
2852
|
+
export type GetIpLoadbalancingTcpFarmServerTransparentError = OvhOpError;
|
|
2853
|
+
/** Get this object properties */
|
|
2854
|
+
export declare const getIpLoadbalancingTcpFarmServerTransparent: API.OperationMethod<GetIpLoadbalancingTcpFarmServerTransparentRequest, IpLoadbalancingVrackTransparentIpVrackTransparentIp, GetIpLoadbalancingTcpFarmServerTransparentError, OvhOpContext>;
|
|
2855
|
+
export type GetIpLoadbalancingTcpFrontendError = OvhOpError;
|
|
2856
|
+
/** Get this object properties */
|
|
2857
|
+
export declare const getIpLoadbalancingTcpFrontend: API.OperationMethod<GetIpLoadbalancingTcpFrontendRequest, IpLoadbalancingFrontendTcpFrontendTcp, GetIpLoadbalancingTcpFrontendError, OvhOpContext>;
|
|
2858
|
+
export type GetIpLoadbalancingTcpRouteError = OvhOpError;
|
|
2859
|
+
/** Get this object properties */
|
|
2860
|
+
export declare const getIpLoadbalancingTcpRoute: API.OperationMethod<GetIpLoadbalancingTcpRouteRequest, IpLoadbalancingRouteTcpRouteTcp, GetIpLoadbalancingTcpRouteError, OvhOpContext>;
|
|
2861
|
+
export type GetIpLoadbalancingTcpRouteRuleError = OvhOpError;
|
|
2862
|
+
/** Get this object properties */
|
|
2863
|
+
export declare const getIpLoadbalancingTcpRouteRule: API.OperationMethod<GetIpLoadbalancingTcpRouteRuleRequest, IpLoadbalancingRouteRuleRouteRule, GetIpLoadbalancingTcpRouteRuleError, OvhOpContext>;
|
|
2864
|
+
export type GetIpLoadbalancingUdpFarmError = OvhOpError;
|
|
2865
|
+
/** Get this object properties */
|
|
2866
|
+
export declare const getIpLoadbalancingUdpFarm: API.OperationMethod<GetIpLoadbalancingUdpFarmRequest, IpLoadbalancingBackendUdpBackendUdp, GetIpLoadbalancingUdpFarmError, OvhOpContext>;
|
|
2867
|
+
export type GetIpLoadbalancingUdpFarmServerError = OvhOpError;
|
|
2868
|
+
/** Get this object properties */
|
|
2869
|
+
export declare const getIpLoadbalancingUdpFarmServer: API.OperationMethod<GetIpLoadbalancingUdpFarmServerRequest, IpLoadbalancingBackendUdpCustomerServerBackendUDPServer, GetIpLoadbalancingUdpFarmServerError, OvhOpContext>;
|
|
2870
|
+
export type GetIpLoadbalancingUdpFrontendError = OvhOpError;
|
|
2871
|
+
/** Get this object properties */
|
|
2872
|
+
export declare const getIpLoadbalancingUdpFrontend: API.OperationMethod<GetIpLoadbalancingUdpFrontendRequest, IpLoadbalancingFrontendUdpFrontendUdp, GetIpLoadbalancingUdpFrontendError, OvhOpContext>;
|
|
2873
|
+
export type GetIpLoadbalancingVrackNetworkError = OvhOpError;
|
|
2874
|
+
/** Get this object properties */
|
|
2875
|
+
export declare const getIpLoadbalancingVrackNetwork: API.OperationMethod<GetIpLoadbalancingVrackNetworkRequest, IpLoadbalancingVrackNetworkVrackNetwork, GetIpLoadbalancingVrackNetworkError, OvhOpContext>;
|
|
2876
|
+
export type GetIpLoadbalancingVrackNetworkCreationRulesError = OvhOpError;
|
|
2877
|
+
/** Rules to create a network attached to a vrack */
|
|
2878
|
+
export declare const getIpLoadbalancingVrackNetworkCreationRules: API.OperationMethod<GetIpLoadbalancingVrackNetworkCreationRulesRequest, IpLoadbalancingVrackNetworkCreationRules, GetIpLoadbalancingVrackNetworkCreationRulesError, OvhOpContext>;
|
|
2879
|
+
export type GetIpLoadbalancingZoneError = OvhOpError;
|
|
2880
|
+
/** Get this object properties */
|
|
2881
|
+
export declare const getIpLoadbalancingZone: API.OperationMethod<GetIpLoadbalancingZoneRequest, IpLoadbalancingZoneZone, GetIpLoadbalancingZoneError, OvhOpContext>;
|
|
2882
|
+
export type ListIpLoadbalancingError = OvhOpError;
|
|
2883
|
+
/** List of your load balancing IP */
|
|
2884
|
+
export declare const listIpLoadbalancing: API.OperationMethod<ListIpLoadbalancingRequest, ListIpLoadbalancingResponse, ListIpLoadbalancingError, OvhOpContext>;
|
|
2885
|
+
export type ListIpLoadbalancingAvailableFarmProbesError = OvhOpError;
|
|
2886
|
+
/** Available farm probes for health checks */
|
|
2887
|
+
export declare const listIpLoadbalancingAvailableFarmProbes: API.OperationMethod<ListIpLoadbalancingAvailableFarmProbesRequest, ListIpLoadbalancingAvailableFarmProbesResponse, ListIpLoadbalancingAvailableFarmProbesError, OvhOpContext>;
|
|
2888
|
+
export type ListIpLoadbalancingAvailableFarmTypeError = OvhOpError;
|
|
2889
|
+
/** Available farm types */
|
|
2890
|
+
export declare const listIpLoadbalancingAvailableFarmType: API.OperationMethod<ListIpLoadbalancingAvailableFarmTypeRequest, ListIpLoadbalancingAvailableFarmTypeResponse, ListIpLoadbalancingAvailableFarmTypeError, OvhOpContext>;
|
|
2891
|
+
export type ListIpLoadbalancingAvailableFrontendTypeError = OvhOpError;
|
|
2892
|
+
/** Available frontend type */
|
|
2893
|
+
export declare const listIpLoadbalancingAvailableFrontendType: API.OperationMethod<ListIpLoadbalancingAvailableFrontendTypeRequest, ListIpLoadbalancingAvailableFrontendTypeResponse, ListIpLoadbalancingAvailableFrontendTypeError, OvhOpContext>;
|
|
2894
|
+
export type ListIpLoadbalancingAvailableRouteActionsError = OvhOpError;
|
|
2895
|
+
/** Available route actions */
|
|
2896
|
+
export declare const listIpLoadbalancingAvailableRouteActions: API.OperationMethod<ListIpLoadbalancingAvailableRouteActionsRequest, ListIpLoadbalancingAvailableRouteActionsResponse, ListIpLoadbalancingAvailableRouteActionsError, OvhOpContext>;
|
|
2897
|
+
export type ListIpLoadbalancingAvailableRouteRulesError = OvhOpError;
|
|
2898
|
+
/** Available route match rules */
|
|
2899
|
+
export declare const listIpLoadbalancingAvailableRouteRules: API.OperationMethod<ListIpLoadbalancingAvailableRouteRulesRequest, ListIpLoadbalancingAvailableRouteRulesResponse, ListIpLoadbalancingAvailableRouteRulesError, OvhOpContext>;
|
|
2900
|
+
export type ListIpLoadbalancingDefinedFarmsError = OvhOpError;
|
|
2901
|
+
/** List of defined farms, and whether they are HTTP, TCP or UDP */
|
|
2902
|
+
export declare const listIpLoadbalancingDefinedFarms: API.OperationMethod<ListIpLoadbalancingDefinedFarmsRequest, ListIpLoadbalancingDefinedFarmsResponse, ListIpLoadbalancingDefinedFarmsError, OvhOpContext>;
|
|
2903
|
+
export type ListIpLoadbalancingDefinedFrontendsError = OvhOpError;
|
|
2904
|
+
/** List of defined frontends, and whether they are HTTP, TCP or UDP */
|
|
2905
|
+
export declare const listIpLoadbalancingDefinedFrontends: API.OperationMethod<ListIpLoadbalancingDefinedFrontendsRequest, ListIpLoadbalancingDefinedFrontendsResponse, ListIpLoadbalancingDefinedFrontendsError, OvhOpContext>;
|
|
2906
|
+
export type ListIpLoadbalancingDefinedRoutesError = OvhOpError;
|
|
2907
|
+
/** List of defined routes, and whether they are HTTP or TCP */
|
|
2908
|
+
export declare const listIpLoadbalancingDefinedRoutes: API.OperationMethod<ListIpLoadbalancingDefinedRoutesRequest, ListIpLoadbalancingDefinedRoutesResponse, ListIpLoadbalancingDefinedRoutesError, OvhOpContext>;
|
|
2909
|
+
export type ListIpLoadbalancingFailoverError = OvhOpError;
|
|
2910
|
+
/** List all failover ip routed to this IPLB */
|
|
2911
|
+
export declare const listIpLoadbalancingFailover: API.OperationMethod<ListIpLoadbalancingFailoverRequest, ListIpLoadbalancingFailoverResponse, ListIpLoadbalancingFailoverError, OvhOpContext>;
|
|
2912
|
+
export type ListIpLoadbalancingHttpFarmError = OvhOpError;
|
|
2913
|
+
/** HTTP Farm for this iplb */
|
|
2914
|
+
export declare const listIpLoadbalancingHttpFarm: API.OperationMethod<ListIpLoadbalancingHttpFarmRequest, ListIpLoadbalancingHttpFarmResponse, ListIpLoadbalancingHttpFarmError, OvhOpContext>;
|
|
2915
|
+
export type ListIpLoadbalancingHttpFarmServerError = OvhOpError;
|
|
2916
|
+
/** HTTP Farm's Servers */
|
|
2917
|
+
export declare const listIpLoadbalancingHttpFarmServer: API.OperationMethod<ListIpLoadbalancingHttpFarmServerRequest, ListIpLoadbalancingHttpFarmServerResponse, ListIpLoadbalancingHttpFarmServerError, OvhOpContext>;
|
|
2918
|
+
export type ListIpLoadbalancingHttpFarmServerTransparentError = OvhOpError;
|
|
2919
|
+
/** HTTP Farm's Servers transparent configuration */
|
|
2920
|
+
export declare const listIpLoadbalancingHttpFarmServerTransparent: API.OperationMethod<ListIpLoadbalancingHttpFarmServerTransparentRequest, ListIpLoadbalancingHttpFarmServerTransparentResponse, ListIpLoadbalancingHttpFarmServerTransparentError, OvhOpContext>;
|
|
2921
|
+
export type ListIpLoadbalancingHttpFrontendError = OvhOpError;
|
|
2922
|
+
/** HTTP frontends for this iplb */
|
|
2923
|
+
export declare const listIpLoadbalancingHttpFrontend: API.OperationMethod<ListIpLoadbalancingHttpFrontendRequest, ListIpLoadbalancingHttpFrontendResponse, ListIpLoadbalancingHttpFrontendError, OvhOpContext>;
|
|
2924
|
+
export type ListIpLoadbalancingHttpRouteError = OvhOpError;
|
|
2925
|
+
/** HTTP routes for this iplb */
|
|
2926
|
+
export declare const listIpLoadbalancingHttpRoute: API.OperationMethod<ListIpLoadbalancingHttpRouteRequest, ListIpLoadbalancingHttpRouteResponse, ListIpLoadbalancingHttpRouteError, OvhOpContext>;
|
|
2927
|
+
export type ListIpLoadbalancingHttpRouteRuleError = OvhOpError;
|
|
2928
|
+
/** HTTP routes for this iplb */
|
|
2929
|
+
export declare const listIpLoadbalancingHttpRouteRule: API.OperationMethod<ListIpLoadbalancingHttpRouteRuleRequest, ListIpLoadbalancingHttpRouteRuleResponse, ListIpLoadbalancingHttpRouteRuleError, OvhOpContext>;
|
|
2930
|
+
export type ListIpLoadbalancingLogKindError = OvhOpError;
|
|
2931
|
+
/** Log kinds for your Load Balancer */
|
|
2932
|
+
export declare const listIpLoadbalancingLogKind: API.OperationMethod<ListIpLoadbalancingLogKindRequest, ListIpLoadbalancingLogKindResponse, ListIpLoadbalancingLogKindError, OvhOpContext>;
|
|
2933
|
+
export type ListIpLoadbalancingLogSubscriptionError = OvhOpError;
|
|
2934
|
+
/** Log subscriptions for your Load Balancer */
|
|
2935
|
+
export declare const listIpLoadbalancingLogSubscription: API.OperationMethod<ListIpLoadbalancingLogSubscriptionRequest, ListIpLoadbalancingLogSubscriptionResponse, ListIpLoadbalancingLogSubscriptionError, OvhOpContext>;
|
|
2936
|
+
export type ListIpLoadbalancingNatIpError = OvhOpError;
|
|
2937
|
+
/** Ip subnet used by OVH to nat requests on your IPLB to your backends Ip subnet used by OVH to nat requests on your IPLB to your backends. You must ensure that your backends are not part of a network that overlap with this one */
|
|
2938
|
+
export declare const listIpLoadbalancingNatIp: API.OperationMethod<ListIpLoadbalancingNatIpRequest, ListIpLoadbalancingNatIpResponse, ListIpLoadbalancingNatIpError, OvhOpContext>;
|
|
2939
|
+
export type ListIpLoadbalancingPendingChangesError = OvhOpError;
|
|
2940
|
+
/** List the pending changes on your Load Balancer configuration, per zone */
|
|
2941
|
+
export declare const listIpLoadbalancingPendingChanges: API.OperationMethod<ListIpLoadbalancingPendingChangesRequest, ListIpLoadbalancingPendingChangesResponse, ListIpLoadbalancingPendingChangesError, OvhOpContext>;
|
|
2942
|
+
export type ListIpLoadbalancingQuotaError = OvhOpError;
|
|
2943
|
+
/** Available quota informations for current billing period per zone */
|
|
2944
|
+
export declare const listIpLoadbalancingQuota: API.OperationMethod<ListIpLoadbalancingQuotaRequest, ListIpLoadbalancingQuotaResponse, ListIpLoadbalancingQuotaError, OvhOpContext>;
|
|
2945
|
+
export type ListIpLoadbalancingQuotaHistoryError = OvhOpError;
|
|
2946
|
+
/** Quota history informations, per month */
|
|
2947
|
+
export declare const listIpLoadbalancingQuotaHistory: API.OperationMethod<ListIpLoadbalancingQuotaHistoryRequest, ListIpLoadbalancingQuotaHistoryResponse, ListIpLoadbalancingQuotaHistoryError, OvhOpContext>;
|
|
2948
|
+
export type ListIpLoadbalancingSslError = OvhOpError;
|
|
2949
|
+
/** Ssl for this iplb */
|
|
2950
|
+
export declare const listIpLoadbalancingSsl: API.OperationMethod<ListIpLoadbalancingSslRequest, ListIpLoadbalancingSslResponse, ListIpLoadbalancingSslError, OvhOpContext>;
|
|
2951
|
+
export type ListIpLoadbalancingTaskError = OvhOpError;
|
|
2952
|
+
/** Task for this iplb */
|
|
2953
|
+
export declare const listIpLoadbalancingTask: API.OperationMethod<ListIpLoadbalancingTaskRequest, ListIpLoadbalancingTaskResponse, ListIpLoadbalancingTaskError, OvhOpContext>;
|
|
2954
|
+
export type ListIpLoadbalancingTcpFarmError = OvhOpError;
|
|
2955
|
+
/** TCP Farm for this iplb */
|
|
2956
|
+
export declare const listIpLoadbalancingTcpFarm: API.OperationMethod<ListIpLoadbalancingTcpFarmRequest, ListIpLoadbalancingTcpFarmResponse, ListIpLoadbalancingTcpFarmError, OvhOpContext>;
|
|
2957
|
+
export type ListIpLoadbalancingTcpFarmServerError = OvhOpError;
|
|
2958
|
+
/** TCP Farm's Servers */
|
|
2959
|
+
export declare const listIpLoadbalancingTcpFarmServer: API.OperationMethod<ListIpLoadbalancingTcpFarmServerRequest, ListIpLoadbalancingTcpFarmServerResponse, ListIpLoadbalancingTcpFarmServerError, OvhOpContext>;
|
|
2960
|
+
export type ListIpLoadbalancingTcpFarmServerTransparentError = OvhOpError;
|
|
2961
|
+
/** TCP Farm's Servers transparent configuration */
|
|
2962
|
+
export declare const listIpLoadbalancingTcpFarmServerTransparent: API.OperationMethod<ListIpLoadbalancingTcpFarmServerTransparentRequest, ListIpLoadbalancingTcpFarmServerTransparentResponse, ListIpLoadbalancingTcpFarmServerTransparentError, OvhOpContext>;
|
|
2963
|
+
export type ListIpLoadbalancingTcpFrontendError = OvhOpError;
|
|
2964
|
+
/** TCP frontends for this iplb */
|
|
2965
|
+
export declare const listIpLoadbalancingTcpFrontend: API.OperationMethod<ListIpLoadbalancingTcpFrontendRequest, ListIpLoadbalancingTcpFrontendResponse, ListIpLoadbalancingTcpFrontendError, OvhOpContext>;
|
|
2966
|
+
export type ListIpLoadbalancingTcpRouteError = OvhOpError;
|
|
2967
|
+
/** TCP routes for this iplb */
|
|
2968
|
+
export declare const listIpLoadbalancingTcpRoute: API.OperationMethod<ListIpLoadbalancingTcpRouteRequest, ListIpLoadbalancingTcpRouteResponse, ListIpLoadbalancingTcpRouteError, OvhOpContext>;
|
|
2969
|
+
export type ListIpLoadbalancingTcpRouteRuleError = OvhOpError;
|
|
2970
|
+
/** HTTP routes for this iplb */
|
|
2971
|
+
export declare const listIpLoadbalancingTcpRouteRule: API.OperationMethod<ListIpLoadbalancingTcpRouteRuleRequest, ListIpLoadbalancingTcpRouteRuleResponse, ListIpLoadbalancingTcpRouteRuleError, OvhOpContext>;
|
|
2972
|
+
export type ListIpLoadbalancingUdpFarmError = OvhOpError;
|
|
2973
|
+
/** UDP Farm for this iplb */
|
|
2974
|
+
export declare const listIpLoadbalancingUdpFarm: API.OperationMethod<ListIpLoadbalancingUdpFarmRequest, ListIpLoadbalancingUdpFarmResponse, ListIpLoadbalancingUdpFarmError, OvhOpContext>;
|
|
2975
|
+
export type ListIpLoadbalancingUdpFarmServerError = OvhOpError;
|
|
2976
|
+
/** UDP Farm's Servers */
|
|
2977
|
+
export declare const listIpLoadbalancingUdpFarmServer: API.OperationMethod<ListIpLoadbalancingUdpFarmServerRequest, ListIpLoadbalancingUdpFarmServerResponse, ListIpLoadbalancingUdpFarmServerError, OvhOpContext>;
|
|
2978
|
+
export type ListIpLoadbalancingUdpFrontendError = OvhOpError;
|
|
2979
|
+
/** UDP frontends for this iplb */
|
|
2980
|
+
export declare const listIpLoadbalancingUdpFrontend: API.OperationMethod<ListIpLoadbalancingUdpFrontendRequest, ListIpLoadbalancingUdpFrontendResponse, ListIpLoadbalancingUdpFrontendError, OvhOpContext>;
|
|
2981
|
+
export type ListIpLoadbalancingVrackNetworkError = OvhOpError;
|
|
2982
|
+
/** Descriptions of private networks in the vRack attached to this Load Balancer */
|
|
2983
|
+
export declare const listIpLoadbalancingVrackNetwork: API.OperationMethod<ListIpLoadbalancingVrackNetworkRequest, ListIpLoadbalancingVrackNetworkResponse, ListIpLoadbalancingVrackNetworkError, OvhOpContext>;
|
|
2984
|
+
export type ListIpLoadbalancingVrackStatusError = OvhOpError;
|
|
2985
|
+
/** Information about vRack for your Load Balancer */
|
|
2986
|
+
export declare const listIpLoadbalancingVrackStatus: API.OperationMethod<ListIpLoadbalancingVrackStatusRequest, IpLoadbalancingVrackInformation, ListIpLoadbalancingVrackStatusError, OvhOpContext>;
|
|
2987
|
+
export type ListIpLoadbalancingVrackTransparentGatewaysError = OvhOpError;
|
|
2988
|
+
/** Get gateways for configured vrack transparent ip */
|
|
2989
|
+
export declare const listIpLoadbalancingVrackTransparentGateways: API.OperationMethod<ListIpLoadbalancingVrackTransparentGatewaysRequest, ListIpLoadbalancingVrackTransparentGatewaysResponse, ListIpLoadbalancingVrackTransparentGatewaysError, OvhOpContext>;
|
|
2990
|
+
export type ListIpLoadbalancingZoneError = OvhOpError;
|
|
2991
|
+
/** Zone for this iplb */
|
|
2992
|
+
export declare const listIpLoadbalancingZone: API.OperationMethod<ListIpLoadbalancingZoneRequest, ListIpLoadbalancingZoneResponse, ListIpLoadbalancingZoneError, OvhOpContext>;
|
|
2993
|
+
export type PutIpLoadbalancingError = OvhOpError;
|
|
2994
|
+
/** Alter this object properties */
|
|
2995
|
+
export declare const putIpLoadbalancing: API.OperationMethod<PutIpLoadbalancingRequest, PutIpLoadbalancingResponse, PutIpLoadbalancingError, OvhOpContext>;
|
|
2996
|
+
export type PutIpLoadbalancingHttpFarmError = OvhOpError;
|
|
2997
|
+
/** Alter this object properties */
|
|
2998
|
+
export declare const putIpLoadbalancingHttpFarm: API.OperationMethod<PutIpLoadbalancingHttpFarmRequest, PutIpLoadbalancingHttpFarmResponse, PutIpLoadbalancingHttpFarmError, OvhOpContext>;
|
|
2999
|
+
export type PutIpLoadbalancingHttpFarmServerError = OvhOpError;
|
|
3000
|
+
/** Alter this object properties */
|
|
3001
|
+
export declare const putIpLoadbalancingHttpFarmServer: API.OperationMethod<PutIpLoadbalancingHttpFarmServerRequest, PutIpLoadbalancingHttpFarmServerResponse, PutIpLoadbalancingHttpFarmServerError, OvhOpContext>;
|
|
3002
|
+
export type PutIpLoadbalancingHttpFrontendError = OvhOpError;
|
|
3003
|
+
/** Alter this object properties */
|
|
3004
|
+
export declare const putIpLoadbalancingHttpFrontend: API.OperationMethod<PutIpLoadbalancingHttpFrontendRequest, PutIpLoadbalancingHttpFrontendResponse, PutIpLoadbalancingHttpFrontendError, OvhOpContext>;
|
|
3005
|
+
export type PutIpLoadbalancingHttpRouteError = OvhOpError;
|
|
3006
|
+
/** Alter this object properties */
|
|
3007
|
+
export declare const putIpLoadbalancingHttpRoute: API.OperationMethod<PutIpLoadbalancingHttpRouteRequest, PutIpLoadbalancingHttpRouteResponse, PutIpLoadbalancingHttpRouteError, OvhOpContext>;
|
|
3008
|
+
export type PutIpLoadbalancingHttpRouteRuleError = OvhOpError;
|
|
3009
|
+
/** Alter this object properties */
|
|
3010
|
+
export declare const putIpLoadbalancingHttpRouteRule: API.OperationMethod<PutIpLoadbalancingHttpRouteRuleRequest, PutIpLoadbalancingHttpRouteRuleResponse, PutIpLoadbalancingHttpRouteRuleError, OvhOpContext>;
|
|
3011
|
+
export type PutIpLoadbalancingQuotaError = OvhOpError;
|
|
3012
|
+
/** Alter this object properties */
|
|
3013
|
+
export declare const putIpLoadbalancingQuota: API.OperationMethod<PutIpLoadbalancingQuotaRequest, PutIpLoadbalancingQuotaResponse, PutIpLoadbalancingQuotaError, OvhOpContext>;
|
|
3014
|
+
export type PutIpLoadbalancingServiceInfosError = OvhOpError;
|
|
3015
|
+
/** Update service information */
|
|
3016
|
+
export declare const putIpLoadbalancingServiceInfos: API.OperationMethod<PutIpLoadbalancingServiceInfosRequest, PutIpLoadbalancingServiceInfosResponse, PutIpLoadbalancingServiceInfosError, OvhOpContext>;
|
|
3017
|
+
export type PutIpLoadbalancingSslError = OvhOpError;
|
|
3018
|
+
/** Alter this object properties */
|
|
3019
|
+
export declare const putIpLoadbalancingSsl: API.OperationMethod<PutIpLoadbalancingSslRequest, PutIpLoadbalancingSslResponse, PutIpLoadbalancingSslError, OvhOpContext>;
|
|
3020
|
+
export type PutIpLoadbalancingTcpFarmError = OvhOpError;
|
|
3021
|
+
/** Alter this object properties */
|
|
3022
|
+
export declare const putIpLoadbalancingTcpFarm: API.OperationMethod<PutIpLoadbalancingTcpFarmRequest, PutIpLoadbalancingTcpFarmResponse, PutIpLoadbalancingTcpFarmError, OvhOpContext>;
|
|
3023
|
+
export type PutIpLoadbalancingTcpFarmServerError = OvhOpError;
|
|
3024
|
+
/** Alter this object properties */
|
|
3025
|
+
export declare const putIpLoadbalancingTcpFarmServer: API.OperationMethod<PutIpLoadbalancingTcpFarmServerRequest, PutIpLoadbalancingTcpFarmServerResponse, PutIpLoadbalancingTcpFarmServerError, OvhOpContext>;
|
|
3026
|
+
export type PutIpLoadbalancingTcpFrontendError = OvhOpError;
|
|
3027
|
+
/** Alter this object properties */
|
|
3028
|
+
export declare const putIpLoadbalancingTcpFrontend: API.OperationMethod<PutIpLoadbalancingTcpFrontendRequest, PutIpLoadbalancingTcpFrontendResponse, PutIpLoadbalancingTcpFrontendError, OvhOpContext>;
|
|
3029
|
+
export type PutIpLoadbalancingTcpRouteError = OvhOpError;
|
|
3030
|
+
/** Alter this object properties */
|
|
3031
|
+
export declare const putIpLoadbalancingTcpRoute: API.OperationMethod<PutIpLoadbalancingTcpRouteRequest, PutIpLoadbalancingTcpRouteResponse, PutIpLoadbalancingTcpRouteError, OvhOpContext>;
|
|
3032
|
+
export type PutIpLoadbalancingTcpRouteRuleError = OvhOpError;
|
|
3033
|
+
/** Alter this object properties */
|
|
3034
|
+
export declare const putIpLoadbalancingTcpRouteRule: API.OperationMethod<PutIpLoadbalancingTcpRouteRuleRequest, PutIpLoadbalancingTcpRouteRuleResponse, PutIpLoadbalancingTcpRouteRuleError, OvhOpContext>;
|
|
3035
|
+
export type PutIpLoadbalancingUdpFarmError = OvhOpError;
|
|
3036
|
+
/** Alter this object properties */
|
|
3037
|
+
export declare const putIpLoadbalancingUdpFarm: API.OperationMethod<PutIpLoadbalancingUdpFarmRequest, PutIpLoadbalancingUdpFarmResponse, PutIpLoadbalancingUdpFarmError, OvhOpContext>;
|
|
3038
|
+
export type PutIpLoadbalancingUdpFarmServerError = OvhOpError;
|
|
3039
|
+
/** Alter this object properties */
|
|
3040
|
+
export declare const putIpLoadbalancingUdpFarmServer: API.OperationMethod<PutIpLoadbalancingUdpFarmServerRequest, PutIpLoadbalancingUdpFarmServerResponse, PutIpLoadbalancingUdpFarmServerError, OvhOpContext>;
|
|
3041
|
+
export type PutIpLoadbalancingUdpFrontendError = OvhOpError;
|
|
3042
|
+
/** Alter this object properties */
|
|
3043
|
+
export declare const putIpLoadbalancingUdpFrontend: API.OperationMethod<PutIpLoadbalancingUdpFrontendRequest, PutIpLoadbalancingUdpFrontendResponse, PutIpLoadbalancingUdpFrontendError, OvhOpContext>;
|
|
3044
|
+
export type PutIpLoadbalancingVrackNetworkError = OvhOpError;
|
|
3045
|
+
/** Alter this object properties */
|
|
3046
|
+
export declare const putIpLoadbalancingVrackNetwork: API.OperationMethod<PutIpLoadbalancingVrackNetworkRequest, PutIpLoadbalancingVrackNetworkResponse, PutIpLoadbalancingVrackNetworkError, OvhOpContext>;
|
|
3047
|
+
export type RefreshIpLoadbalancingError = OvhOpError;
|
|
3048
|
+
/** Apply the configuration to your iplb */
|
|
3049
|
+
export declare const refreshIpLoadbalancing: API.OperationMethod<RefreshIpLoadbalancingRequest, IpLoadbalancingTaskTask, RefreshIpLoadbalancingError, OvhOpContext>;
|
|
3050
|
+
export type TerminateIpLoadbalancingError = OvhOpError;
|
|
3051
|
+
/** Ask for the termination of your service Ask for the termination of your service. Admin contact of this service will receive a termination token by email in order to confirm its termination with /confirmTermination endpoint. */
|
|
3052
|
+
export declare const terminateIpLoadbalancing: API.OperationMethod<TerminateIpLoadbalancingRequest, TerminateIpLoadbalancingResponse, TerminateIpLoadbalancingError, OvhOpContext>;
|
|
3053
|
+
export type TerminateIpLoadbalancingZoneError = OvhOpError;
|
|
3054
|
+
/** Terminate your service zone option */
|
|
3055
|
+
export declare const terminateIpLoadbalancingZone: API.OperationMethod<TerminateIpLoadbalancingZoneRequest, TerminateIpLoadbalancingZoneResponse, TerminateIpLoadbalancingZoneError, OvhOpContext>;
|
|
3056
|
+
export type UpdateIpLoadbalancingVrackNetworkFarmIdError = OvhOpError;
|
|
3057
|
+
/** Update farm attached to that vrack network id */
|
|
3058
|
+
export declare const updateIpLoadbalancingVrackNetworkFarmId: API.OperationMethod<UpdateIpLoadbalancingVrackNetworkFarmIdRequest, IpLoadbalancingVrackNetworkVrackNetwork, UpdateIpLoadbalancingVrackNetworkFarmIdError, OvhOpContext>;
|
|
3059
|
+
//# sourceMappingURL=iploadbalancing.d.ts.map
|