@distilled.cloud/ovh 0.0.0 → 1.0.0-rc.11
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 +4187 -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 +31061 -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 +5733 -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 +960 -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 +965 -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 +3078 -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 +1829 -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 +1690 -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 +3553 -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 +3067 -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 +8874 -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 +1351 -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 +1787 -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 +1020 -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 +14877 -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 +841 -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 +841 -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 +4522 -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 +3681 -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 +10949 -0
- package/src/services/cloud.ts +75466 -0
- package/src/services/cloud_v2.ts +14725 -0
- package/src/services/dedicatedceph.ts +2231 -0
- package/src/services/dedicatednasha.ts +2268 -0
- package/src/services/domain.ts +7996 -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 +4214 -0
- package/src/services/iam.ts +2060 -0
- package/src/services/index.ts +31 -0
- package/src/services/ip.ts +4461 -0
- package/src/services/iploadbalancing.ts +8421 -0
- package/src/services/ldp.ts +7269 -0
- package/src/services/me.ts +21716 -0
- package/src/services/overthebox.ts +2693 -0
- package/src/services/ovhcloudconnect.ts +3224 -0
- package/src/services/packxdsl.ts +4619 -0
- package/src/services/sms.ts +7255 -0
- package/src/services/sslgateway.ts +1408 -0
- package/src/services/storagenetapp.ts +2431 -0
- package/src/services/support.ts +598 -0
- package/src/services/telephony.ts +32926 -0
- package/src/services/vmwareclouddirectorbackup.ts +2170 -0
- package/src/services/vmwareclouddirectororganization.ts +2170 -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 +11285 -0
- package/src/services/xdsl.ts +9277 -0
- package/src/traits.ts +44 -0
|
@@ -0,0 +1,1417 @@
|
|
|
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
|
+
/** All future uses you can provide for a service termination */
|
|
6
|
+
export type ServiceTerminationFutureUseEnum = "NOT_REPLACING_SERVICE" | "OTHER" | "SUBSCRIBE_AN_OTHER_SERVICE" | "SUBSCRIBE_OTHER_KIND_OF_SERVICE_WITH_COMPETITOR" | "SUBSCRIBE_SIMILAR_SERVICE_WITH_COMPETITOR";
|
|
7
|
+
export declare const ServiceTerminationFutureUseEnum: any;
|
|
8
|
+
/** All reasons you can provide for a service termination */
|
|
9
|
+
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";
|
|
10
|
+
export declare const ServiceTerminationReasonEnum: any;
|
|
11
|
+
export interface ConfirmIpServiceTerminationRequest {
|
|
12
|
+
/** The internal name of your IP services */
|
|
13
|
+
serviceName: string;
|
|
14
|
+
/** Commentary about your termination request */
|
|
15
|
+
commentary?: string;
|
|
16
|
+
/** What next after your termination request */
|
|
17
|
+
futureUse?: ServiceTerminationFutureUseEnum | (string & {});
|
|
18
|
+
/** Reason of your termination request */
|
|
19
|
+
reason?: ServiceTerminationReasonEnum | (string & {});
|
|
20
|
+
/** The termination token sent by email to the admin contact */
|
|
21
|
+
token: string;
|
|
22
|
+
}
|
|
23
|
+
export declare const ConfirmIpServiceTerminationRequest: S.Schema<ConfirmIpServiceTerminationRequest>;
|
|
24
|
+
export type ConfirmIpServiceTerminationResponse = string;
|
|
25
|
+
export declare const ConfirmIpServiceTerminationResponse: S.Schema<ConfirmIpServiceTerminationResponse>;
|
|
26
|
+
export interface CreateIpBringYourOwnIpAggregateRequest {
|
|
27
|
+
ip: string;
|
|
28
|
+
/** IP range to create by aggregation of all it's children */
|
|
29
|
+
aggregationIp: string;
|
|
30
|
+
}
|
|
31
|
+
export declare const CreateIpBringYourOwnIpAggregateRequest: S.Schema<CreateIpBringYourOwnIpAggregateRequest>;
|
|
32
|
+
/** Information about routing */
|
|
33
|
+
export interface IpRoutedTo {
|
|
34
|
+
/** Service where ip is routed to */
|
|
35
|
+
serviceName?: string | null;
|
|
36
|
+
}
|
|
37
|
+
export declare const IpRoutedTo: S.Schema<IpRoutedTo>;
|
|
38
|
+
/** different task operation */
|
|
39
|
+
export type IpTaskFunctionEnum = "arinBlockReassign" | "changeRipeOrg" | "checkAndReleaseIp" | "genericMoveFloatingIp" | "supernetByoipFailoverPartitioning";
|
|
40
|
+
export declare const IpTaskFunctionEnum: any;
|
|
41
|
+
/** different task status */
|
|
42
|
+
export type IpTaskStatusEnum = "cancelled" | "customerError" | "doing" | "done" | "init" | "ovhError" | "todo";
|
|
43
|
+
export declare const IpTaskStatusEnum: any;
|
|
44
|
+
/** IP tasks */
|
|
45
|
+
export interface IpIpTask {
|
|
46
|
+
/** Details of this task */
|
|
47
|
+
comment?: string | null;
|
|
48
|
+
/** Destination for moveFloatingIp tasks */
|
|
49
|
+
destination?: IpRoutedTo | null;
|
|
50
|
+
/** Completion date */
|
|
51
|
+
doneDate?: string | null;
|
|
52
|
+
/** Function name */
|
|
53
|
+
function?: IpTaskFunctionEnum;
|
|
54
|
+
/** last update */
|
|
55
|
+
lastUpdate?: string | null;
|
|
56
|
+
/** Task Creation date */
|
|
57
|
+
startDate?: string;
|
|
58
|
+
/** Task status */
|
|
59
|
+
status?: IpTaskStatusEnum;
|
|
60
|
+
/** the id of the task */
|
|
61
|
+
taskId?: number;
|
|
62
|
+
}
|
|
63
|
+
export declare const IpIpTask: S.Schema<IpIpTask>;
|
|
64
|
+
export interface CreateIpBringYourOwnIpSliceRequest {
|
|
65
|
+
ip: string;
|
|
66
|
+
/** Size (ip mask) of the IPs to create inside given IP */
|
|
67
|
+
slicingSize: number;
|
|
68
|
+
}
|
|
69
|
+
export declare const CreateIpBringYourOwnIpSliceRequest: S.Schema<CreateIpBringYourOwnIpSliceRequest>;
|
|
70
|
+
export interface CreateIpChangeOrgRequest {
|
|
71
|
+
ip: string;
|
|
72
|
+
/** Your organisation id (RIPE_XXXX) to add on block informations */
|
|
73
|
+
organisation: string;
|
|
74
|
+
}
|
|
75
|
+
export declare const CreateIpChangeOrgRequest: S.Schema<CreateIpChangeOrgRequest>;
|
|
76
|
+
export interface CreateIpDelegationRequest {
|
|
77
|
+
ip: string;
|
|
78
|
+
/** Target for reverse delegation on IPv6 */
|
|
79
|
+
target: string;
|
|
80
|
+
}
|
|
81
|
+
export declare const CreateIpDelegationRequest: S.Schema<CreateIpDelegationRequest>;
|
|
82
|
+
/** Your reverse delegations on IPv6 subnet */
|
|
83
|
+
export interface IpReverseDelegation {
|
|
84
|
+
/** NS target for delegation */
|
|
85
|
+
target?: string;
|
|
86
|
+
}
|
|
87
|
+
export declare const IpReverseDelegation: S.Schema<IpReverseDelegation>;
|
|
88
|
+
export interface CreateIpFirewallRequest {
|
|
89
|
+
ip: string;
|
|
90
|
+
ipOnFirewall: string;
|
|
91
|
+
}
|
|
92
|
+
export declare const CreateIpFirewallRequest: S.Schema<CreateIpFirewallRequest>;
|
|
93
|
+
/** Possible values for firewall ip state */
|
|
94
|
+
export type IpFirewallStateEnum = "disableFirewallPending" | "enableFirewallPending" | "ok";
|
|
95
|
+
export declare const IpFirewallStateEnum: any;
|
|
96
|
+
/** Your IP on firewall */
|
|
97
|
+
export interface IpFirewallIp {
|
|
98
|
+
enabled?: boolean;
|
|
99
|
+
ipOnFirewall?: string;
|
|
100
|
+
/** Current state of your ip on firewall */
|
|
101
|
+
state?: IpFirewallStateEnum;
|
|
102
|
+
}
|
|
103
|
+
export declare const IpFirewallIp: S.Schema<IpFirewallIp>;
|
|
104
|
+
/** Possible values for action */
|
|
105
|
+
export type IpFirewallActionEnum = "deny" | "permit";
|
|
106
|
+
export declare const IpFirewallActionEnum: any;
|
|
107
|
+
/** Possible values for protocol */
|
|
108
|
+
export type IpFirewallProtocolEnum = "ah" | "esp" | "gre" | "icmp" | "ipv4" | "tcp" | "udp";
|
|
109
|
+
export declare const IpFirewallProtocolEnum: any;
|
|
110
|
+
/** Possible values for action */
|
|
111
|
+
export type IpFirewallSequenceRangeEnum = 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19;
|
|
112
|
+
export declare const IpFirewallSequenceRangeEnum: any;
|
|
113
|
+
/** Possible values for TCP option - only for TCP protocol */
|
|
114
|
+
export type IpFirewallTCPOptionEnum = "established" | "syn";
|
|
115
|
+
export declare const IpFirewallTCPOptionEnum: any;
|
|
116
|
+
/** Possible option for TCP */
|
|
117
|
+
export interface IpFirewallOptionTCP {
|
|
118
|
+
/** TCP fragments */
|
|
119
|
+
fragments?: boolean | null;
|
|
120
|
+
/** TCP option */
|
|
121
|
+
option?: IpFirewallTCPOptionEnum | (string & {}) | null;
|
|
122
|
+
}
|
|
123
|
+
export declare const IpFirewallOptionTCP: S.Schema<IpFirewallOptionTCP>;
|
|
124
|
+
export interface CreateIpFirewallRuleRequest {
|
|
125
|
+
ip: string;
|
|
126
|
+
ipOnFirewall: string;
|
|
127
|
+
/** Action on this rule */
|
|
128
|
+
action: IpFirewallActionEnum | (string & {});
|
|
129
|
+
/** Destination port for your rule. Only with TCP/UDP protocol */
|
|
130
|
+
destinationPort?: number;
|
|
131
|
+
/** Network protocol */
|
|
132
|
+
protocol: IpFirewallProtocolEnum | (string & {});
|
|
133
|
+
/** Sequence number of your rule */
|
|
134
|
+
sequence: IpFirewallSequenceRangeEnum | (number & {});
|
|
135
|
+
/** Source ip for your rule. Any if not set */
|
|
136
|
+
source?: string;
|
|
137
|
+
/** Source port for your rule. Only with TCP/UDP protocol */
|
|
138
|
+
sourcePort?: number;
|
|
139
|
+
/** Option on your rule. Can only be used with TCP protocol */
|
|
140
|
+
tcpOption?: IpFirewallOptionTCP;
|
|
141
|
+
}
|
|
142
|
+
export declare const CreateIpFirewallRuleRequest: S.Schema<CreateIpFirewallRuleRequest>;
|
|
143
|
+
/** Possible values for firewall rule state */
|
|
144
|
+
export type IpFirewallRuleStateEnum = "creationPending" | "ok" | "removalPending";
|
|
145
|
+
export declare const IpFirewallRuleStateEnum: any;
|
|
146
|
+
/** Rule on ip */
|
|
147
|
+
export interface IpFirewallNetworkRule {
|
|
148
|
+
/** Action on this rule */
|
|
149
|
+
action?: IpFirewallActionEnum;
|
|
150
|
+
creationDate?: string;
|
|
151
|
+
/** Destination ip for your rule */
|
|
152
|
+
destination?: string;
|
|
153
|
+
/** Destination port range for your rule. Only with TCP/UDP protocol */
|
|
154
|
+
destinationPort?: string | null;
|
|
155
|
+
/** Fragments option */
|
|
156
|
+
fragments?: boolean | null;
|
|
157
|
+
/** Network protocol */
|
|
158
|
+
protocol?: IpFirewallProtocolEnum;
|
|
159
|
+
rule?: string;
|
|
160
|
+
sequence?: number;
|
|
161
|
+
/** Source ip for your rule */
|
|
162
|
+
source?: string;
|
|
163
|
+
/** Source port range for your rule. Only with TCP/UDP protocol */
|
|
164
|
+
sourcePort?: string | null;
|
|
165
|
+
/** Current state of your rule */
|
|
166
|
+
state?: IpFirewallRuleStateEnum;
|
|
167
|
+
/** TCP option on your rule */
|
|
168
|
+
tcpOption?: string | null;
|
|
169
|
+
}
|
|
170
|
+
export declare const IpFirewallNetworkRule: S.Schema<IpFirewallNetworkRule>;
|
|
171
|
+
/** Start and end points (inclusive) of a range */
|
|
172
|
+
export interface ComplexTypeRangeLong {
|
|
173
|
+
from?: number;
|
|
174
|
+
to?: number;
|
|
175
|
+
}
|
|
176
|
+
export declare const ComplexTypeRangeLong: S.Schema<ComplexTypeRangeLong>;
|
|
177
|
+
/** Possible values for game rule protocol */
|
|
178
|
+
export type IpGameMitigationRuleProtocolEnum = "arkSurvivalEvolved" | "arkSurvivalEvolvedV311.78+" | "arma" | "counterStrike2" | "fiveM" | "gtaMultiTheftAutoSanAndreas" | "gtaSanAndreasMultiplayerMod" | "hl2Source" | "minecraftBedrockWithRacknetCookie" | "minecraftJava" | "minecraftPocketEdition" | "minecraftQuery" | "mumble" | "other" | "rust" | "teamspeak2" | "teamspeak3" | "trackmaniaShootmania" | "valheim";
|
|
179
|
+
export declare const IpGameMitigationRuleProtocolEnum: any;
|
|
180
|
+
export interface CreateIpGameRuleRequest {
|
|
181
|
+
ip: string;
|
|
182
|
+
ipOnGame: string;
|
|
183
|
+
/** The UDP port range to apply the rule on */
|
|
184
|
+
ports: ComplexTypeRangeLong;
|
|
185
|
+
/** The protocol running behind the given port(s). See supportedProtocols on the IP to know which values are valid here */
|
|
186
|
+
protocol: IpGameMitigationRuleProtocolEnum | (string & {});
|
|
187
|
+
}
|
|
188
|
+
export declare const CreateIpGameRuleRequest: S.Schema<CreateIpGameRuleRequest>;
|
|
189
|
+
/** Possible values for game mitigation rule state */
|
|
190
|
+
export type IpGameMitigationRuleStateEnum = "createRulePending" | "deleteRulePending" | "ok";
|
|
191
|
+
export declare const IpGameMitigationRuleStateEnum: any;
|
|
192
|
+
/** Rule on ip:ports */
|
|
193
|
+
export interface IpGameMitigationRule {
|
|
194
|
+
/** ID of the rule */
|
|
195
|
+
id?: number;
|
|
196
|
+
ports?: ComplexTypeRangeLong;
|
|
197
|
+
protocol?: IpGameMitigationRuleProtocolEnum;
|
|
198
|
+
/** Current state of your rule */
|
|
199
|
+
state?: IpGameMitigationRuleStateEnum;
|
|
200
|
+
}
|
|
201
|
+
export declare const IpGameMitigationRule: S.Schema<IpGameMitigationRule>;
|
|
202
|
+
export interface CreateIpMigrationTokenRequest {
|
|
203
|
+
ip: string;
|
|
204
|
+
/** destination customer ID */
|
|
205
|
+
customerId: string;
|
|
206
|
+
}
|
|
207
|
+
export declare const CreateIpMigrationTokenRequest: S.Schema<CreateIpMigrationTokenRequest>;
|
|
208
|
+
/** IP migration to OVH */
|
|
209
|
+
export interface IpIpMigrationToken {
|
|
210
|
+
/** destination customer ID */
|
|
211
|
+
customerId?: string;
|
|
212
|
+
/** migration token */
|
|
213
|
+
token?: string;
|
|
214
|
+
}
|
|
215
|
+
export declare const IpIpMigrationToken: S.Schema<IpIpMigrationToken>;
|
|
216
|
+
export interface CreateIpMitigationRequest {
|
|
217
|
+
ip: string;
|
|
218
|
+
ipOnMitigation: string;
|
|
219
|
+
}
|
|
220
|
+
export declare const CreateIpMitigationRequest: S.Schema<CreateIpMitigationRequest>;
|
|
221
|
+
/** Possible values for mitigation state */
|
|
222
|
+
export type IpMitigationStateEnum = "creationPending" | "ok" | "removalPending";
|
|
223
|
+
export declare const IpMitigationStateEnum: any;
|
|
224
|
+
/** Your IP on mitigation */
|
|
225
|
+
export interface IpMitigationIp {
|
|
226
|
+
/** Set on true if your ip is on auto-mitigation */
|
|
227
|
+
auto?: boolean;
|
|
228
|
+
ipOnMitigation?: string;
|
|
229
|
+
/** Set on true if your ip is on permanent mitigation */
|
|
230
|
+
permanent?: boolean;
|
|
231
|
+
/** Current state of your ip on mitigation */
|
|
232
|
+
state?: IpMitigationStateEnum;
|
|
233
|
+
}
|
|
234
|
+
export declare const IpMitigationIp: S.Schema<IpMitigationIp>;
|
|
235
|
+
/** Possible values for auto mitigation timeout (minutes) */
|
|
236
|
+
export type IpMitigationProfileAutoMitigationTimeOutEnum = 0 | 15 | 60 | 360 | 1560;
|
|
237
|
+
export declare const IpMitigationProfileAutoMitigationTimeOutEnum: any;
|
|
238
|
+
export interface CreateIpMitigationProfileRequest {
|
|
239
|
+
ip: string;
|
|
240
|
+
/** Delay to wait before remove ip from auto mitigation after an attack */
|
|
241
|
+
autoMitigationTimeOut: IpMitigationProfileAutoMitigationTimeOutEnum | (number & {});
|
|
242
|
+
ipMitigationProfile: string;
|
|
243
|
+
}
|
|
244
|
+
export declare const CreateIpMitigationProfileRequest: S.Schema<CreateIpMitigationProfileRequest>;
|
|
245
|
+
/** Possible values for mitigation profile state */
|
|
246
|
+
export type IpMitigationProfileStateEnum = "ok" | "tasksPending";
|
|
247
|
+
export declare const IpMitigationProfileStateEnum: any;
|
|
248
|
+
/** Mitigation profile for your ip */
|
|
249
|
+
export interface IpMitigationProfile {
|
|
250
|
+
/** Delay to wait before remove ip from auto mitigation after an attack */
|
|
251
|
+
autoMitigationTimeOut?: IpMitigationProfileAutoMitigationTimeOutEnum;
|
|
252
|
+
ipMitigationProfile?: string;
|
|
253
|
+
/** Current state of your mitigation profile */
|
|
254
|
+
state?: IpMitigationProfileStateEnum;
|
|
255
|
+
}
|
|
256
|
+
export declare const IpMitigationProfile: S.Schema<IpMitigationProfile>;
|
|
257
|
+
export interface CreateIpParkRequest {
|
|
258
|
+
ip: string;
|
|
259
|
+
}
|
|
260
|
+
export declare const CreateIpParkRequest: S.Schema<CreateIpParkRequest>;
|
|
261
|
+
export interface CreateIpReverseRequest {
|
|
262
|
+
ip: string;
|
|
263
|
+
ipReverse: string;
|
|
264
|
+
reverse: string;
|
|
265
|
+
}
|
|
266
|
+
export declare const CreateIpReverseRequest: S.Schema<CreateIpReverseRequest>;
|
|
267
|
+
/** Your reverse records on IP */
|
|
268
|
+
export interface IpReverseIp {
|
|
269
|
+
ipReverse?: string;
|
|
270
|
+
reverse?: string;
|
|
271
|
+
}
|
|
272
|
+
export declare const IpReverseIp: S.Schema<IpReverseIp>;
|
|
273
|
+
export interface CreateIpServiceChangeContactRequest {
|
|
274
|
+
/** The internal name of your IP services */
|
|
275
|
+
serviceName: string;
|
|
276
|
+
/** The contact to set as admin contact */
|
|
277
|
+
contactAdmin?: string;
|
|
278
|
+
/** The contact to set as billing contact */
|
|
279
|
+
contactBilling?: string;
|
|
280
|
+
/** The contact to set as tech contact */
|
|
281
|
+
contactTech?: string;
|
|
282
|
+
}
|
|
283
|
+
export declare const CreateIpServiceChangeContactRequest: S.Schema<CreateIpServiceChangeContactRequest>;
|
|
284
|
+
export type CreateIpServiceChangeContactResponseBodyList = Array<number>;
|
|
285
|
+
export declare const CreateIpServiceChangeContactResponseBodyList: S.Schema<CreateIpServiceChangeContactResponseBodyList>;
|
|
286
|
+
export type CreateIpServiceChangeContactResponse = CreateIpServiceChangeContactResponseBodyList;
|
|
287
|
+
export declare const CreateIpServiceChangeContactResponse: S.Schema<CreateIpServiceChangeContactResponse>;
|
|
288
|
+
export interface DeleteIpDelegationRequest {
|
|
289
|
+
ip: string;
|
|
290
|
+
/** NS target for delegation */
|
|
291
|
+
target: string;
|
|
292
|
+
}
|
|
293
|
+
export declare const DeleteIpDelegationRequest: S.Schema<DeleteIpDelegationRequest>;
|
|
294
|
+
export interface DeleteIpDelegationResponse {
|
|
295
|
+
}
|
|
296
|
+
export declare const DeleteIpDelegationResponse: S.Schema<DeleteIpDelegationResponse>;
|
|
297
|
+
export interface DeleteIpFirewallRequest {
|
|
298
|
+
ip: string;
|
|
299
|
+
ipOnFirewall: string;
|
|
300
|
+
}
|
|
301
|
+
export declare const DeleteIpFirewallRequest: S.Schema<DeleteIpFirewallRequest>;
|
|
302
|
+
export type DeleteIpFirewallResponse = string;
|
|
303
|
+
export declare const DeleteIpFirewallResponse: S.Schema<DeleteIpFirewallResponse>;
|
|
304
|
+
export interface DeleteIpFirewallRuleRequest {
|
|
305
|
+
ip: string;
|
|
306
|
+
ipOnFirewall: string;
|
|
307
|
+
sequence: number;
|
|
308
|
+
}
|
|
309
|
+
export declare const DeleteIpFirewallRuleRequest: S.Schema<DeleteIpFirewallRuleRequest>;
|
|
310
|
+
export interface DeleteIpGameRuleRequest {
|
|
311
|
+
ip: string;
|
|
312
|
+
ipOnGame: string;
|
|
313
|
+
/** ID of the rule */
|
|
314
|
+
id: number;
|
|
315
|
+
}
|
|
316
|
+
export declare const DeleteIpGameRuleRequest: S.Schema<DeleteIpGameRuleRequest>;
|
|
317
|
+
export interface DeleteIpMitigationRequest {
|
|
318
|
+
ip: string;
|
|
319
|
+
ipOnMitigation: string;
|
|
320
|
+
}
|
|
321
|
+
export declare const DeleteIpMitigationRequest: S.Schema<DeleteIpMitigationRequest>;
|
|
322
|
+
export interface DeleteIpMitigationProfileRequest {
|
|
323
|
+
ip: string;
|
|
324
|
+
ipMitigationProfile: string;
|
|
325
|
+
}
|
|
326
|
+
export declare const DeleteIpMitigationProfileRequest: S.Schema<DeleteIpMitigationProfileRequest>;
|
|
327
|
+
export interface DeleteIpMitigationProfileResponse {
|
|
328
|
+
}
|
|
329
|
+
export declare const DeleteIpMitigationProfileResponse: S.Schema<DeleteIpMitigationProfileResponse>;
|
|
330
|
+
export interface DeleteIpReverseRequest {
|
|
331
|
+
ip: string;
|
|
332
|
+
ipReverse: string;
|
|
333
|
+
}
|
|
334
|
+
export declare const DeleteIpReverseRequest: S.Schema<DeleteIpReverseRequest>;
|
|
335
|
+
export interface DeleteIpReverseResponse {
|
|
336
|
+
}
|
|
337
|
+
export declare const DeleteIpReverseResponse: S.Schema<DeleteIpReverseResponse>;
|
|
338
|
+
export interface GetIpRequest {
|
|
339
|
+
ip: string;
|
|
340
|
+
}
|
|
341
|
+
export declare const GetIpRequest: S.Schema<GetIpRequest>;
|
|
342
|
+
/** ISO country codes */
|
|
343
|
+
export type CoreTypesCountryEnum = "ac" | "ad" | "ae" | "af" | "ag" | "ai" | "al" | "am" | "an" | "ao" | "aq" | "ar" | "as" | "at" | "au" | "aw" | "ax" | "az" | "ba" | "bb" | "bd" | "be" | "bf" | "bg" | "bh" | "bi" | "bj" | "bl" | "bm" | "bn" | "bo" | "bq" | "br" | "bs" | "bt" | "bv" | "bw" | "by" | "bz" | "ca" | "cc" | "cd" | "cf" | "cg" | "ch" | "ci" | "ck" | "cl" | "cm" | "cn" | "co" | "cr" | "cs" | "cu" | "cv" | "cw" | "cx" | "cy" | "cz" | "de" | "dj" | "dk" | "dm" | "do" | "dz" | "ec" | "ee" | "eg" | "eh" | "er" | "es" | "et" | "fc" | "fd" | "fi" | "fj" | "fk" | "fm" | "fo" | "fr" | "fx" | "ga" | "gb" | "gd" | "ge" | "gf" | "gg" | "gh" | "gi" | "gl" | "gm" | "gn" | "gp" | "gq" | "gr" | "gs" | "gt" | "gu" | "gw" | "gy" | "hk" | "hm" | "hn" | "hr" | "ht" | "hu" | "id" | "ie" | "il" | "im" | "in" | "io" | "iq" | "ir" | "is" | "it" | "je" | "jm" | "jo" | "jp" | "ke" | "kg" | "kh" | "ki" | "km" | "kn" | "kp" | "kr" | "kw" | "ky" | "kz" | "la" | "lb" | "lc" | "li" | "lk" | "lr" | "ls" | "lt" | "lu" | "lv" | "ly" | "ma" | "mc" | "md" | "me" | "mf" | "mg" | "mh" | "mk" | "ml" | "mm" | "mn" | "mo" | "mp" | "mq" | "mr" | "ms" | "mt" | "mu" | "mv" | "mw" | "mx" | "my" | "mz" | "na" | "nc" | "ne" | "nf" | "ng" | "ni" | "nl" | "no" | "np" | "nr" | "nu" | "nz" | "om" | "pa" | "pe" | "pf" | "pg" | "ph" | "pk" | "pl" | "pm" | "pn" | "pr" | "ps" | "pt" | "pw" | "py" | "qa" | "qc" | "re" | "ro" | "rs" | "ru" | "rw" | "sa" | "sb" | "sc" | "sd" | "se" | "sg" | "sh" | "si" | "sj" | "sk" | "sl" | "sm" | "sn" | "so" | "sr" | "ss" | "st" | "sv" | "sx" | "sy" | "sz" | "tc" | "td" | "tf" | "tg" | "th" | "tj" | "tk" | "tl" | "tm" | "tn" | "to" | "tp" | "tr" | "tt" | "tv" | "tw" | "tz" | "ua" | "ug" | "uk" | "um" | "us" | "uy" | "uz" | "va" | "vc" | "ve" | "vg" | "vi" | "vn" | "vu" | "we" | "wf" | "ws" | "ye" | "yt" | "yu" | "za" | "zm" | "zw";
|
|
344
|
+
export declare const CoreTypesCountryEnum: any;
|
|
345
|
+
/** Resource tags. Tags that were internally computed are prefixed with ovh: */
|
|
346
|
+
export type IamResourceMetadataTagsMap = {
|
|
347
|
+
[key: string]: string | undefined;
|
|
348
|
+
};
|
|
349
|
+
export declare const IamResourceMetadataTagsMap: S.Schema<IamResourceMetadataTagsMap>;
|
|
350
|
+
/** IAM resource metadata embedded in services models */
|
|
351
|
+
export interface IamResourceMetadata {
|
|
352
|
+
/** Resource display name */
|
|
353
|
+
displayName?: string | null;
|
|
354
|
+
/** Unique identifier of the resource */
|
|
355
|
+
id?: string;
|
|
356
|
+
/** Resource tags. Tags that were internally computed are prefixed with ovh: */
|
|
357
|
+
tags?: IamResourceMetadataTagsMap | null;
|
|
358
|
+
/** Unique resource name used in policies */
|
|
359
|
+
urn?: string;
|
|
360
|
+
}
|
|
361
|
+
export declare const IamResourceMetadata: S.Schema<IamResourceMetadata>;
|
|
362
|
+
/** Region names */
|
|
363
|
+
export type CoreTypesRegionCodenameEnum = "af-central-lz-abj" | "af-north-lz-rba" | "ap-south-lz-akl" | "ap-south-lz-blr" | "ap-south-lz-icd" | "ap-south-mum" | "ap-southeast-sgp" | "ap-southeast-syd" | "ca-east-bhs" | "ca-east-tor" | "eu-central-lz-buh" | "eu-central-lz-sof" | "eu-central-waw" | "eu-east-lz-prg" | "eu-north-lz-cph" | "eu-north-lz-hel" | "eu-north-lz-osl" | "eu-north-lz-sto" | "eu-south-lz-lis" | "eu-south-lz-mad" | "eu-south-lz-mil" | "eu-south-mil" | "eu-west-eri" | "eu-west-gra" | "eu-west-lim" | "eu-west-lz-ams" | "eu-west-lz-bru" | "eu-west-lz-dln" | "eu-west-lz-lux" | "eu-west-lz-mnc" | "eu-west-lz-mrs" | "eu-west-lz-vie" | "eu-west-lz-zrh" | "eu-west-par" | "eu-west-rbx" | "eu-west-sbg" | "me-south-lz-dxb" | "sa-central-lz-mex" | "sa-east-lz-sao" | "sa-west-lz-bue" | "sa-west-lz-scl" | "us-central-lz-slc" | "us-central-lz-stl" | "us-east-lz-atl" | "us-east-lz-bos" | "us-east-lz-chi" | "us-east-lz-dal" | "us-east-lz-mia" | "us-east-lz-nyc" | "us-east-vin" | "us-west-hil" | "us-west-lz-den" | "us-west-lz-lax" | "us-west-lz-pao" | "us-west-lz-phx" | "us-west-lz-sea";
|
|
364
|
+
export declare const CoreTypesRegionCodenameEnum: any;
|
|
365
|
+
/** Where is the IP used/usable, in the form of region codenames (alpha) */
|
|
366
|
+
export type IpIpWithIAMRegionsList = Array<CoreTypesRegionCodenameEnum>;
|
|
367
|
+
export declare const IpIpWithIAMRegionsList: S.Schema<IpIpWithIAMRegionsList>;
|
|
368
|
+
/** Possible values for ip type */
|
|
369
|
+
export type IpIpTypeEnum = "cdn" | "cloud" | "dedicated" | "failover" | "hosted_ssl" | "housing" | "loadBalancing" | "mail" | "overthebox" | "pcc" | "pci" | "private" | "vpn" | "vps" | "vrack" | "xdsl";
|
|
370
|
+
export declare const IpIpTypeEnum: any;
|
|
371
|
+
/** Possible values for IP version */
|
|
372
|
+
export type IpIpVersionEnum = 4 | 6;
|
|
373
|
+
export declare const IpIpVersionEnum: any;
|
|
374
|
+
/** Your IP */
|
|
375
|
+
export interface IpIpWithIAM {
|
|
376
|
+
/** Is this IP part of the Bring your own IP program (alpha) */
|
|
377
|
+
bringYourOwnIp?: boolean;
|
|
378
|
+
/** Where is the IP used/usable (alpha) */
|
|
379
|
+
campus?: string | null;
|
|
380
|
+
canBeTerminated?: boolean;
|
|
381
|
+
country?: CoreTypesCountryEnum | null;
|
|
382
|
+
/** Custom description on your ip */
|
|
383
|
+
description?: string | null;
|
|
384
|
+
/** IAM resource metadata */
|
|
385
|
+
iam?: IamResourceMetadata | null;
|
|
386
|
+
ip?: string;
|
|
387
|
+
/** Is this IP an Additional IP (alpha) */
|
|
388
|
+
isAdditionalIp?: boolean;
|
|
389
|
+
/** IP block organisation Id */
|
|
390
|
+
organisationId?: string | null;
|
|
391
|
+
/** Where is the IP used/usable, in the form of region codenames (alpha) */
|
|
392
|
+
regions?: IpIpWithIAMRegionsList | null;
|
|
393
|
+
/** Regional Internet Registry of the IP (alpha) */
|
|
394
|
+
rir?: string | null;
|
|
395
|
+
/** Routage information */
|
|
396
|
+
routedTo?: IpRoutedTo | null;
|
|
397
|
+
type?: IpIpTypeEnum;
|
|
398
|
+
/** Version of the IP (alpha) */
|
|
399
|
+
version?: IpIpVersionEnum;
|
|
400
|
+
}
|
|
401
|
+
export declare const IpIpWithIAM: S.Schema<IpIpWithIAM>;
|
|
402
|
+
export interface GetIpAntihackRequest {
|
|
403
|
+
ip: string;
|
|
404
|
+
/** your IP */
|
|
405
|
+
ipBlocked: string;
|
|
406
|
+
}
|
|
407
|
+
export declare const GetIpAntihackRequest: S.Schema<GetIpAntihackRequest>;
|
|
408
|
+
/** Possible values for IP state */
|
|
409
|
+
export type IpBlockedIpStateEnum = "blocked" | "unblocking";
|
|
410
|
+
export declare const IpBlockedIpStateEnum: any;
|
|
411
|
+
/** Blocked IP information */
|
|
412
|
+
export interface IpBlockedIp {
|
|
413
|
+
/** The last blocking date */
|
|
414
|
+
blockedSince?: string;
|
|
415
|
+
/** your IP */
|
|
416
|
+
ipBlocked?: string;
|
|
417
|
+
/** Logs */
|
|
418
|
+
logs?: string | null;
|
|
419
|
+
/** this IP address state */
|
|
420
|
+
state?: IpBlockedIpStateEnum;
|
|
421
|
+
/** Time (in seconds) remaining before you can request your IP to be unblocked */
|
|
422
|
+
time?: number;
|
|
423
|
+
}
|
|
424
|
+
export declare const IpBlockedIp: S.Schema<IpBlockedIp>;
|
|
425
|
+
export interface GetIpArpRequest {
|
|
426
|
+
ip: string;
|
|
427
|
+
/** your IP */
|
|
428
|
+
ipBlocked: string;
|
|
429
|
+
}
|
|
430
|
+
export declare const GetIpArpRequest: S.Schema<GetIpArpRequest>;
|
|
431
|
+
/** Possible values for IP state */
|
|
432
|
+
export type IpArpStateEnum = "blocked" | "unblocking";
|
|
433
|
+
export declare const IpArpStateEnum: any;
|
|
434
|
+
/** ARP blocked IP information */
|
|
435
|
+
export interface IpArpBlockedIp {
|
|
436
|
+
/** The last blocking date */
|
|
437
|
+
blockedSince?: string;
|
|
438
|
+
/** your IP */
|
|
439
|
+
ipBlocked?: string;
|
|
440
|
+
/** ARP logs */
|
|
441
|
+
logs?: string | null;
|
|
442
|
+
/** this IP address state */
|
|
443
|
+
state?: IpArpStateEnum;
|
|
444
|
+
/** Time (in seconds) remaining before you can request your IP to be unblocked */
|
|
445
|
+
time?: number;
|
|
446
|
+
}
|
|
447
|
+
export declare const IpArpBlockedIp: S.Schema<IpArpBlockedIp>;
|
|
448
|
+
export interface GetIpDelegationRequest {
|
|
449
|
+
ip: string;
|
|
450
|
+
/** NS target for delegation */
|
|
451
|
+
target: string;
|
|
452
|
+
}
|
|
453
|
+
export declare const GetIpDelegationRequest: S.Schema<GetIpDelegationRequest>;
|
|
454
|
+
export interface GetIpFirewallRequest {
|
|
455
|
+
ip: string;
|
|
456
|
+
ipOnFirewall: string;
|
|
457
|
+
}
|
|
458
|
+
export declare const GetIpFirewallRequest: S.Schema<GetIpFirewallRequest>;
|
|
459
|
+
export interface GetIpFirewallRuleRequest {
|
|
460
|
+
ip: string;
|
|
461
|
+
ipOnFirewall: string;
|
|
462
|
+
sequence: number;
|
|
463
|
+
}
|
|
464
|
+
export declare const GetIpFirewallRuleRequest: S.Schema<GetIpFirewallRuleRequest>;
|
|
465
|
+
export interface GetIpGameRequest {
|
|
466
|
+
ip: string;
|
|
467
|
+
ipOnGame: string;
|
|
468
|
+
}
|
|
469
|
+
export declare const GetIpGameRequest: S.Schema<GetIpGameRequest>;
|
|
470
|
+
/** Possible values for udp mitigation rule state */
|
|
471
|
+
export type IpGameMitigationStateEnum = "cleanRulesPending" | "firewallModeDisablePending" | "firewallModeEnablePending" | "ok";
|
|
472
|
+
export declare const IpGameMitigationStateEnum: any;
|
|
473
|
+
/** List of protocols available on this IP */
|
|
474
|
+
export type IpGameMitigationSupportedProtocolsList = Array<IpGameMitigationRuleProtocolEnum>;
|
|
475
|
+
export declare const IpGameMitigationSupportedProtocolsList: S.Schema<IpGameMitigationSupportedProtocolsList>;
|
|
476
|
+
/** GAME Anti-DDoS */
|
|
477
|
+
export interface IpGameMitigation {
|
|
478
|
+
/** Firewall mode : in UDP, only allow traffic matching your rules (as well as established traffic). If not enabled, traffic to ports not defined in your rules will be permited. TCP traffic is unaffected by this. */
|
|
479
|
+
firewallModeEnabled?: boolean;
|
|
480
|
+
ipOnGame?: string;
|
|
481
|
+
/** Maximum number of rules for this IP */
|
|
482
|
+
maxRules?: number;
|
|
483
|
+
state?: IpGameMitigationStateEnum;
|
|
484
|
+
/** List of protocols available on this IP */
|
|
485
|
+
supportedProtocols?: IpGameMitigationSupportedProtocolsList;
|
|
486
|
+
}
|
|
487
|
+
export declare const IpGameMitigation: S.Schema<IpGameMitigation>;
|
|
488
|
+
export interface GetIpGameRuleRequest {
|
|
489
|
+
ip: string;
|
|
490
|
+
ipOnGame: string;
|
|
491
|
+
/** ID of the rule */
|
|
492
|
+
id: number;
|
|
493
|
+
}
|
|
494
|
+
export declare const GetIpGameRuleRequest: S.Schema<GetIpGameRuleRequest>;
|
|
495
|
+
export interface GetIpMigrationTokenRequest {
|
|
496
|
+
ip: string;
|
|
497
|
+
}
|
|
498
|
+
export declare const GetIpMigrationTokenRequest: S.Schema<GetIpMigrationTokenRequest>;
|
|
499
|
+
export interface GetIpMitigationRequest {
|
|
500
|
+
ip: string;
|
|
501
|
+
ipOnMitigation: string;
|
|
502
|
+
}
|
|
503
|
+
export declare const GetIpMitigationRequest: S.Schema<GetIpMitigationRequest>;
|
|
504
|
+
export interface GetIpMitigationProfileRequest {
|
|
505
|
+
ip: string;
|
|
506
|
+
ipMitigationProfile: string;
|
|
507
|
+
}
|
|
508
|
+
export declare const GetIpMitigationProfileRequest: S.Schema<GetIpMitigationProfileRequest>;
|
|
509
|
+
export interface GetIpPhishingRequest {
|
|
510
|
+
ip: string;
|
|
511
|
+
/** Internal ID of the phishing entry */
|
|
512
|
+
id: number;
|
|
513
|
+
}
|
|
514
|
+
export declare const GetIpPhishingRequest: S.Schema<GetIpPhishingRequest>;
|
|
515
|
+
/** Possible values for antiphishing state */
|
|
516
|
+
export type IpAntiphishingStateEnum = "blocked" | "blocking" | "unblocked" | "unblocking";
|
|
517
|
+
export declare const IpAntiphishingStateEnum: any;
|
|
518
|
+
/** Phishing URLs hosted on your IP */
|
|
519
|
+
export interface IpAntiphishing {
|
|
520
|
+
/** Date of the event */
|
|
521
|
+
creationDate?: string;
|
|
522
|
+
/** Internal ID of the phishing entry */
|
|
523
|
+
id?: number;
|
|
524
|
+
/** IP address hosting the phishing URL */
|
|
525
|
+
ipOnAntiphishing?: string;
|
|
526
|
+
/** Current state of the phishing */
|
|
527
|
+
state?: IpAntiphishingStateEnum;
|
|
528
|
+
/** Phishing URL */
|
|
529
|
+
urlPhishing?: string;
|
|
530
|
+
}
|
|
531
|
+
export declare const IpAntiphishing: S.Schema<IpAntiphishing>;
|
|
532
|
+
export interface GetIpReverseRequest {
|
|
533
|
+
ip: string;
|
|
534
|
+
ipReverse: string;
|
|
535
|
+
}
|
|
536
|
+
export declare const GetIpReverseRequest: S.Schema<GetIpReverseRequest>;
|
|
537
|
+
export interface GetIpRipeRequest {
|
|
538
|
+
ip: string;
|
|
539
|
+
}
|
|
540
|
+
export declare const GetIpRipeRequest: S.Schema<GetIpRipeRequest>;
|
|
541
|
+
/** IP block RIPE informations */
|
|
542
|
+
export interface IpRipeInfos {
|
|
543
|
+
description?: string | null;
|
|
544
|
+
netname?: string | null;
|
|
545
|
+
}
|
|
546
|
+
export declare const IpRipeInfos: S.Schema<IpRipeInfos>;
|
|
547
|
+
export interface GetIpServiceRequest {
|
|
548
|
+
/** The internal name of your IP services */
|
|
549
|
+
serviceName: string;
|
|
550
|
+
}
|
|
551
|
+
export declare const GetIpServiceRequest: S.Schema<GetIpServiceRequest>;
|
|
552
|
+
/** Your IP linked to service */
|
|
553
|
+
export interface IpServiceIpWithIAM {
|
|
554
|
+
canBeTerminated?: boolean;
|
|
555
|
+
country?: CoreTypesCountryEnum | null;
|
|
556
|
+
/** Custom description on your ip */
|
|
557
|
+
description?: string | null;
|
|
558
|
+
/** IAM resource metadata */
|
|
559
|
+
iam?: IamResourceMetadata | null;
|
|
560
|
+
ip?: string;
|
|
561
|
+
/** IP block organisation Id */
|
|
562
|
+
organisationId?: string | null;
|
|
563
|
+
/** Routage information */
|
|
564
|
+
routedTo?: IpRoutedTo | null;
|
|
565
|
+
type?: IpIpTypeEnum;
|
|
566
|
+
}
|
|
567
|
+
export declare const IpServiceIpWithIAM: S.Schema<IpServiceIpWithIAM>;
|
|
568
|
+
export interface GetIpServiceServiceInfosRequest {
|
|
569
|
+
/** The internal name of your IP services */
|
|
570
|
+
serviceName: string;
|
|
571
|
+
}
|
|
572
|
+
export declare const GetIpServiceServiceInfosRequest: S.Schema<GetIpServiceServiceInfosRequest>;
|
|
573
|
+
/** All the possible renew period of your service in month */
|
|
574
|
+
export type ServicesServicePossibleRenewPeriodList = Array<number>;
|
|
575
|
+
export declare const ServicesServicePossibleRenewPeriodList: S.Schema<ServicesServicePossibleRenewPeriodList>;
|
|
576
|
+
/** Map a possible renew for a specific service */
|
|
577
|
+
export interface ServiceRenewType {
|
|
578
|
+
/** The service is automatically renewed */
|
|
579
|
+
automatic?: boolean;
|
|
580
|
+
/** The service will be deleted at expiration */
|
|
581
|
+
deleteAtExpiration?: boolean;
|
|
582
|
+
/** The service forced to be renewed */
|
|
583
|
+
forced?: boolean;
|
|
584
|
+
/** The service needs to be manually renewed and paid */
|
|
585
|
+
manualPayment?: boolean | null;
|
|
586
|
+
/** period of renew in month */
|
|
587
|
+
period?: number | null;
|
|
588
|
+
}
|
|
589
|
+
export declare const ServiceRenewType: S.Schema<ServiceRenewType>;
|
|
590
|
+
/** Detailed renewal type of a service */
|
|
591
|
+
export type ServiceRenewalTypeEnum = "automaticForcedProduct" | "automaticV2012" | "automaticV2014" | "automaticV2016" | "automaticV2024" | "manual" | "oneShot" | "option";
|
|
592
|
+
export declare const ServiceRenewalTypeEnum: any;
|
|
593
|
+
export type ServiceStateEnum = "autorenewInProgress" | "expired" | "inCreation" | "ok" | "pendingDebt" | "unPaid";
|
|
594
|
+
export declare const ServiceStateEnum: any;
|
|
595
|
+
/** Details about a Service */
|
|
596
|
+
export interface ServicesService {
|
|
597
|
+
/** Indicates that the service can be set up to be deleted at expiration */
|
|
598
|
+
canDeleteAtExpiration?: boolean;
|
|
599
|
+
contactAdmin?: string;
|
|
600
|
+
contactBilling?: string;
|
|
601
|
+
contactTech?: string;
|
|
602
|
+
creation?: string;
|
|
603
|
+
domain?: string;
|
|
604
|
+
engagedUpTo?: string | null;
|
|
605
|
+
expiration?: string;
|
|
606
|
+
/** All the possible renew period of your service in month */
|
|
607
|
+
possibleRenewPeriod?: ServicesServicePossibleRenewPeriodList | null;
|
|
608
|
+
/** Way of handling the renew */
|
|
609
|
+
renew?: ServiceRenewType | null;
|
|
610
|
+
renewalType?: ServiceRenewalTypeEnum;
|
|
611
|
+
serviceId?: number;
|
|
612
|
+
status?: ServiceStateEnum;
|
|
613
|
+
}
|
|
614
|
+
export declare const ServicesService: S.Schema<ServicesService>;
|
|
615
|
+
export interface GetIpSpamRequest {
|
|
616
|
+
ip: string;
|
|
617
|
+
/** IP address which is sending spam */
|
|
618
|
+
ipSpamming: string;
|
|
619
|
+
}
|
|
620
|
+
export declare const GetIpSpamRequest: S.Schema<GetIpSpamRequest>;
|
|
621
|
+
/** Possible values for spam state */
|
|
622
|
+
export type IpSpamStateEnum = "blockedForSpam" | "unblocked" | "unblocking";
|
|
623
|
+
export declare const IpSpamStateEnum: any;
|
|
624
|
+
/** Your IP spam stats */
|
|
625
|
+
export interface IpSpamIp {
|
|
626
|
+
/** Last date the ip was blocked */
|
|
627
|
+
date?: string;
|
|
628
|
+
/** IP address which is sending spam */
|
|
629
|
+
ipSpamming?: string;
|
|
630
|
+
/** Current state of the ip */
|
|
631
|
+
state?: IpSpamStateEnum;
|
|
632
|
+
/** Time (in seconds) while the IP will be blocked */
|
|
633
|
+
time?: number;
|
|
634
|
+
}
|
|
635
|
+
export declare const IpSpamIp: S.Schema<IpSpamIp>;
|
|
636
|
+
export interface GetIpTaskRequest {
|
|
637
|
+
ip: string;
|
|
638
|
+
/** the id of the task */
|
|
639
|
+
taskId: number;
|
|
640
|
+
}
|
|
641
|
+
export declare const GetIpTaskRequest: S.Schema<GetIpTaskRequest>;
|
|
642
|
+
/** Resource tag filter */
|
|
643
|
+
export interface IamResourceTagFilterInput {
|
|
644
|
+
}
|
|
645
|
+
export declare const IamResourceTagFilterInput: S.Schema<IamResourceTagFilterInput>;
|
|
646
|
+
export type ListIpRequestIamTagsValueList = Array<IamResourceTagFilterInput>;
|
|
647
|
+
export declare const ListIpRequestIamTagsValueList: S.Schema<ListIpRequestIamTagsValueList>;
|
|
648
|
+
export type ListIpRequestIamTagsMap = {
|
|
649
|
+
[key: string]: ListIpRequestIamTagsValueList | undefined;
|
|
650
|
+
};
|
|
651
|
+
export declare const ListIpRequestIamTagsMap: S.Schema<ListIpRequestIamTagsMap>;
|
|
652
|
+
export interface ListIpRequest {
|
|
653
|
+
/** Filter the value of campus property (ilike) (alpha) */
|
|
654
|
+
campus?: string;
|
|
655
|
+
/** Filter the value of description property (like) */
|
|
656
|
+
description?: string;
|
|
657
|
+
/** Filter resources on IAM tags */
|
|
658
|
+
iamTags?: ListIpRequestIamTagsMap;
|
|
659
|
+
/** Filter the value of ip property (contains or equals) */
|
|
660
|
+
ip?: string;
|
|
661
|
+
/** Filter the value of isAdditionalIp property (=) (alpha) */
|
|
662
|
+
isAdditionalIp?: boolean;
|
|
663
|
+
/** Filter the value of routedTo.serviceName property (like) */
|
|
664
|
+
routedTo_serviceName?: string;
|
|
665
|
+
/** Filter the value of type property (=) */
|
|
666
|
+
type?: IpIpTypeEnum | (string & {});
|
|
667
|
+
/** Filter the value of version property (=) (alpha) */
|
|
668
|
+
version?: IpIpVersionEnum | (number & {});
|
|
669
|
+
}
|
|
670
|
+
export declare const ListIpRequest: S.Schema<ListIpRequest>;
|
|
671
|
+
export type ListIpResponseBodyList = Array<string>;
|
|
672
|
+
export declare const ListIpResponseBodyList: S.Schema<ListIpResponseBodyList>;
|
|
673
|
+
export type ListIpResponse = ListIpResponseBodyList;
|
|
674
|
+
export declare const ListIpResponse: S.Schema<ListIpResponse>;
|
|
675
|
+
export interface ListIpAntihackRequest {
|
|
676
|
+
ip: string;
|
|
677
|
+
/** Filter the value of state property (=) */
|
|
678
|
+
state?: IpBlockedIpStateEnum | (string & {});
|
|
679
|
+
}
|
|
680
|
+
export declare const ListIpAntihackRequest: S.Schema<ListIpAntihackRequest>;
|
|
681
|
+
export type ListIpAntihackResponseBodyList = Array<string>;
|
|
682
|
+
export declare const ListIpAntihackResponseBodyList: S.Schema<ListIpAntihackResponseBodyList>;
|
|
683
|
+
export type ListIpAntihackResponse = ListIpAntihackResponseBodyList;
|
|
684
|
+
export declare const ListIpAntihackResponse: S.Schema<ListIpAntihackResponse>;
|
|
685
|
+
export interface ListIpArpRequest {
|
|
686
|
+
ip: string;
|
|
687
|
+
/** Filter the value of state property (=) */
|
|
688
|
+
state?: IpArpStateEnum | (string & {});
|
|
689
|
+
}
|
|
690
|
+
export declare const ListIpArpRequest: S.Schema<ListIpArpRequest>;
|
|
691
|
+
export type ListIpArpResponseBodyList = Array<string>;
|
|
692
|
+
export declare const ListIpArpResponseBodyList: S.Schema<ListIpArpResponseBodyList>;
|
|
693
|
+
export type ListIpArpResponse = ListIpArpResponseBodyList;
|
|
694
|
+
export declare const ListIpArpResponse: S.Schema<ListIpArpResponse>;
|
|
695
|
+
export interface ListIpBringYourOwnIpAggregateRequest {
|
|
696
|
+
ip: string;
|
|
697
|
+
}
|
|
698
|
+
export declare const ListIpBringYourOwnIpAggregateRequest: S.Schema<ListIpBringYourOwnIpAggregateRequest>;
|
|
699
|
+
/** Existing Additional IP(s) that will be aggregated */
|
|
700
|
+
export type IpByoipAggregationPreviewChildrenIpsList = Array<string>;
|
|
701
|
+
export declare const IpByoipAggregationPreviewChildrenIpsList: S.Schema<IpByoipAggregationPreviewChildrenIpsList>;
|
|
702
|
+
/** Preview of an IP aggregation on BYOIP Additional IPs */
|
|
703
|
+
export interface IpByoipAggregationPreview {
|
|
704
|
+
/** Aggregation Additional IP that will be created */
|
|
705
|
+
aggregationIp?: string;
|
|
706
|
+
/** Existing Additional IP(s) that will be aggregated */
|
|
707
|
+
childrenIps?: IpByoipAggregationPreviewChildrenIpsList;
|
|
708
|
+
}
|
|
709
|
+
export declare const IpByoipAggregationPreview: S.Schema<IpByoipAggregationPreview>;
|
|
710
|
+
export type ListIpBringYourOwnIpAggregateResponseBodyList = Array<IpByoipAggregationPreview>;
|
|
711
|
+
export declare const ListIpBringYourOwnIpAggregateResponseBodyList: S.Schema<ListIpBringYourOwnIpAggregateResponseBodyList>;
|
|
712
|
+
export type ListIpBringYourOwnIpAggregateResponse = ListIpBringYourOwnIpAggregateResponseBodyList;
|
|
713
|
+
export declare const ListIpBringYourOwnIpAggregateResponse: S.Schema<ListIpBringYourOwnIpAggregateResponse>;
|
|
714
|
+
export interface ListIpBringYourOwnIpSliceRequest {
|
|
715
|
+
ip: string;
|
|
716
|
+
}
|
|
717
|
+
export declare const ListIpBringYourOwnIpSliceRequest: S.Schema<ListIpBringYourOwnIpSliceRequest>;
|
|
718
|
+
/** Additional IP(s) that will be created */
|
|
719
|
+
export type IpByoipSlicingPreviewChildrenIpsList = Array<string>;
|
|
720
|
+
export declare const IpByoipSlicingPreviewChildrenIpsList: S.Schema<IpByoipSlicingPreviewChildrenIpsList>;
|
|
721
|
+
/** Preview of an IP slicing on BYOIP Additional IPs */
|
|
722
|
+
export interface IpByoipSlicingPreview {
|
|
723
|
+
/** Additional IP(s) that will be created */
|
|
724
|
+
childrenIps?: IpByoipSlicingPreviewChildrenIpsList;
|
|
725
|
+
/** Slicing size */
|
|
726
|
+
slicingSize?: number;
|
|
727
|
+
}
|
|
728
|
+
export declare const IpByoipSlicingPreview: S.Schema<IpByoipSlicingPreview>;
|
|
729
|
+
export type ListIpBringYourOwnIpSliceResponseBodyList = Array<IpByoipSlicingPreview>;
|
|
730
|
+
export declare const ListIpBringYourOwnIpSliceResponseBodyList: S.Schema<ListIpBringYourOwnIpSliceResponseBodyList>;
|
|
731
|
+
export type ListIpBringYourOwnIpSliceResponse = ListIpBringYourOwnIpSliceResponseBodyList;
|
|
732
|
+
export declare const ListIpBringYourOwnIpSliceResponse: S.Schema<ListIpBringYourOwnIpSliceResponse>;
|
|
733
|
+
export interface ListIpCampusRequest {
|
|
734
|
+
}
|
|
735
|
+
export declare const ListIpCampusRequest: S.Schema<ListIpCampusRequest>;
|
|
736
|
+
/** List of RIRs whose IPs can be imported in the campus */
|
|
737
|
+
export type IpCampusBringYourOwnIpSupportedRirForIpList = Array<string>;
|
|
738
|
+
export declare const IpCampusBringYourOwnIpSupportedRirForIpList: S.Schema<IpCampusBringYourOwnIpSupportedRirForIpList>;
|
|
739
|
+
/** ovh datacenter */
|
|
740
|
+
export type DedicatedDatacenterEnum = "bhs1" | "bhs2" | "bhs3" | "bhs4" | "bhs5" | "bhs6" | "bhs7" | "bhs8" | "cch01" | "crx1" | "crx2" | "dc1" | "eri1" | "eri2" | "gra04" | "gra1" | "gra2" | "gra3" | "gsw" | "hdf01" | "hil1" | "ieb01" | "lil1-int1" | "lim1" | "lim2" | "lim3" | "mr901" | "p19" | "rbx" | "rbx-hz" | "rbx1" | "rbx10" | "rbx2" | "rbx3" | "rbx4" | "rbx5" | "rbx6" | "rbx7" | "rbx8" | "rbx9" | "sbg1" | "sbg2" | "sbg3" | "sbg4" | "sbg5" | "sgp02" | "sgp1" | "syd03" | "syd1" | "syd2" | "vin1" | "waw1" | "ynm1" | "yyz01";
|
|
741
|
+
export declare const DedicatedDatacenterEnum: any;
|
|
742
|
+
/** List of datacenters in the campus */
|
|
743
|
+
export type IpCampusDatacentersList = Array<DedicatedDatacenterEnum>;
|
|
744
|
+
export declare const IpCampusDatacentersList: S.Schema<IpCampusDatacentersList>;
|
|
745
|
+
/** Possible values for IP campuses' names */
|
|
746
|
+
export type IpCampusEnum = "BHS" | "ERI" | "GRA" | "HIL" | "LIM" | "PAR" | "RBX" | "SBG" | "SGP" | "SYD" | "VIN" | "WAW" | "YNM" | "YYZ";
|
|
747
|
+
export declare const IpCampusEnum: any;
|
|
748
|
+
/** Campus of an IP address */
|
|
749
|
+
export interface IpCampus {
|
|
750
|
+
/** List of RIRs whose IPs can be imported in the campus */
|
|
751
|
+
bringYourOwnIpSupportedRirForIp?: IpCampusBringYourOwnIpSupportedRirForIpList;
|
|
752
|
+
/** List of datacenters in the campus */
|
|
753
|
+
datacenters?: IpCampusDatacentersList;
|
|
754
|
+
/** Description of the campus */
|
|
755
|
+
description?: string;
|
|
756
|
+
/** Campus name */
|
|
757
|
+
name?: IpCampusEnum;
|
|
758
|
+
}
|
|
759
|
+
export declare const IpCampus: S.Schema<IpCampus>;
|
|
760
|
+
export type ListIpCampusResponseBodyList = Array<IpCampus>;
|
|
761
|
+
export declare const ListIpCampusResponseBodyList: S.Schema<ListIpCampusResponseBodyList>;
|
|
762
|
+
export type ListIpCampusResponse = ListIpCampusResponseBodyList;
|
|
763
|
+
export declare const ListIpCampusResponse: S.Schema<ListIpCampusResponse>;
|
|
764
|
+
export interface ListIpDelegationRequest {
|
|
765
|
+
ip: string;
|
|
766
|
+
}
|
|
767
|
+
export declare const ListIpDelegationRequest: S.Schema<ListIpDelegationRequest>;
|
|
768
|
+
export type ListIpDelegationResponseBodyList = Array<string>;
|
|
769
|
+
export declare const ListIpDelegationResponseBodyList: S.Schema<ListIpDelegationResponseBodyList>;
|
|
770
|
+
export type ListIpDelegationResponse = ListIpDelegationResponseBodyList;
|
|
771
|
+
export declare const ListIpDelegationResponse: S.Schema<ListIpDelegationResponse>;
|
|
772
|
+
export interface ListIpFirewallRequest {
|
|
773
|
+
ip: string;
|
|
774
|
+
/** Filter the value of enabled property (=) */
|
|
775
|
+
enabled?: boolean;
|
|
776
|
+
/** Filter the value of state property (=) */
|
|
777
|
+
state?: IpFirewallStateEnum | (string & {});
|
|
778
|
+
}
|
|
779
|
+
export declare const ListIpFirewallRequest: S.Schema<ListIpFirewallRequest>;
|
|
780
|
+
export type ListIpFirewallResponseBodyList = Array<string>;
|
|
781
|
+
export declare const ListIpFirewallResponseBodyList: S.Schema<ListIpFirewallResponseBodyList>;
|
|
782
|
+
export type ListIpFirewallResponse = ListIpFirewallResponseBodyList;
|
|
783
|
+
export declare const ListIpFirewallResponse: S.Schema<ListIpFirewallResponse>;
|
|
784
|
+
export interface ListIpFirewallRuleRequest {
|
|
785
|
+
ip: string;
|
|
786
|
+
ipOnFirewall: string;
|
|
787
|
+
/** Filter the value of state property (=) */
|
|
788
|
+
state?: IpFirewallRuleStateEnum | (string & {});
|
|
789
|
+
}
|
|
790
|
+
export declare const ListIpFirewallRuleRequest: S.Schema<ListIpFirewallRuleRequest>;
|
|
791
|
+
export type ListIpFirewallRuleResponseBodyList = Array<number>;
|
|
792
|
+
export declare const ListIpFirewallRuleResponseBodyList: S.Schema<ListIpFirewallRuleResponseBodyList>;
|
|
793
|
+
export type ListIpFirewallRuleResponse = ListIpFirewallRuleResponseBodyList;
|
|
794
|
+
export declare const ListIpFirewallRuleResponse: S.Schema<ListIpFirewallRuleResponse>;
|
|
795
|
+
export interface ListIpGameRequest {
|
|
796
|
+
ip: string;
|
|
797
|
+
}
|
|
798
|
+
export declare const ListIpGameRequest: S.Schema<ListIpGameRequest>;
|
|
799
|
+
export type ListIpGameResponseBodyList = Array<string>;
|
|
800
|
+
export declare const ListIpGameResponseBodyList: S.Schema<ListIpGameResponseBodyList>;
|
|
801
|
+
export type ListIpGameResponse = ListIpGameResponseBodyList;
|
|
802
|
+
export declare const ListIpGameResponse: S.Schema<ListIpGameResponse>;
|
|
803
|
+
export interface ListIpGameRuleRequest {
|
|
804
|
+
ip: string;
|
|
805
|
+
ipOnGame: string;
|
|
806
|
+
}
|
|
807
|
+
export declare const ListIpGameRuleRequest: S.Schema<ListIpGameRuleRequest>;
|
|
808
|
+
export type ListIpGameRuleResponseBodyList = Array<number>;
|
|
809
|
+
export declare const ListIpGameRuleResponseBodyList: S.Schema<ListIpGameRuleResponseBodyList>;
|
|
810
|
+
export type ListIpGameRuleResponse = ListIpGameRuleResponseBodyList;
|
|
811
|
+
export declare const ListIpGameRuleResponse: S.Schema<ListIpGameRuleResponse>;
|
|
812
|
+
export interface ListIpLicenseCloudLinuxRequest {
|
|
813
|
+
ip: string;
|
|
814
|
+
/** Filter the value of ipAddress property (=) */
|
|
815
|
+
ipAddress?: string;
|
|
816
|
+
}
|
|
817
|
+
export declare const ListIpLicenseCloudLinuxRequest: S.Schema<ListIpLicenseCloudLinuxRequest>;
|
|
818
|
+
export type ListIpLicenseCloudLinuxResponseBodyList = Array<string>;
|
|
819
|
+
export declare const ListIpLicenseCloudLinuxResponseBodyList: S.Schema<ListIpLicenseCloudLinuxResponseBodyList>;
|
|
820
|
+
export type ListIpLicenseCloudLinuxResponse = ListIpLicenseCloudLinuxResponseBodyList;
|
|
821
|
+
export declare const ListIpLicenseCloudLinuxResponse: S.Schema<ListIpLicenseCloudLinuxResponse>;
|
|
822
|
+
export interface ListIpLicenseCpanelRequest {
|
|
823
|
+
ip: string;
|
|
824
|
+
/** Filter the value of ipAddress property (=) */
|
|
825
|
+
ipAddress?: string;
|
|
826
|
+
}
|
|
827
|
+
export declare const ListIpLicenseCpanelRequest: S.Schema<ListIpLicenseCpanelRequest>;
|
|
828
|
+
export type ListIpLicenseCpanelResponseBodyList = Array<string>;
|
|
829
|
+
export declare const ListIpLicenseCpanelResponseBodyList: S.Schema<ListIpLicenseCpanelResponseBodyList>;
|
|
830
|
+
export type ListIpLicenseCpanelResponse = ListIpLicenseCpanelResponseBodyList;
|
|
831
|
+
export declare const ListIpLicenseCpanelResponse: S.Schema<ListIpLicenseCpanelResponse>;
|
|
832
|
+
export interface ListIpLicenseDirectadminRequest {
|
|
833
|
+
ip: string;
|
|
834
|
+
/** Filter the value of ipAddress property (=) */
|
|
835
|
+
ipAddress?: string;
|
|
836
|
+
}
|
|
837
|
+
export declare const ListIpLicenseDirectadminRequest: S.Schema<ListIpLicenseDirectadminRequest>;
|
|
838
|
+
export type ListIpLicenseDirectadminResponseBodyList = Array<string>;
|
|
839
|
+
export declare const ListIpLicenseDirectadminResponseBodyList: S.Schema<ListIpLicenseDirectadminResponseBodyList>;
|
|
840
|
+
export type ListIpLicenseDirectadminResponse = ListIpLicenseDirectadminResponseBodyList;
|
|
841
|
+
export declare const ListIpLicenseDirectadminResponse: S.Schema<ListIpLicenseDirectadminResponse>;
|
|
842
|
+
export interface ListIpLicensePleskRequest {
|
|
843
|
+
ip: string;
|
|
844
|
+
/** Filter the value of ipAddress property (=) */
|
|
845
|
+
ipAddress?: string;
|
|
846
|
+
}
|
|
847
|
+
export declare const ListIpLicensePleskRequest: S.Schema<ListIpLicensePleskRequest>;
|
|
848
|
+
export type ListIpLicensePleskResponseBodyList = Array<string>;
|
|
849
|
+
export declare const ListIpLicensePleskResponseBodyList: S.Schema<ListIpLicensePleskResponseBodyList>;
|
|
850
|
+
export type ListIpLicensePleskResponse = ListIpLicensePleskResponseBodyList;
|
|
851
|
+
export declare const ListIpLicensePleskResponse: S.Schema<ListIpLicensePleskResponse>;
|
|
852
|
+
export interface ListIpLicenseSqlserverRequest {
|
|
853
|
+
ip: string;
|
|
854
|
+
/** Filter the value of ipAddress property (=) */
|
|
855
|
+
ipAddress?: string;
|
|
856
|
+
}
|
|
857
|
+
export declare const ListIpLicenseSqlserverRequest: S.Schema<ListIpLicenseSqlserverRequest>;
|
|
858
|
+
export type ListIpLicenseSqlserverResponseBodyList = Array<string>;
|
|
859
|
+
export declare const ListIpLicenseSqlserverResponseBodyList: S.Schema<ListIpLicenseSqlserverResponseBodyList>;
|
|
860
|
+
export type ListIpLicenseSqlserverResponse = ListIpLicenseSqlserverResponseBodyList;
|
|
861
|
+
export declare const ListIpLicenseSqlserverResponse: S.Schema<ListIpLicenseSqlserverResponse>;
|
|
862
|
+
export interface ListIpLicenseVirtuozzoRequest {
|
|
863
|
+
ip: string;
|
|
864
|
+
/** Filter the value of ipAddress property (=) */
|
|
865
|
+
ipAddress?: string;
|
|
866
|
+
}
|
|
867
|
+
export declare const ListIpLicenseVirtuozzoRequest: S.Schema<ListIpLicenseVirtuozzoRequest>;
|
|
868
|
+
export type ListIpLicenseVirtuozzoResponseBodyList = Array<string>;
|
|
869
|
+
export declare const ListIpLicenseVirtuozzoResponseBodyList: S.Schema<ListIpLicenseVirtuozzoResponseBodyList>;
|
|
870
|
+
export type ListIpLicenseVirtuozzoResponse = ListIpLicenseVirtuozzoResponseBodyList;
|
|
871
|
+
export declare const ListIpLicenseVirtuozzoResponse: S.Schema<ListIpLicenseVirtuozzoResponse>;
|
|
872
|
+
export interface ListIpLicenseWindowsRequest {
|
|
873
|
+
ip: string;
|
|
874
|
+
/** Filter the value of ipAddress property (=) */
|
|
875
|
+
ipAddress?: string;
|
|
876
|
+
}
|
|
877
|
+
export declare const ListIpLicenseWindowsRequest: S.Schema<ListIpLicenseWindowsRequest>;
|
|
878
|
+
export type ListIpLicenseWindowsResponseBodyList = Array<string>;
|
|
879
|
+
export declare const ListIpLicenseWindowsResponseBodyList: S.Schema<ListIpLicenseWindowsResponseBodyList>;
|
|
880
|
+
export type ListIpLicenseWindowsResponse = ListIpLicenseWindowsResponseBodyList;
|
|
881
|
+
export declare const ListIpLicenseWindowsResponse: S.Schema<ListIpLicenseWindowsResponse>;
|
|
882
|
+
export interface ListIpLicenseWorklightRequest {
|
|
883
|
+
ip: string;
|
|
884
|
+
/** Filter the value of ipAddress property (=) */
|
|
885
|
+
ipAddress?: string;
|
|
886
|
+
}
|
|
887
|
+
export declare const ListIpLicenseWorklightRequest: S.Schema<ListIpLicenseWorklightRequest>;
|
|
888
|
+
export type ListIpLicenseWorklightResponseBodyList = Array<string>;
|
|
889
|
+
export declare const ListIpLicenseWorklightResponseBodyList: S.Schema<ListIpLicenseWorklightResponseBodyList>;
|
|
890
|
+
export type ListIpLicenseWorklightResponse = ListIpLicenseWorklightResponseBodyList;
|
|
891
|
+
export declare const ListIpLicenseWorklightResponse: S.Schema<ListIpLicenseWorklightResponse>;
|
|
892
|
+
export interface ListIpMitigationRequest {
|
|
893
|
+
ip: string;
|
|
894
|
+
/** Filter the value of auto property (=) */
|
|
895
|
+
auto?: boolean;
|
|
896
|
+
/** Filter the value of state property (=) */
|
|
897
|
+
state?: IpMitigationStateEnum | (string & {});
|
|
898
|
+
}
|
|
899
|
+
export declare const ListIpMitigationRequest: S.Schema<ListIpMitigationRequest>;
|
|
900
|
+
export type ListIpMitigationResponseBodyList = Array<string>;
|
|
901
|
+
export declare const ListIpMitigationResponseBodyList: S.Schema<ListIpMitigationResponseBodyList>;
|
|
902
|
+
export type ListIpMitigationResponse = ListIpMitigationResponseBodyList;
|
|
903
|
+
export declare const ListIpMitigationResponse: S.Schema<ListIpMitigationResponse>;
|
|
904
|
+
export interface ListIpMitigationProfilesRequest {
|
|
905
|
+
ip: string;
|
|
906
|
+
}
|
|
907
|
+
export declare const ListIpMitigationProfilesRequest: S.Schema<ListIpMitigationProfilesRequest>;
|
|
908
|
+
export type ListIpMitigationProfilesResponseBodyList = Array<string>;
|
|
909
|
+
export declare const ListIpMitigationProfilesResponseBodyList: S.Schema<ListIpMitigationProfilesResponseBodyList>;
|
|
910
|
+
export type ListIpMitigationProfilesResponse = ListIpMitigationProfilesResponseBodyList;
|
|
911
|
+
export declare const ListIpMitigationProfilesResponse: S.Schema<ListIpMitigationProfilesResponse>;
|
|
912
|
+
export interface ListIpMoveRequest {
|
|
913
|
+
ip: string;
|
|
914
|
+
}
|
|
915
|
+
export declare const ListIpMoveRequest: S.Schema<ListIpMoveRequest>;
|
|
916
|
+
/** Nexthops available on this service */
|
|
917
|
+
export type IpDestinationNexthopList = Array<string>;
|
|
918
|
+
export declare const IpDestinationNexthopList: S.Schema<IpDestinationNexthopList>;
|
|
919
|
+
/** A structure given service and its nexthops as a destination for failover ips */
|
|
920
|
+
export interface IpDestination {
|
|
921
|
+
/** Nexthops available on this service */
|
|
922
|
+
nexthop?: IpDestinationNexthopList | null;
|
|
923
|
+
/** Service destination */
|
|
924
|
+
service?: string;
|
|
925
|
+
}
|
|
926
|
+
export declare const IpDestination: S.Schema<IpDestination>;
|
|
927
|
+
/** list of public cloud projects */
|
|
928
|
+
export type IpDestinationsCloudProjectList = Array<IpDestination>;
|
|
929
|
+
export declare const IpDestinationsCloudProjectList: S.Schema<IpDestinationsCloudProjectList>;
|
|
930
|
+
/** list of dedicated clouds */
|
|
931
|
+
export type IpDestinationsDedicatedCloudList = Array<IpDestination>;
|
|
932
|
+
export declare const IpDestinationsDedicatedCloudList: S.Schema<IpDestinationsDedicatedCloudList>;
|
|
933
|
+
/** list of dedicated servers */
|
|
934
|
+
export type IpDestinationsDedicatedServerList = Array<IpDestination>;
|
|
935
|
+
export declare const IpDestinationsDedicatedServerList: S.Schema<IpDestinationsDedicatedServerList>;
|
|
936
|
+
/** list of hosting reseller services */
|
|
937
|
+
export type IpDestinationsHostingResellerList = Array<IpDestination>;
|
|
938
|
+
export declare const IpDestinationsHostingResellerList: S.Schema<IpDestinationsHostingResellerList>;
|
|
939
|
+
/** list of load balancing services */
|
|
940
|
+
export type IpDestinationsIpLoadbalancingList = Array<IpDestination>;
|
|
941
|
+
export declare const IpDestinationsIpLoadbalancingList: S.Schema<IpDestinationsIpLoadbalancingList>;
|
|
942
|
+
/** list of vps */
|
|
943
|
+
export type IpDestinationsVpsList = Array<IpDestination>;
|
|
944
|
+
export declare const IpDestinationsVpsList: S.Schema<IpDestinationsVpsList>;
|
|
945
|
+
/** A structure given all services allowed as a destination for this ip */
|
|
946
|
+
export interface IpDestinations {
|
|
947
|
+
/** list of public cloud projects */
|
|
948
|
+
cloudProject?: IpDestinationsCloudProjectList | null;
|
|
949
|
+
/** list of dedicated clouds */
|
|
950
|
+
dedicatedCloud?: IpDestinationsDedicatedCloudList | null;
|
|
951
|
+
/** list of dedicated servers */
|
|
952
|
+
dedicatedServer?: IpDestinationsDedicatedServerList | null;
|
|
953
|
+
/** list of hosting reseller services */
|
|
954
|
+
hostingReseller?: IpDestinationsHostingResellerList | null;
|
|
955
|
+
/** list of load balancing services */
|
|
956
|
+
ipLoadbalancing?: IpDestinationsIpLoadbalancingList | null;
|
|
957
|
+
/** list of vps */
|
|
958
|
+
vps?: IpDestinationsVpsList | null;
|
|
959
|
+
}
|
|
960
|
+
export declare const IpDestinations: S.Schema<IpDestinations>;
|
|
961
|
+
export interface ListIpPhishingRequest {
|
|
962
|
+
ip: string;
|
|
963
|
+
/** Filter the value of ipOnAntiphishing property (within or equals) */
|
|
964
|
+
ipOnAntiphishing?: string;
|
|
965
|
+
/** Filter the value of state property (=) */
|
|
966
|
+
state?: IpAntiphishingStateEnum | (string & {});
|
|
967
|
+
}
|
|
968
|
+
export declare const ListIpPhishingRequest: S.Schema<ListIpPhishingRequest>;
|
|
969
|
+
export type ListIpPhishingResponseBodyList = Array<number>;
|
|
970
|
+
export declare const ListIpPhishingResponseBodyList: S.Schema<ListIpPhishingResponseBodyList>;
|
|
971
|
+
export type ListIpPhishingResponse = ListIpPhishingResponseBodyList;
|
|
972
|
+
export declare const ListIpPhishingResponse: S.Schema<ListIpPhishingResponse>;
|
|
973
|
+
export interface ListIpReverseRequest {
|
|
974
|
+
ip: string;
|
|
975
|
+
}
|
|
976
|
+
export declare const ListIpReverseRequest: S.Schema<ListIpReverseRequest>;
|
|
977
|
+
export type ListIpReverseResponseBodyList = Array<string>;
|
|
978
|
+
export declare const ListIpReverseResponseBodyList: S.Schema<ListIpReverseResponseBodyList>;
|
|
979
|
+
export type ListIpReverseResponse = ListIpReverseResponseBodyList;
|
|
980
|
+
export declare const ListIpReverseResponse: S.Schema<ListIpReverseResponse>;
|
|
981
|
+
export type ListIpServiceRequestIamTagsValueList = Array<IamResourceTagFilterInput>;
|
|
982
|
+
export declare const ListIpServiceRequestIamTagsValueList: S.Schema<ListIpServiceRequestIamTagsValueList>;
|
|
983
|
+
export type ListIpServiceRequestIamTagsMap = {
|
|
984
|
+
[key: string]: ListIpServiceRequestIamTagsValueList | undefined;
|
|
985
|
+
};
|
|
986
|
+
export declare const ListIpServiceRequestIamTagsMap: S.Schema<ListIpServiceRequestIamTagsMap>;
|
|
987
|
+
export interface ListIpServiceRequest {
|
|
988
|
+
/** Filter resources on IAM tags */
|
|
989
|
+
iamTags?: ListIpServiceRequestIamTagsMap;
|
|
990
|
+
}
|
|
991
|
+
export declare const ListIpServiceRequest: S.Schema<ListIpServiceRequest>;
|
|
992
|
+
export type ListIpServiceResponseBodyList = Array<string>;
|
|
993
|
+
export declare const ListIpServiceResponseBodyList: S.Schema<ListIpServiceResponseBodyList>;
|
|
994
|
+
export type ListIpServiceResponse = ListIpServiceResponseBodyList;
|
|
995
|
+
export declare const ListIpServiceResponse: S.Schema<ListIpServiceResponse>;
|
|
996
|
+
export interface ListIpSpamRequest {
|
|
997
|
+
ip: string;
|
|
998
|
+
/** Filter the value of state property (=) */
|
|
999
|
+
state?: IpSpamStateEnum | (string & {});
|
|
1000
|
+
}
|
|
1001
|
+
export declare const ListIpSpamRequest: S.Schema<ListIpSpamRequest>;
|
|
1002
|
+
export type ListIpSpamResponseBodyList = Array<string>;
|
|
1003
|
+
export declare const ListIpSpamResponseBodyList: S.Schema<ListIpSpamResponseBodyList>;
|
|
1004
|
+
export type ListIpSpamResponse = ListIpSpamResponseBodyList;
|
|
1005
|
+
export declare const ListIpSpamResponse: S.Schema<ListIpSpamResponse>;
|
|
1006
|
+
export interface ListIpSpamStatsRequest {
|
|
1007
|
+
ip: string;
|
|
1008
|
+
/** IP address which is sending spam */
|
|
1009
|
+
ipSpamming: string;
|
|
1010
|
+
/** Start date */
|
|
1011
|
+
from: string;
|
|
1012
|
+
/** End date */
|
|
1013
|
+
to: string;
|
|
1014
|
+
}
|
|
1015
|
+
export declare const ListIpSpamStatsRequest: S.Schema<ListIpSpamStatsRequest>;
|
|
1016
|
+
/** Spam's target information */
|
|
1017
|
+
export interface IpSpamTarget {
|
|
1018
|
+
/** Timestamp when the email was sent */
|
|
1019
|
+
date?: number;
|
|
1020
|
+
/** IP address of the target */
|
|
1021
|
+
destinationIp?: string;
|
|
1022
|
+
/** The message-id of the email */
|
|
1023
|
+
messageId?: string;
|
|
1024
|
+
/** Spam score for the email */
|
|
1025
|
+
spamscore?: number;
|
|
1026
|
+
}
|
|
1027
|
+
export declare const IpSpamTarget: S.Schema<IpSpamTarget>;
|
|
1028
|
+
/** Detailed list of the spams */
|
|
1029
|
+
export type IpSpamStatsDetectedSpamsList = Array<IpSpamTarget>;
|
|
1030
|
+
export declare const IpSpamStatsDetectedSpamsList: S.Schema<IpSpamStatsDetectedSpamsList>;
|
|
1031
|
+
/** Spam statistics about an IP address */
|
|
1032
|
+
export interface IpSpamStats {
|
|
1033
|
+
/** Average spam score. */
|
|
1034
|
+
averageSpamscore?: number | null;
|
|
1035
|
+
/** Detailed list of the spams */
|
|
1036
|
+
detectedSpams?: IpSpamStatsDetectedSpamsList | null;
|
|
1037
|
+
/** Number of spams sent */
|
|
1038
|
+
numberOfSpams?: number;
|
|
1039
|
+
/** Time when the IP address was blocked */
|
|
1040
|
+
timestamp?: number;
|
|
1041
|
+
/** Number of emails sent */
|
|
1042
|
+
total?: number;
|
|
1043
|
+
}
|
|
1044
|
+
export declare const IpSpamStats: S.Schema<IpSpamStats>;
|
|
1045
|
+
export type ListIpSpamStatsResponseBodyList = Array<IpSpamStats>;
|
|
1046
|
+
export declare const ListIpSpamStatsResponseBodyList: S.Schema<ListIpSpamStatsResponseBodyList>;
|
|
1047
|
+
export type ListIpSpamStatsResponse = ListIpSpamStatsResponseBodyList;
|
|
1048
|
+
export declare const ListIpSpamStatsResponse: S.Schema<ListIpSpamStatsResponse>;
|
|
1049
|
+
export interface ListIpTaskRequest {
|
|
1050
|
+
ip: string;
|
|
1051
|
+
/** Filter the value of function property (=) */
|
|
1052
|
+
function?: IpTaskFunctionEnum | (string & {});
|
|
1053
|
+
/** Filter the value of status property (=) */
|
|
1054
|
+
status?: IpTaskStatusEnum | (string & {});
|
|
1055
|
+
}
|
|
1056
|
+
export declare const ListIpTaskRequest: S.Schema<ListIpTaskRequest>;
|
|
1057
|
+
export type ListIpTaskResponseBodyList = Array<number>;
|
|
1058
|
+
export declare const ListIpTaskResponseBodyList: S.Schema<ListIpTaskResponseBodyList>;
|
|
1059
|
+
export type ListIpTaskResponse = ListIpTaskResponseBodyList;
|
|
1060
|
+
export declare const ListIpTaskResponse: S.Schema<ListIpTaskResponse>;
|
|
1061
|
+
export interface MoveIpRequest {
|
|
1062
|
+
ip: string;
|
|
1063
|
+
/** Nexthop of destination service */
|
|
1064
|
+
nexthop?: string;
|
|
1065
|
+
/** Service destination */
|
|
1066
|
+
to: string;
|
|
1067
|
+
}
|
|
1068
|
+
export declare const MoveIpRequest: S.Schema<MoveIpRequest>;
|
|
1069
|
+
export interface PutIpRequest {
|
|
1070
|
+
ip: string;
|
|
1071
|
+
/** Custom description on your ip */
|
|
1072
|
+
description?: string | null;
|
|
1073
|
+
}
|
|
1074
|
+
export declare const PutIpRequest: S.Schema<PutIpRequest>;
|
|
1075
|
+
export interface PutIpResponse {
|
|
1076
|
+
}
|
|
1077
|
+
export declare const PutIpResponse: S.Schema<PutIpResponse>;
|
|
1078
|
+
export interface PutIpFirewallRequest {
|
|
1079
|
+
ip: string;
|
|
1080
|
+
ipOnFirewall: string;
|
|
1081
|
+
enabled?: boolean;
|
|
1082
|
+
}
|
|
1083
|
+
export declare const PutIpFirewallRequest: S.Schema<PutIpFirewallRequest>;
|
|
1084
|
+
export interface PutIpFirewallResponse {
|
|
1085
|
+
}
|
|
1086
|
+
export declare const PutIpFirewallResponse: S.Schema<PutIpFirewallResponse>;
|
|
1087
|
+
export interface PutIpGameRequest {
|
|
1088
|
+
ip: string;
|
|
1089
|
+
ipOnGame: string;
|
|
1090
|
+
/** Firewall mode : in UDP, only allow traffic matching your rules (as well as established traffic). If not enabled, traffic to ports not defined in your rules will be permited. TCP traffic is unaffected by this. */
|
|
1091
|
+
firewallModeEnabled?: boolean;
|
|
1092
|
+
}
|
|
1093
|
+
export declare const PutIpGameRequest: S.Schema<PutIpGameRequest>;
|
|
1094
|
+
export interface PutIpGameResponse {
|
|
1095
|
+
}
|
|
1096
|
+
export declare const PutIpGameResponse: S.Schema<PutIpGameResponse>;
|
|
1097
|
+
export interface PutIpMitigationRequest {
|
|
1098
|
+
ip: string;
|
|
1099
|
+
ipOnMitigation: string;
|
|
1100
|
+
/** Set on true if your ip is on permanent mitigation */
|
|
1101
|
+
permanent?: boolean;
|
|
1102
|
+
}
|
|
1103
|
+
export declare const PutIpMitigationRequest: S.Schema<PutIpMitigationRequest>;
|
|
1104
|
+
export interface PutIpMitigationResponse {
|
|
1105
|
+
}
|
|
1106
|
+
export declare const PutIpMitigationResponse: S.Schema<PutIpMitigationResponse>;
|
|
1107
|
+
export interface PutIpMitigationProfileRequest {
|
|
1108
|
+
ip: string;
|
|
1109
|
+
ipMitigationProfile: string;
|
|
1110
|
+
/** Delay to wait before remove ip from auto mitigation after an attack */
|
|
1111
|
+
autoMitigationTimeOut?: IpMitigationProfileAutoMitigationTimeOutEnum | (number & {});
|
|
1112
|
+
}
|
|
1113
|
+
export declare const PutIpMitigationProfileRequest: S.Schema<PutIpMitigationProfileRequest>;
|
|
1114
|
+
export interface PutIpMitigationProfileResponse {
|
|
1115
|
+
}
|
|
1116
|
+
export declare const PutIpMitigationProfileResponse: S.Schema<PutIpMitigationProfileResponse>;
|
|
1117
|
+
export interface PutIpRipeRequest {
|
|
1118
|
+
ip: string;
|
|
1119
|
+
description?: string | null;
|
|
1120
|
+
netname?: string | null;
|
|
1121
|
+
}
|
|
1122
|
+
export declare const PutIpRipeRequest: S.Schema<PutIpRipeRequest>;
|
|
1123
|
+
export interface PutIpRipeResponse {
|
|
1124
|
+
}
|
|
1125
|
+
export declare const PutIpRipeResponse: S.Schema<PutIpRipeResponse>;
|
|
1126
|
+
export interface PutIpServiceRequest {
|
|
1127
|
+
/** The internal name of your IP services */
|
|
1128
|
+
serviceName: string;
|
|
1129
|
+
/** Custom description on your ip */
|
|
1130
|
+
description?: string | null;
|
|
1131
|
+
}
|
|
1132
|
+
export declare const PutIpServiceRequest: S.Schema<PutIpServiceRequest>;
|
|
1133
|
+
export interface PutIpServiceResponse {
|
|
1134
|
+
}
|
|
1135
|
+
export declare const PutIpServiceResponse: S.Schema<PutIpServiceResponse>;
|
|
1136
|
+
export interface PutIpServiceServiceInfosRequest {
|
|
1137
|
+
/** The internal name of your IP services */
|
|
1138
|
+
serviceName: string;
|
|
1139
|
+
/** Way of handling the renew */
|
|
1140
|
+
renew?: ServiceRenewType | null;
|
|
1141
|
+
}
|
|
1142
|
+
export declare const PutIpServiceServiceInfosRequest: S.Schema<PutIpServiceServiceInfosRequest>;
|
|
1143
|
+
export interface PutIpServiceServiceInfosResponse {
|
|
1144
|
+
}
|
|
1145
|
+
export declare const PutIpServiceServiceInfosResponse: S.Schema<PutIpServiceServiceInfosResponse>;
|
|
1146
|
+
export interface TerminateIpServiceRequest {
|
|
1147
|
+
/** The internal name of your IP services */
|
|
1148
|
+
serviceName: string;
|
|
1149
|
+
}
|
|
1150
|
+
export declare const TerminateIpServiceRequest: S.Schema<TerminateIpServiceRequest>;
|
|
1151
|
+
export type TerminateIpServiceResponse = string;
|
|
1152
|
+
export declare const TerminateIpServiceResponse: S.Schema<TerminateIpServiceResponse>;
|
|
1153
|
+
export interface UnblockIpAntihackRequest {
|
|
1154
|
+
ip: string;
|
|
1155
|
+
/** your IP */
|
|
1156
|
+
ipBlocked: string;
|
|
1157
|
+
}
|
|
1158
|
+
export declare const UnblockIpAntihackRequest: S.Schema<UnblockIpAntihackRequest>;
|
|
1159
|
+
export interface UnblockIpAntihackResponse {
|
|
1160
|
+
}
|
|
1161
|
+
export declare const UnblockIpAntihackResponse: S.Schema<UnblockIpAntihackResponse>;
|
|
1162
|
+
export interface UnblockIpArpRequest {
|
|
1163
|
+
ip: string;
|
|
1164
|
+
/** your IP */
|
|
1165
|
+
ipBlocked: string;
|
|
1166
|
+
}
|
|
1167
|
+
export declare const UnblockIpArpRequest: S.Schema<UnblockIpArpRequest>;
|
|
1168
|
+
export interface UnblockIpArpResponse {
|
|
1169
|
+
}
|
|
1170
|
+
export declare const UnblockIpArpResponse: S.Schema<UnblockIpArpResponse>;
|
|
1171
|
+
export interface UnblockIpSpamRequest {
|
|
1172
|
+
ip: string;
|
|
1173
|
+
/** IP address which is sending spam */
|
|
1174
|
+
ipSpamming: string;
|
|
1175
|
+
}
|
|
1176
|
+
export declare const UnblockIpSpamRequest: S.Schema<UnblockIpSpamRequest>;
|
|
1177
|
+
export type ConfirmIpServiceTerminationError = OvhOpError;
|
|
1178
|
+
/** Confirm service termination */
|
|
1179
|
+
export declare const confirmIpServiceTermination: API.OperationMethod<ConfirmIpServiceTerminationRequest, ConfirmIpServiceTerminationResponse, ConfirmIpServiceTerminationError, OvhOpContext>;
|
|
1180
|
+
export type CreateIpBringYourOwnIpAggregateError = OvhOpError;
|
|
1181
|
+
/** Aggregate a sliced BYOIP Additional IPs and it's neighbor(s) into a single bigger Additional IP parent */
|
|
1182
|
+
export declare const createIpBringYourOwnIpAggregate: API.OperationMethod<CreateIpBringYourOwnIpAggregateRequest, IpIpTask, CreateIpBringYourOwnIpAggregateError, OvhOpContext>;
|
|
1183
|
+
export type CreateIpBringYourOwnIpSliceError = OvhOpError;
|
|
1184
|
+
/** Slice a BYOIP Additional IP into smaller Additional IPs */
|
|
1185
|
+
export declare const createIpBringYourOwnIpSlice: API.OperationMethod<CreateIpBringYourOwnIpSliceRequest, IpIpTask, CreateIpBringYourOwnIpSliceError, OvhOpContext>;
|
|
1186
|
+
export type CreateIpChangeOrgError = OvhOpError;
|
|
1187
|
+
/** Change organisation of this IP */
|
|
1188
|
+
export declare const createIpChangeOrg: API.OperationMethod<CreateIpChangeOrgRequest, IpIpTask, CreateIpChangeOrgError, OvhOpContext>;
|
|
1189
|
+
export type CreateIpDelegationError = OvhOpError;
|
|
1190
|
+
/** Add target for reverse delegation on IPv6 subnet */
|
|
1191
|
+
export declare const createIpDelegation: API.OperationMethod<CreateIpDelegationRequest, IpReverseDelegation, CreateIpDelegationError, OvhOpContext>;
|
|
1192
|
+
export type CreateIpFirewallError = OvhOpError;
|
|
1193
|
+
/** AntiDDOS option. Add new IP on firewall */
|
|
1194
|
+
export declare const createIpFirewall: API.OperationMethod<CreateIpFirewallRequest, IpFirewallIp, CreateIpFirewallError, OvhOpContext>;
|
|
1195
|
+
export type CreateIpFirewallRuleError = OvhOpError;
|
|
1196
|
+
/** AntiDDOS option. Add new rule on your IP */
|
|
1197
|
+
export declare const createIpFirewallRule: API.OperationMethod<CreateIpFirewallRuleRequest, IpFirewallNetworkRule, CreateIpFirewallRuleError, OvhOpContext>;
|
|
1198
|
+
export type CreateIpGameRuleError = OvhOpError;
|
|
1199
|
+
/** Add new rule on your IP */
|
|
1200
|
+
export declare const createIpGameRule: API.OperationMethod<CreateIpGameRuleRequest, IpGameMitigationRule, CreateIpGameRuleError, OvhOpContext>;
|
|
1201
|
+
export type CreateIpMigrationTokenError = OvhOpError;
|
|
1202
|
+
/** Generate a migration token */
|
|
1203
|
+
export declare const createIpMigrationToken: API.OperationMethod<CreateIpMigrationTokenRequest, IpIpMigrationToken, CreateIpMigrationTokenError, OvhOpContext>;
|
|
1204
|
+
export type CreateIpMitigationError = OvhOpError;
|
|
1205
|
+
/** AntiDDOS option. Add new IP on permanent mitigation */
|
|
1206
|
+
export declare const createIpMitigation: API.OperationMethod<CreateIpMitigationRequest, IpMitigationIp, CreateIpMitigationError, OvhOpContext>;
|
|
1207
|
+
export type CreateIpMitigationProfileError = OvhOpError;
|
|
1208
|
+
/** Create new profile for one of your ip */
|
|
1209
|
+
export declare const createIpMitigationProfile: API.OperationMethod<CreateIpMitigationProfileRequest, IpMitigationProfile, CreateIpMitigationProfileError, OvhOpContext>;
|
|
1210
|
+
export type CreateIpParkError = OvhOpError;
|
|
1211
|
+
/** Park this IP */
|
|
1212
|
+
export declare const createIpPark: API.OperationMethod<CreateIpParkRequest, IpIpTask, CreateIpParkError, OvhOpContext>;
|
|
1213
|
+
export type CreateIpReverseError = OvhOpError;
|
|
1214
|
+
/** Add reverse on an ip */
|
|
1215
|
+
export declare const createIpReverse: API.OperationMethod<CreateIpReverseRequest, IpReverseIp, CreateIpReverseError, OvhOpContext>;
|
|
1216
|
+
export type CreateIpServiceChangeContactError = OvhOpError;
|
|
1217
|
+
/** Launch a contact change procedure */
|
|
1218
|
+
export declare const createIpServiceChangeContact: API.OperationMethod<CreateIpServiceChangeContactRequest, CreateIpServiceChangeContactResponse, CreateIpServiceChangeContactError, OvhOpContext>;
|
|
1219
|
+
export type DeleteIpDelegationError = OvhOpError;
|
|
1220
|
+
/** Delete a target for reverse delegation on IPv6 subnet */
|
|
1221
|
+
export declare const deleteIpDelegation: API.OperationMethod<DeleteIpDelegationRequest, DeleteIpDelegationResponse, DeleteIpDelegationError, OvhOpContext>;
|
|
1222
|
+
export type DeleteIpFirewallError = OvhOpError;
|
|
1223
|
+
/** AntiDDOS option. Delete IP and rules from firewall */
|
|
1224
|
+
export declare const deleteIpFirewall: API.OperationMethod<DeleteIpFirewallRequest, DeleteIpFirewallResponse, DeleteIpFirewallError, OvhOpContext>;
|
|
1225
|
+
export type DeleteIpFirewallRuleError = OvhOpError;
|
|
1226
|
+
/** AntiDDOS option. Delete rule */
|
|
1227
|
+
export declare const deleteIpFirewallRule: API.OperationMethod<DeleteIpFirewallRuleRequest, IpFirewallNetworkRule, DeleteIpFirewallRuleError, OvhOpContext>;
|
|
1228
|
+
export type DeleteIpGameRuleError = OvhOpError;
|
|
1229
|
+
/** Delete rule */
|
|
1230
|
+
export declare const deleteIpGameRule: API.OperationMethod<DeleteIpGameRuleRequest, IpGameMitigationRule, DeleteIpGameRuleError, OvhOpContext>;
|
|
1231
|
+
export type DeleteIpMitigationError = OvhOpError;
|
|
1232
|
+
/** AntiDDOS option. Delete IP from mitigation */
|
|
1233
|
+
export declare const deleteIpMitigation: API.OperationMethod<DeleteIpMitigationRequest, IpMitigationIp, DeleteIpMitigationError, OvhOpContext>;
|
|
1234
|
+
export type DeleteIpMitigationProfileError = OvhOpError;
|
|
1235
|
+
/** Delete mitigation profile */
|
|
1236
|
+
export declare const deleteIpMitigationProfile: API.OperationMethod<DeleteIpMitigationProfileRequest, DeleteIpMitigationProfileResponse, DeleteIpMitigationProfileError, OvhOpContext>;
|
|
1237
|
+
export type DeleteIpReverseError = OvhOpError;
|
|
1238
|
+
/** Delete a reverse on one IP */
|
|
1239
|
+
export declare const deleteIpReverse: API.OperationMethod<DeleteIpReverseRequest, DeleteIpReverseResponse, DeleteIpReverseError, OvhOpContext>;
|
|
1240
|
+
export type GetIpError = OvhOpError;
|
|
1241
|
+
/** Get this object properties */
|
|
1242
|
+
export declare const getIp: API.OperationMethod<GetIpRequest, IpIpWithIAM, GetIpError, OvhOpContext>;
|
|
1243
|
+
export type GetIpAntihackError = OvhOpError;
|
|
1244
|
+
/** Get this object properties */
|
|
1245
|
+
export declare const getIpAntihack: API.OperationMethod<GetIpAntihackRequest, IpBlockedIp, GetIpAntihackError, OvhOpContext>;
|
|
1246
|
+
export type GetIpArpError = OvhOpError;
|
|
1247
|
+
/** Get this object properties */
|
|
1248
|
+
export declare const getIpArp: API.OperationMethod<GetIpArpRequest, IpArpBlockedIp, GetIpArpError, OvhOpContext>;
|
|
1249
|
+
export type GetIpDelegationError = OvhOpError;
|
|
1250
|
+
/** Get this object properties */
|
|
1251
|
+
export declare const getIpDelegation: API.OperationMethod<GetIpDelegationRequest, IpReverseDelegation, GetIpDelegationError, OvhOpContext>;
|
|
1252
|
+
export type GetIpFirewallError = OvhOpError;
|
|
1253
|
+
/** Get this object properties */
|
|
1254
|
+
export declare const getIpFirewall: API.OperationMethod<GetIpFirewallRequest, IpFirewallIp, GetIpFirewallError, OvhOpContext>;
|
|
1255
|
+
export type GetIpFirewallRuleError = OvhOpError;
|
|
1256
|
+
/** Get this object properties */
|
|
1257
|
+
export declare const getIpFirewallRule: API.OperationMethod<GetIpFirewallRuleRequest, IpFirewallNetworkRule, GetIpFirewallRuleError, OvhOpContext>;
|
|
1258
|
+
export type GetIpGameError = OvhOpError;
|
|
1259
|
+
/** Get this object properties */
|
|
1260
|
+
export declare const getIpGame: API.OperationMethod<GetIpGameRequest, IpGameMitigation, GetIpGameError, OvhOpContext>;
|
|
1261
|
+
export type GetIpGameRuleError = OvhOpError;
|
|
1262
|
+
/** Get this object properties */
|
|
1263
|
+
export declare const getIpGameRule: API.OperationMethod<GetIpGameRuleRequest, IpGameMitigationRule, GetIpGameRuleError, OvhOpContext>;
|
|
1264
|
+
export type GetIpMigrationTokenError = OvhOpError;
|
|
1265
|
+
/** Get this object properties */
|
|
1266
|
+
export declare const getIpMigrationToken: API.OperationMethod<GetIpMigrationTokenRequest, IpIpMigrationToken, GetIpMigrationTokenError, OvhOpContext>;
|
|
1267
|
+
export type GetIpMitigationError = OvhOpError;
|
|
1268
|
+
/** Get this object properties */
|
|
1269
|
+
export declare const getIpMitigation: API.OperationMethod<GetIpMitigationRequest, IpMitigationIp, GetIpMitigationError, OvhOpContext>;
|
|
1270
|
+
export type GetIpMitigationProfileError = OvhOpError;
|
|
1271
|
+
/** Get this object properties */
|
|
1272
|
+
export declare const getIpMitigationProfile: API.OperationMethod<GetIpMitigationProfileRequest, IpMitigationProfile, GetIpMitigationProfileError, OvhOpContext>;
|
|
1273
|
+
export type GetIpPhishingError = OvhOpError;
|
|
1274
|
+
/** Get this object properties */
|
|
1275
|
+
export declare const getIpPhishing: API.OperationMethod<GetIpPhishingRequest, IpAntiphishing, GetIpPhishingError, OvhOpContext>;
|
|
1276
|
+
export type GetIpReverseError = OvhOpError;
|
|
1277
|
+
/** Get this object properties */
|
|
1278
|
+
export declare const getIpReverse: API.OperationMethod<GetIpReverseRequest, IpReverseIp, GetIpReverseError, OvhOpContext>;
|
|
1279
|
+
export type GetIpRipeError = OvhOpError;
|
|
1280
|
+
/** Get this object properties */
|
|
1281
|
+
export declare const getIpRipe: API.OperationMethod<GetIpRipeRequest, IpRipeInfos, GetIpRipeError, OvhOpContext>;
|
|
1282
|
+
export type GetIpServiceError = OvhOpError;
|
|
1283
|
+
/** Get this object properties */
|
|
1284
|
+
export declare const getIpService: API.OperationMethod<GetIpServiceRequest, IpServiceIpWithIAM, GetIpServiceError, OvhOpContext>;
|
|
1285
|
+
export type GetIpServiceServiceInfosError = OvhOpError;
|
|
1286
|
+
/** Get service information */
|
|
1287
|
+
export declare const getIpServiceServiceInfos: API.OperationMethod<GetIpServiceServiceInfosRequest, ServicesService, GetIpServiceServiceInfosError, OvhOpContext>;
|
|
1288
|
+
export type GetIpSpamError = OvhOpError;
|
|
1289
|
+
/** Get this object properties */
|
|
1290
|
+
export declare const getIpSpam: API.OperationMethod<GetIpSpamRequest, IpSpamIp, GetIpSpamError, OvhOpContext>;
|
|
1291
|
+
export type GetIpTaskError = OvhOpError;
|
|
1292
|
+
/** Get this object properties */
|
|
1293
|
+
export declare const getIpTask: API.OperationMethod<GetIpTaskRequest, IpIpTask, GetIpTaskError, OvhOpContext>;
|
|
1294
|
+
export type ListIpError = OvhOpError;
|
|
1295
|
+
/** Your OVH IPs */
|
|
1296
|
+
export declare const listIp: API.OperationMethod<ListIpRequest, ListIpResponse, ListIpError, OvhOpContext>;
|
|
1297
|
+
export type ListIpAntihackError = OvhOpError;
|
|
1298
|
+
/** Anti-Hack blocked IP */
|
|
1299
|
+
export declare const listIpAntihack: API.OperationMethod<ListIpAntihackRequest, ListIpAntihackResponse, ListIpAntihackError, OvhOpContext>;
|
|
1300
|
+
export type ListIpArpError = OvhOpError;
|
|
1301
|
+
/** ARP blocked IP */
|
|
1302
|
+
export declare const listIpArp: API.OperationMethod<ListIpArpRequest, ListIpArpResponse, ListIpArpError, OvhOpContext>;
|
|
1303
|
+
export type ListIpBringYourOwnIpAggregateError = OvhOpError;
|
|
1304
|
+
/** Get available aggregation configurations for this BYOIP Additional IP and it's neighbor(s) */
|
|
1305
|
+
export declare const listIpBringYourOwnIpAggregate: API.OperationMethod<ListIpBringYourOwnIpAggregateRequest, ListIpBringYourOwnIpAggregateResponse, ListIpBringYourOwnIpAggregateError, OvhOpContext>;
|
|
1306
|
+
export type ListIpBringYourOwnIpSliceError = OvhOpError;
|
|
1307
|
+
/** Get available slicing configurations for this BYOIP Additional IP */
|
|
1308
|
+
export declare const listIpBringYourOwnIpSlice: API.OperationMethod<ListIpBringYourOwnIpSliceRequest, ListIpBringYourOwnIpSliceResponse, ListIpBringYourOwnIpSliceError, OvhOpContext>;
|
|
1309
|
+
export type ListIpCampusError = OvhOpError;
|
|
1310
|
+
/** Get IP campuses */
|
|
1311
|
+
export declare const listIpCampus: API.OperationMethod<ListIpCampusRequest, ListIpCampusResponse, ListIpCampusError, OvhOpContext>;
|
|
1312
|
+
export type ListIpDelegationError = OvhOpError;
|
|
1313
|
+
/** Reverse delegation on IPv6 subnet */
|
|
1314
|
+
export declare const listIpDelegation: API.OperationMethod<ListIpDelegationRequest, ListIpDelegationResponse, ListIpDelegationError, OvhOpContext>;
|
|
1315
|
+
export type ListIpFirewallError = OvhOpError;
|
|
1316
|
+
/** Ip under firewall */
|
|
1317
|
+
export declare const listIpFirewall: API.OperationMethod<ListIpFirewallRequest, ListIpFirewallResponse, ListIpFirewallError, OvhOpContext>;
|
|
1318
|
+
export type ListIpFirewallRuleError = OvhOpError;
|
|
1319
|
+
/** Rules for this IP */
|
|
1320
|
+
export declare const listIpFirewallRule: API.OperationMethod<ListIpFirewallRuleRequest, ListIpFirewallRuleResponse, ListIpFirewallRuleError, OvhOpContext>;
|
|
1321
|
+
export type ListIpGameError = OvhOpError;
|
|
1322
|
+
/** Ip under game anti-ddos */
|
|
1323
|
+
export declare const listIpGame: API.OperationMethod<ListIpGameRequest, ListIpGameResponse, ListIpGameError, OvhOpContext>;
|
|
1324
|
+
export type ListIpGameRuleError = OvhOpError;
|
|
1325
|
+
/** IDs of rules configured for this IP */
|
|
1326
|
+
export declare const listIpGameRule: API.OperationMethod<ListIpGameRuleRequest, ListIpGameRuleResponse, ListIpGameRuleError, OvhOpContext>;
|
|
1327
|
+
export type ListIpLicenseCloudLinuxError = OvhOpError;
|
|
1328
|
+
/** Cloud Linux licenses associated to this IP */
|
|
1329
|
+
export declare const listIpLicenseCloudLinux: API.OperationMethod<ListIpLicenseCloudLinuxRequest, ListIpLicenseCloudLinuxResponse, ListIpLicenseCloudLinuxError, OvhOpContext>;
|
|
1330
|
+
export type ListIpLicenseCpanelError = OvhOpError;
|
|
1331
|
+
/** Cpanel licenses associated to this IP */
|
|
1332
|
+
export declare const listIpLicenseCpanel: API.OperationMethod<ListIpLicenseCpanelRequest, ListIpLicenseCpanelResponse, ListIpLicenseCpanelError, OvhOpContext>;
|
|
1333
|
+
export type ListIpLicenseDirectadminError = OvhOpError;
|
|
1334
|
+
/** DirectAdmin licenses associated to this IP */
|
|
1335
|
+
export declare const listIpLicenseDirectadmin: API.OperationMethod<ListIpLicenseDirectadminRequest, ListIpLicenseDirectadminResponse, ListIpLicenseDirectadminError, OvhOpContext>;
|
|
1336
|
+
export type ListIpLicensePleskError = OvhOpError;
|
|
1337
|
+
/** Plesk licenses associated to this IP */
|
|
1338
|
+
export declare const listIpLicensePlesk: API.OperationMethod<ListIpLicensePleskRequest, ListIpLicensePleskResponse, ListIpLicensePleskError, OvhOpContext>;
|
|
1339
|
+
export type ListIpLicenseSqlserverError = OvhOpError;
|
|
1340
|
+
/** SQL Server licenses associated to this IP */
|
|
1341
|
+
export declare const listIpLicenseSqlserver: API.OperationMethod<ListIpLicenseSqlserverRequest, ListIpLicenseSqlserverResponse, ListIpLicenseSqlserverError, OvhOpContext>;
|
|
1342
|
+
export type ListIpLicenseVirtuozzoError = OvhOpError;
|
|
1343
|
+
/** Virtuozzo licenses associated to this IP */
|
|
1344
|
+
export declare const listIpLicenseVirtuozzo: API.OperationMethod<ListIpLicenseVirtuozzoRequest, ListIpLicenseVirtuozzoResponse, ListIpLicenseVirtuozzoError, OvhOpContext>;
|
|
1345
|
+
export type ListIpLicenseWindowsError = OvhOpError;
|
|
1346
|
+
/** Windows licenses associated to this IP */
|
|
1347
|
+
export declare const listIpLicenseWindows: API.OperationMethod<ListIpLicenseWindowsRequest, ListIpLicenseWindowsResponse, ListIpLicenseWindowsError, OvhOpContext>;
|
|
1348
|
+
export type ListIpLicenseWorklightError = OvhOpError;
|
|
1349
|
+
/** WorkLight licenses associated to this IP */
|
|
1350
|
+
export declare const listIpLicenseWorklight: API.OperationMethod<ListIpLicenseWorklightRequest, ListIpLicenseWorklightResponse, ListIpLicenseWorklightError, OvhOpContext>;
|
|
1351
|
+
export type ListIpMitigationError = OvhOpError;
|
|
1352
|
+
/** Ip under mitigation */
|
|
1353
|
+
export declare const listIpMitigation: API.OperationMethod<ListIpMitigationRequest, ListIpMitigationResponse, ListIpMitigationError, OvhOpContext>;
|
|
1354
|
+
export type ListIpMitigationProfilesError = OvhOpError;
|
|
1355
|
+
/** Manage mitigation profile on your IPs */
|
|
1356
|
+
export declare const listIpMitigationProfiles: API.OperationMethod<ListIpMitigationProfilesRequest, ListIpMitigationProfilesResponse, ListIpMitigationProfilesError, OvhOpContext>;
|
|
1357
|
+
export type ListIpMoveError = OvhOpError;
|
|
1358
|
+
/** List services available as a destination */
|
|
1359
|
+
export declare const listIpMove: API.OperationMethod<ListIpMoveRequest, IpDestinations, ListIpMoveError, OvhOpContext>;
|
|
1360
|
+
export type ListIpPhishingError = OvhOpError;
|
|
1361
|
+
/** Ip under anti-phishing */
|
|
1362
|
+
export declare const listIpPhishing: API.OperationMethod<ListIpPhishingRequest, ListIpPhishingResponse, ListIpPhishingError, OvhOpContext>;
|
|
1363
|
+
export type ListIpReverseError = OvhOpError;
|
|
1364
|
+
/** Reverse on your ip */
|
|
1365
|
+
export declare const listIpReverse: API.OperationMethod<ListIpReverseRequest, ListIpReverseResponse, ListIpReverseError, OvhOpContext>;
|
|
1366
|
+
export type ListIpServiceError = OvhOpError;
|
|
1367
|
+
/** Your ip services */
|
|
1368
|
+
export declare const listIpService: API.OperationMethod<ListIpServiceRequest, ListIpServiceResponse, ListIpServiceError, OvhOpContext>;
|
|
1369
|
+
export type ListIpSpamError = OvhOpError;
|
|
1370
|
+
/** Ip spamming */
|
|
1371
|
+
export declare const listIpSpam: API.OperationMethod<ListIpSpamRequest, ListIpSpamResponse, ListIpSpamError, OvhOpContext>;
|
|
1372
|
+
export type ListIpSpamStatsError = OvhOpError;
|
|
1373
|
+
/** Get statistics about the email traffic */
|
|
1374
|
+
export declare const listIpSpamStats: API.OperationMethod<ListIpSpamStatsRequest, ListIpSpamStatsResponse, ListIpSpamStatsError, OvhOpContext>;
|
|
1375
|
+
export type ListIpTaskError = OvhOpError;
|
|
1376
|
+
/** IP tasks */
|
|
1377
|
+
export declare const listIpTask: API.OperationMethod<ListIpTaskRequest, ListIpTaskResponse, ListIpTaskError, OvhOpContext>;
|
|
1378
|
+
export type MoveIpError = OvhOpError;
|
|
1379
|
+
/** Move this IP to another service */
|
|
1380
|
+
export declare const moveIp: API.OperationMethod<MoveIpRequest, IpIpTask, MoveIpError, OvhOpContext>;
|
|
1381
|
+
export type PutIpError = OvhOpError;
|
|
1382
|
+
/** Alter this object properties */
|
|
1383
|
+
export declare const putIp: API.OperationMethod<PutIpRequest, PutIpResponse, PutIpError, OvhOpContext>;
|
|
1384
|
+
export type PutIpFirewallError = OvhOpError;
|
|
1385
|
+
/** Alter this object properties */
|
|
1386
|
+
export declare const putIpFirewall: API.OperationMethod<PutIpFirewallRequest, PutIpFirewallResponse, PutIpFirewallError, OvhOpContext>;
|
|
1387
|
+
export type PutIpGameError = OvhOpError;
|
|
1388
|
+
/** Alter this object properties */
|
|
1389
|
+
export declare const putIpGame: API.OperationMethod<PutIpGameRequest, PutIpGameResponse, PutIpGameError, OvhOpContext>;
|
|
1390
|
+
export type PutIpMitigationError = OvhOpError;
|
|
1391
|
+
/** Alter this object properties */
|
|
1392
|
+
export declare const putIpMitigation: API.OperationMethod<PutIpMitigationRequest, PutIpMitigationResponse, PutIpMitigationError, OvhOpContext>;
|
|
1393
|
+
export type PutIpMitigationProfileError = OvhOpError;
|
|
1394
|
+
/** Alter this object properties */
|
|
1395
|
+
export declare const putIpMitigationProfile: API.OperationMethod<PutIpMitigationProfileRequest, PutIpMitigationProfileResponse, PutIpMitigationProfileError, OvhOpContext>;
|
|
1396
|
+
export type PutIpRipeError = OvhOpError;
|
|
1397
|
+
/** Alter this object properties */
|
|
1398
|
+
export declare const putIpRipe: API.OperationMethod<PutIpRipeRequest, PutIpRipeResponse, PutIpRipeError, OvhOpContext>;
|
|
1399
|
+
export type PutIpServiceError = OvhOpError;
|
|
1400
|
+
/** Alter this object properties */
|
|
1401
|
+
export declare const putIpService: API.OperationMethod<PutIpServiceRequest, PutIpServiceResponse, PutIpServiceError, OvhOpContext>;
|
|
1402
|
+
export type PutIpServiceServiceInfosError = OvhOpError;
|
|
1403
|
+
/** Update service information */
|
|
1404
|
+
export declare const putIpServiceServiceInfos: API.OperationMethod<PutIpServiceServiceInfosRequest, PutIpServiceServiceInfosResponse, PutIpServiceServiceInfosError, OvhOpContext>;
|
|
1405
|
+
export type TerminateIpServiceError = OvhOpError;
|
|
1406
|
+
/** 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. */
|
|
1407
|
+
export declare const terminateIpService: API.OperationMethod<TerminateIpServiceRequest, TerminateIpServiceResponse, TerminateIpServiceError, OvhOpContext>;
|
|
1408
|
+
export type UnblockIpAntihackError = OvhOpError;
|
|
1409
|
+
/** Unblock this IP */
|
|
1410
|
+
export declare const unblockIpAntihack: API.OperationMethod<UnblockIpAntihackRequest, UnblockIpAntihackResponse, UnblockIpAntihackError, OvhOpContext>;
|
|
1411
|
+
export type UnblockIpArpError = OvhOpError;
|
|
1412
|
+
/** Unblock this IP */
|
|
1413
|
+
export declare const unblockIpArp: API.OperationMethod<UnblockIpArpRequest, UnblockIpArpResponse, UnblockIpArpError, OvhOpContext>;
|
|
1414
|
+
export type UnblockIpSpamError = OvhOpError;
|
|
1415
|
+
/** Release the ip from anti-spam system */
|
|
1416
|
+
export declare const unblockIpSpam: API.OperationMethod<UnblockIpSpamRequest, IpSpamIp, UnblockIpSpamError, OvhOpContext>;
|
|
1417
|
+
//# sourceMappingURL=ip.d.ts.map
|