@pidginhost/sdk 0.2.0
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/.openapi-generator/FILES +223 -0
- package/.openapi-generator/VERSION +1 -0
- package/.openapi-generator-ignore +23 -0
- package/README.md +727 -0
- package/api.ts +33802 -0
- package/base.ts +62 -0
- package/common.ts +128 -0
- package/configuration.ts +121 -0
- package/dist/api.d.ts +15244 -0
- package/dist/api.js +30223 -0
- package/dist/base.d.ts +42 -0
- package/dist/base.js +46 -0
- package/dist/common.d.ts +35 -0
- package/dist/common.js +140 -0
- package/dist/configuration.d.ts +98 -0
- package/dist/configuration.js +44 -0
- package/dist/esm/api.d.ts +15244 -0
- package/dist/esm/api.js +30179 -0
- package/dist/esm/base.d.ts +42 -0
- package/dist/esm/base.js +41 -0
- package/dist/esm/common.d.ts +35 -0
- package/dist/esm/common.js +127 -0
- package/dist/esm/configuration.d.ts +98 -0
- package/dist/esm/configuration.js +40 -0
- package/dist/esm/index.d.ts +14 -0
- package/dist/esm/index.js +16 -0
- package/dist/esm/pidginhost.d.ts +8 -0
- package/dist/esm/pidginhost.js +13 -0
- package/dist/index.d.ts +14 -0
- package/dist/index.js +34 -0
- package/dist/pidginhost.d.ts +8 -0
- package/dist/pidginhost.js +17 -0
- package/docs/APITokenCreate.md +28 -0
- package/docs/APITokenList.md +32 -0
- package/docs/AccountApi.md +1999 -0
- package/docs/ActivateFreeDNS.md +24 -0
- package/docs/ActivateFreeDNSResponse.md +24 -0
- package/docs/ActivityLogEntry.md +22 -0
- package/docs/ActivityLogResponse.md +20 -0
- package/docs/AddServerResponse.md +20 -0
- package/docs/Address.md +34 -0
- package/docs/AttachIPv4.md +20 -0
- package/docs/AttachIPv6.md +20 -0
- package/docs/AttachVolume.md +20 -0
- package/docs/BillingApi.md +1885 -0
- package/docs/CancelServiceResponse.md +22 -0
- package/docs/ChangeBillingCycle.md +20 -0
- package/docs/ChangeBillingCycleResponse.md +22 -0
- package/docs/ChangeCompany.md +20 -0
- package/docs/ChangeCompanyResponse.md +22 -0
- package/docs/ChangePassword.md +20 -0
- package/docs/CheckAvailability.md +20 -0
- package/docs/CloudApi.md +8433 -0
- package/docs/ClusterAdd.md +32 -0
- package/docs/ClusterAddResponse.md +20 -0
- package/docs/ClusterDetail.md +48 -0
- package/docs/ClusterPackage.md +24 -0
- package/docs/ClusterType.md +26 -0
- package/docs/ClusterTypeEnum.md +11 -0
- package/docs/Company.md +36 -0
- package/docs/ConnectVMRequest.md +20 -0
- package/docs/ConnectVMResponse.md +22 -0
- package/docs/ConnectedVM.md +24 -0
- package/docs/ConnectedVMsResponse.md +20 -0
- package/docs/ConsoleToken.md +22 -0
- package/docs/ContactTypeEnum.md +15 -0
- package/docs/ContactsUpdate.md +22 -0
- package/docs/ContactsUpdateResponse.md +20 -0
- package/docs/CountryEnum.md +515 -0
- package/docs/DNSRecord.md +53 -0
- package/docs/DNSRecordCreate.md +53 -0
- package/docs/DNSRecordCreateTypeEnum.md +21 -0
- package/docs/DNSRecordMutateResponse.md +22 -0
- package/docs/DeactivateFreeDNS.md +22 -0
- package/docs/DeactivateFreeDNSResponse.md +20 -0
- package/docs/DedicatedApi.md +551 -0
- package/docs/DedicatedRDNS.md +22 -0
- package/docs/DedicatedServer.md +39 -0
- package/docs/DeleteRecord.md +20 -0
- package/docs/DeleteRecordResponse.md +22 -0
- package/docs/Department.md +22 -0
- package/docs/Deposit.md +32 -0
- package/docs/DepositCreate.md +20 -0
- package/docs/DepositStatusEnum.md +15 -0
- package/docs/DestroyProtection.md +20 -0
- package/docs/DetachIPv4.md +20 -0
- package/docs/DetachIPv4Response.md +20 -0
- package/docs/DetachIPv6.md +20 -0
- package/docs/DetachIPv6Response.md +20 -0
- package/docs/DetachVolume.md +20 -0
- package/docs/DisconnectVMRequest.md +20 -0
- package/docs/DisconnectVMResponse.md +22 -0
- package/docs/Domain.md +42 -0
- package/docs/DomainApi.md +2047 -0
- package/docs/DomainCancelResponse.md +22 -0
- package/docs/DomainCreate.md +24 -0
- package/docs/DomainRegistrant.md +44 -0
- package/docs/EmailHistory.md +28 -0
- package/docs/FeatureUpgradeRequest.md +22 -0
- package/docs/FeatureUpgradeResponse.md +22 -0
- package/docs/FeaturesEnum.md +17 -0
- package/docs/FirewallRule.md +42 -0
- package/docs/FirewallRuleDirectionEnum.md +11 -0
- package/docs/FirewallRulesSet.md +28 -0
- package/docs/FirewallRulesSetStatusEnum.md +13 -0
- package/docs/FreeDNSDomain.md +24 -0
- package/docs/FreednsApi.md +655 -0
- package/docs/FundsBalanceResponse.md +26 -0
- package/docs/FundsLog.md +30 -0
- package/docs/FwPolicyOutEnum.md +13 -0
- package/docs/HTTPRoute.md +45 -0
- package/docs/HostingApi.md +327 -0
- package/docs/HostingChangePasswordResponse.md +20 -0
- package/docs/HostingService.md +39 -0
- package/docs/InvoiceDetail.md +50 -0
- package/docs/InvoiceList.md +40 -0
- package/docs/KubeUpgradeResponse.md +20 -0
- package/docs/KubeVersionEnum.md +13 -0
- package/docs/KubernetesApi.md +6209 -0
- package/docs/LBFirewallRule.md +44 -0
- package/docs/LBFirewallRuleActionEnum.md +13 -0
- package/docs/LBFirewallRuleDirectionEnum.md +11 -0
- package/docs/LowBalanceSettings.md +24 -0
- package/docs/NameserversUpdate.md +20 -0
- package/docs/NameserversUpdateResponse.md +20 -0
- package/docs/NodeMetricsResponse.md +32 -0
- package/docs/NodeRRDResponse.md +22 -0
- package/docs/NotificationSettingsResponse.md +26 -0
- package/docs/OSImage.md +28 -0
- package/docs/OperationEnum.md +27 -0
- package/docs/PaginatedAPITokenListList.md +26 -0
- package/docs/PaginatedClusterDetailList.md +26 -0
- package/docs/PaginatedClusterTypeList.md +26 -0
- package/docs/PaginatedCompanyList.md +26 -0
- package/docs/PaginatedDedicatedServerList.md +26 -0
- package/docs/PaginatedDepositList.md +26 -0
- package/docs/PaginatedDomainList.md +26 -0
- package/docs/PaginatedDomainRegistrantList.md +26 -0
- package/docs/PaginatedEmailHistoryList.md +26 -0
- package/docs/PaginatedFundsLogList.md +26 -0
- package/docs/PaginatedHostingServiceList.md +26 -0
- package/docs/PaginatedInvoiceListList.md +26 -0
- package/docs/PaginatedLBFirewallRuleList.md +26 -0
- package/docs/PaginatedOSImageList.md +26 -0
- package/docs/PaginatedPrivateNetworkList.md +26 -0
- package/docs/PaginatedPublicIPv4List.md +26 -0
- package/docs/PaginatedPublicIPv6List.md +26 -0
- package/docs/PaginatedResourcePoolList.md +26 -0
- package/docs/PaginatedResourcePoolNodeList.md +26 -0
- package/docs/PaginatedSSHKeyList.md +26 -0
- package/docs/PaginatedServerList.md +26 -0
- package/docs/PaginatedServerProductList.md +26 -0
- package/docs/PaginatedServiceListList.md +26 -0
- package/docs/PaginatedSnapshotList.md +26 -0
- package/docs/PaginatedStorageProductList.md +26 -0
- package/docs/PaginatedSubscriptionList.md +26 -0
- package/docs/PaginatedTLDList.md +26 -0
- package/docs/PaginatedTicketListList.md +26 -0
- package/docs/PatchedClusterDetail.md +48 -0
- package/docs/PatchedCompany.md +36 -0
- package/docs/PatchedDomain.md +42 -0
- package/docs/PatchedDomainRegistrant.md +44 -0
- package/docs/PatchedFirewallRule.md +42 -0
- package/docs/PatchedFirewallRulesSet.md +28 -0
- package/docs/PatchedHTTPRoute.md +45 -0
- package/docs/PatchedLBFirewallRule.md +44 -0
- package/docs/PatchedPrivateNetwork.md +30 -0
- package/docs/PatchedProfile.md +26 -0
- package/docs/PatchedResourcePool.md +28 -0
- package/docs/PatchedSSHKey.md +26 -0
- package/docs/PatchedTCPRoute.md +41 -0
- package/docs/PatchedUDPRoute.md +41 -0
- package/docs/PatchedVolume.md +32 -0
- package/docs/PayWithFundsResponse.md +22 -0
- package/docs/PowerAction.md +20 -0
- package/docs/PowerActionActionEnum.md +15 -0
- package/docs/PowerActionResponse.md +20 -0
- package/docs/PowerManagement.md +20 -0
- package/docs/PowerManagementRequest.md +20 -0
- package/docs/PowerManagementRequestActionEnum.md +15 -0
- package/docs/Priority3cdEnum.md +13 -0
- package/docs/PrivateNetwork.md +30 -0
- package/docs/PrivateNetworkAddHost.md +22 -0
- package/docs/PrivateNetworkRemoveHost.md +20 -0
- package/docs/Profile.md +26 -0
- package/docs/PublicIPv4.md +32 -0
- package/docs/PublicIPv6.md +32 -0
- package/docs/PublicInterface.md +30 -0
- package/docs/RDNSUpdateResponse.md +20 -0
- package/docs/Reinstall.md +20 -0
- package/docs/ReinstallResponse.md +20 -0
- package/docs/RemoveServerResponse.md +20 -0
- package/docs/RenewDomain.md +20 -0
- package/docs/ResourcePool.md +28 -0
- package/docs/ResourcePoolAdd.md +22 -0
- package/docs/ResourcePoolAddResponse.md +20 -0
- package/docs/ResourcePoolNode.md +24 -0
- package/docs/RetryProvision.md +20 -0
- package/docs/ReverseDNS.md +20 -0
- package/docs/SSHKey.md +26 -0
- package/docs/SchemaApi.md +117 -0
- package/docs/ScopeEnum.md +11 -0
- package/docs/Server.md +42 -0
- package/docs/ServerAdd.md +58 -0
- package/docs/ServerAddResponse.md +20 -0
- package/docs/ServerProduct.md +24 -0
- package/docs/ServerProductUpgrade.md +20 -0
- package/docs/ServerUpgradeResponse.md +20 -0
- package/docs/ServerUsageResponse.md +28 -0
- package/docs/Service.md +40 -0
- package/docs/ServiceList.md +36 -0
- package/docs/Snapshot.md +30 -0
- package/docs/SnapshotCreate.md +24 -0
- package/docs/SnapshotCreateQueued.md +20 -0
- package/docs/SnapshotDeleteQueued.md +20 -0
- package/docs/SnapshotRollbackQueued.md +20 -0
- package/docs/SourceEnum.md +11 -0
- package/docs/Status03cEnum.md +21 -0
- package/docs/Status63aEnum.md +23 -0
- package/docs/StatusA57Enum.md +31 -0
- package/docs/StatusEf2Enum.md +15 -0
- package/docs/StorageProduct.md +34 -0
- package/docs/Subscription.md +34 -0
- package/docs/SubscriptionStatusEnum.md +15 -0
- package/docs/SupportApi.md +841 -0
- package/docs/TCPRoute.md +41 -0
- package/docs/TLD.md +38 -0
- package/docs/TalosUpgradeResponse.md +20 -0
- package/docs/ThresholdTypeEnum.md +13 -0
- package/docs/TicketCloseResponse.md +22 -0
- package/docs/TicketCreate.md +30 -0
- package/docs/TicketCreatePriorityEnum.md +13 -0
- package/docs/TicketDetail.md +34 -0
- package/docs/TicketList.md +32 -0
- package/docs/TicketReopenResponse.md +22 -0
- package/docs/TicketReply.md +22 -0
- package/docs/TicketReplyResponse.md +20 -0
- package/docs/ToggleAutoPaymentResponse.md +22 -0
- package/docs/TransferRoDomain.md +22 -0
- package/docs/Type2faEnum.md +11 -0
- package/docs/UDPRoute.md +41 -0
- package/docs/Volume.md +32 -0
- package/git_push.sh +57 -0
- package/index.ts +19 -0
- package/package.json +33 -0
- package/pidginhost.ts +20 -0
- package/tsconfig.esm.json +7 -0
- package/tsconfig.json +18 -0
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
# PatchedLBFirewallRule
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**id** | **number** | | [optional] [readonly] [default to undefined]
|
|
9
|
+
**direction** | [**LBFirewallRuleDirectionEnum**](LBFirewallRuleDirectionEnum.md) | | [optional] [default to undefined]
|
|
10
|
+
**action** | [**LBFirewallRuleActionEnum**](LBFirewallRuleActionEnum.md) | | [optional] [default to undefined]
|
|
11
|
+
**protocol** | **string** | tcp, udp, icmp, etc. | [optional] [default to undefined]
|
|
12
|
+
**source** | **string** | IP address or CIDR | [optional] [default to undefined]
|
|
13
|
+
**sport** | **string** | Port or range (e.g., 1024-65535) | [optional] [default to undefined]
|
|
14
|
+
**destination** | **string** | IP address or CIDR | [optional] [default to undefined]
|
|
15
|
+
**dport** | **string** | Port or range (e.g., 80, 8000-9000) | [optional] [default to undefined]
|
|
16
|
+
**comment** | **string** | | [optional] [default to undefined]
|
|
17
|
+
**enabled** | **boolean** | | [optional] [default to undefined]
|
|
18
|
+
**position** | **number** | Rule order (lower = higher priority) | [optional] [default to undefined]
|
|
19
|
+
**created** | **string** | | [optional] [readonly] [default to undefined]
|
|
20
|
+
**updated** | **string** | | [optional] [readonly] [default to undefined]
|
|
21
|
+
|
|
22
|
+
## Example
|
|
23
|
+
|
|
24
|
+
```typescript
|
|
25
|
+
import { PatchedLBFirewallRule } from '@pidginhost/sdk';
|
|
26
|
+
|
|
27
|
+
const instance: PatchedLBFirewallRule = {
|
|
28
|
+
id,
|
|
29
|
+
direction,
|
|
30
|
+
action,
|
|
31
|
+
protocol,
|
|
32
|
+
source,
|
|
33
|
+
sport,
|
|
34
|
+
destination,
|
|
35
|
+
dport,
|
|
36
|
+
comment,
|
|
37
|
+
enabled,
|
|
38
|
+
position,
|
|
39
|
+
created,
|
|
40
|
+
updated,
|
|
41
|
+
};
|
|
42
|
+
```
|
|
43
|
+
|
|
44
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
# PatchedPrivateNetwork
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**id** | **number** | | [optional] [readonly] [default to undefined]
|
|
9
|
+
**slug** | **string** | CIDR format | [optional] [readonly] [default to undefined]
|
|
10
|
+
**address** | **string** | CIDR format | [optional] [default to undefined]
|
|
11
|
+
**gateway** | **string** | | [optional] [default to undefined]
|
|
12
|
+
**provisioned** | **boolean** | | [optional] [readonly] [default to undefined]
|
|
13
|
+
**servers** | **Array<{ [key: string]: string; }>** | | [optional] [readonly] [default to undefined]
|
|
14
|
+
|
|
15
|
+
## Example
|
|
16
|
+
|
|
17
|
+
```typescript
|
|
18
|
+
import { PatchedPrivateNetwork } from '@pidginhost/sdk';
|
|
19
|
+
|
|
20
|
+
const instance: PatchedPrivateNetwork = {
|
|
21
|
+
id,
|
|
22
|
+
slug,
|
|
23
|
+
address,
|
|
24
|
+
gateway,
|
|
25
|
+
provisioned,
|
|
26
|
+
servers,
|
|
27
|
+
};
|
|
28
|
+
```
|
|
29
|
+
|
|
30
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# PatchedProfile
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**first_name** | **string** | | [optional] [default to undefined]
|
|
9
|
+
**last_name** | **string** | | [optional] [default to undefined]
|
|
10
|
+
**funds** | **string** | | [optional] [readonly] [default to undefined]
|
|
11
|
+
**phone** | **string** | | [optional] [default to undefined]
|
|
12
|
+
|
|
13
|
+
## Example
|
|
14
|
+
|
|
15
|
+
```typescript
|
|
16
|
+
import { PatchedProfile } from '@pidginhost/sdk';
|
|
17
|
+
|
|
18
|
+
const instance: PatchedProfile = {
|
|
19
|
+
first_name,
|
|
20
|
+
last_name,
|
|
21
|
+
funds,
|
|
22
|
+
phone,
|
|
23
|
+
};
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
# PatchedResourcePool
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**id** | **number** | | [optional] [readonly] [default to undefined]
|
|
9
|
+
**_package** | **string** | | [optional] [readonly] [default to undefined]
|
|
10
|
+
**size** | **string** | | [optional] [readonly] [default to undefined]
|
|
11
|
+
**nodes** | [**Array<ResourcePoolNode>**](ResourcePoolNode.md) | | [optional] [readonly] [default to undefined]
|
|
12
|
+
**new_size** | **number** | | [optional] [default to undefined]
|
|
13
|
+
|
|
14
|
+
## Example
|
|
15
|
+
|
|
16
|
+
```typescript
|
|
17
|
+
import { PatchedResourcePool } from '@pidginhost/sdk';
|
|
18
|
+
|
|
19
|
+
const instance: PatchedResourcePool = {
|
|
20
|
+
id,
|
|
21
|
+
_package,
|
|
22
|
+
size,
|
|
23
|
+
nodes,
|
|
24
|
+
new_size,
|
|
25
|
+
};
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# PatchedSSHKey
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**id** | **number** | | [optional] [readonly] [default to undefined]
|
|
9
|
+
**alias** | **string** | | [optional] [default to undefined]
|
|
10
|
+
**fingerprint** | **string** | | [optional] [readonly] [default to undefined]
|
|
11
|
+
**key** | **string** | | [optional] [readonly] [default to undefined]
|
|
12
|
+
|
|
13
|
+
## Example
|
|
14
|
+
|
|
15
|
+
```typescript
|
|
16
|
+
import { PatchedSSHKey } from '@pidginhost/sdk';
|
|
17
|
+
|
|
18
|
+
const instance: PatchedSSHKey = {
|
|
19
|
+
id,
|
|
20
|
+
alias,
|
|
21
|
+
fingerprint,
|
|
22
|
+
key,
|
|
23
|
+
};
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
# PatchedTCPRoute
|
|
2
|
+
|
|
3
|
+
Serializer for TCPRoute resources with port validation.
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**id** | **number** | | [optional] [readonly] [default to undefined]
|
|
10
|
+
**name** | **string** | | [optional] [default to undefined]
|
|
11
|
+
**namespace** | **string** | | [optional] [default to undefined]
|
|
12
|
+
**port** | **number** | External port to expose (blocked: 22, 6443, 50000, 50001) | [optional] [default to undefined]
|
|
13
|
+
**backend_service_name** | **string** | Name of the backend Kubernetes Service | [optional] [default to undefined]
|
|
14
|
+
**backend_service_port** | **number** | Port of the backend Service | [optional] [default to undefined]
|
|
15
|
+
**backend_namespace** | **string** | Namespace of the backend Service | [optional] [default to 'default']
|
|
16
|
+
**status_ready** | **boolean** | | [optional] [readonly] [default to undefined]
|
|
17
|
+
**status_message** | **string** | | [optional] [readonly] [default to undefined]
|
|
18
|
+
**created** | **string** | | [optional] [readonly] [default to undefined]
|
|
19
|
+
**updated** | **string** | | [optional] [readonly] [default to undefined]
|
|
20
|
+
|
|
21
|
+
## Example
|
|
22
|
+
|
|
23
|
+
```typescript
|
|
24
|
+
import { PatchedTCPRoute } from '@pidginhost/sdk';
|
|
25
|
+
|
|
26
|
+
const instance: PatchedTCPRoute = {
|
|
27
|
+
id,
|
|
28
|
+
name,
|
|
29
|
+
namespace,
|
|
30
|
+
port,
|
|
31
|
+
backend_service_name,
|
|
32
|
+
backend_service_port,
|
|
33
|
+
backend_namespace,
|
|
34
|
+
status_ready,
|
|
35
|
+
status_message,
|
|
36
|
+
created,
|
|
37
|
+
updated,
|
|
38
|
+
};
|
|
39
|
+
```
|
|
40
|
+
|
|
41
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
# PatchedUDPRoute
|
|
2
|
+
|
|
3
|
+
Serializer for UDPRoute resources with port validation.
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**id** | **number** | | [optional] [readonly] [default to undefined]
|
|
10
|
+
**name** | **string** | | [optional] [default to undefined]
|
|
11
|
+
**namespace** | **string** | | [optional] [default to undefined]
|
|
12
|
+
**port** | **number** | External port to expose | [optional] [default to undefined]
|
|
13
|
+
**backend_service_name** | **string** | Name of the backend Kubernetes Service | [optional] [default to undefined]
|
|
14
|
+
**backend_service_port** | **number** | Port of the backend Service | [optional] [default to undefined]
|
|
15
|
+
**backend_namespace** | **string** | Namespace of the backend Service | [optional] [default to 'default']
|
|
16
|
+
**status_ready** | **boolean** | | [optional] [readonly] [default to undefined]
|
|
17
|
+
**status_message** | **string** | | [optional] [readonly] [default to undefined]
|
|
18
|
+
**created** | **string** | | [optional] [readonly] [default to undefined]
|
|
19
|
+
**updated** | **string** | | [optional] [readonly] [default to undefined]
|
|
20
|
+
|
|
21
|
+
## Example
|
|
22
|
+
|
|
23
|
+
```typescript
|
|
24
|
+
import { PatchedUDPRoute } from '@pidginhost/sdk';
|
|
25
|
+
|
|
26
|
+
const instance: PatchedUDPRoute = {
|
|
27
|
+
id,
|
|
28
|
+
name,
|
|
29
|
+
namespace,
|
|
30
|
+
port,
|
|
31
|
+
backend_service_name,
|
|
32
|
+
backend_service_port,
|
|
33
|
+
backend_namespace,
|
|
34
|
+
status_ready,
|
|
35
|
+
status_message,
|
|
36
|
+
created,
|
|
37
|
+
updated,
|
|
38
|
+
};
|
|
39
|
+
```
|
|
40
|
+
|
|
41
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
# PatchedVolume
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**id** | **number** | | [optional] [readonly] [default to undefined]
|
|
9
|
+
**project** | **string** | | [optional] [default to undefined]
|
|
10
|
+
**alias** | **string** | | [optional] [default to undefined]
|
|
11
|
+
**size** | **number** | GB | [optional] [default to undefined]
|
|
12
|
+
**product** | **string** | ID or slug | [optional] [default to undefined]
|
|
13
|
+
**attached** | **boolean** | | [optional] [readonly] [default to undefined]
|
|
14
|
+
**server** | **string** | | [optional] [readonly] [default to '']
|
|
15
|
+
|
|
16
|
+
## Example
|
|
17
|
+
|
|
18
|
+
```typescript
|
|
19
|
+
import { PatchedVolume } from '@pidginhost/sdk';
|
|
20
|
+
|
|
21
|
+
const instance: PatchedVolume = {
|
|
22
|
+
id,
|
|
23
|
+
project,
|
|
24
|
+
alias,
|
|
25
|
+
size,
|
|
26
|
+
product,
|
|
27
|
+
attached,
|
|
28
|
+
server,
|
|
29
|
+
};
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# PayWithFundsResponse
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**message** | **string** | | [default to undefined]
|
|
9
|
+
**balance** | **string** | | [default to undefined]
|
|
10
|
+
|
|
11
|
+
## Example
|
|
12
|
+
|
|
13
|
+
```typescript
|
|
14
|
+
import { PayWithFundsResponse } from '@pidginhost/sdk';
|
|
15
|
+
|
|
16
|
+
const instance: PayWithFundsResponse = {
|
|
17
|
+
message,
|
|
18
|
+
balance,
|
|
19
|
+
};
|
|
20
|
+
```
|
|
21
|
+
|
|
22
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# PowerAction
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**action** | [**PowerActionActionEnum**](PowerActionActionEnum.md) | | [default to undefined]
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```typescript
|
|
13
|
+
import { PowerAction } from '@pidginhost/sdk';
|
|
14
|
+
|
|
15
|
+
const instance: PowerAction = {
|
|
16
|
+
action,
|
|
17
|
+
};
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# PowerActionActionEnum
|
|
2
|
+
|
|
3
|
+
* `start` - start * `stop` - stop * `restart` - restart * `shutdown` - shutdown
|
|
4
|
+
|
|
5
|
+
## Enum
|
|
6
|
+
|
|
7
|
+
* `Start` (value: `'start'`)
|
|
8
|
+
|
|
9
|
+
* `Stop` (value: `'stop'`)
|
|
10
|
+
|
|
11
|
+
* `Restart` (value: `'restart'`)
|
|
12
|
+
|
|
13
|
+
* `Shutdown` (value: `'shutdown'`)
|
|
14
|
+
|
|
15
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# PowerActionResponse
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**message** | **string** | | [default to undefined]
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```typescript
|
|
13
|
+
import { PowerActionResponse } from '@pidginhost/sdk';
|
|
14
|
+
|
|
15
|
+
const instance: PowerActionResponse = {
|
|
16
|
+
message,
|
|
17
|
+
};
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# PowerManagement
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**status** | **string** | | [default to undefined]
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```typescript
|
|
13
|
+
import { PowerManagement } from '@pidginhost/sdk';
|
|
14
|
+
|
|
15
|
+
const instance: PowerManagement = {
|
|
16
|
+
status,
|
|
17
|
+
};
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# PowerManagementRequest
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**action** | [**PowerManagementRequestActionEnum**](PowerManagementRequestActionEnum.md) | | [default to undefined]
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```typescript
|
|
13
|
+
import { PowerManagementRequest } from '@pidginhost/sdk';
|
|
14
|
+
|
|
15
|
+
const instance: PowerManagementRequest = {
|
|
16
|
+
action,
|
|
17
|
+
};
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# PowerManagementRequestActionEnum
|
|
2
|
+
|
|
3
|
+
* `start` - start * `stop` - stop * `shutdown` - shutdown * `reboot` - reboot
|
|
4
|
+
|
|
5
|
+
## Enum
|
|
6
|
+
|
|
7
|
+
* `Start` (value: `'start'`)
|
|
8
|
+
|
|
9
|
+
* `Stop` (value: `'stop'`)
|
|
10
|
+
|
|
11
|
+
* `Shutdown` (value: `'shutdown'`)
|
|
12
|
+
|
|
13
|
+
* `Reboot` (value: `'reboot'`)
|
|
14
|
+
|
|
15
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# Priority3cdEnum
|
|
2
|
+
|
|
3
|
+
* `low` - Low * `medium` - Medium * `high` - High
|
|
4
|
+
|
|
5
|
+
## Enum
|
|
6
|
+
|
|
7
|
+
* `Low` (value: `'low'`)
|
|
8
|
+
|
|
9
|
+
* `Medium` (value: `'medium'`)
|
|
10
|
+
|
|
11
|
+
* `High` (value: `'high'`)
|
|
12
|
+
|
|
13
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
# PrivateNetwork
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**id** | **number** | | [readonly] [default to undefined]
|
|
9
|
+
**slug** | **string** | CIDR format | [readonly] [default to undefined]
|
|
10
|
+
**address** | **string** | CIDR format | [default to undefined]
|
|
11
|
+
**gateway** | **string** | | [optional] [default to undefined]
|
|
12
|
+
**provisioned** | **boolean** | | [readonly] [default to undefined]
|
|
13
|
+
**servers** | **Array<{ [key: string]: string; }>** | | [readonly] [default to undefined]
|
|
14
|
+
|
|
15
|
+
## Example
|
|
16
|
+
|
|
17
|
+
```typescript
|
|
18
|
+
import { PrivateNetwork } from '@pidginhost/sdk';
|
|
19
|
+
|
|
20
|
+
const instance: PrivateNetwork = {
|
|
21
|
+
id,
|
|
22
|
+
slug,
|
|
23
|
+
address,
|
|
24
|
+
gateway,
|
|
25
|
+
provisioned,
|
|
26
|
+
servers,
|
|
27
|
+
};
|
|
28
|
+
```
|
|
29
|
+
|
|
30
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# PrivateNetworkAddHost
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**server** | **string** | Server hostname | [default to undefined]
|
|
9
|
+
**address** | **string** | | [optional] [default to undefined]
|
|
10
|
+
|
|
11
|
+
## Example
|
|
12
|
+
|
|
13
|
+
```typescript
|
|
14
|
+
import { PrivateNetworkAddHost } from '@pidginhost/sdk';
|
|
15
|
+
|
|
16
|
+
const instance: PrivateNetworkAddHost = {
|
|
17
|
+
server,
|
|
18
|
+
address,
|
|
19
|
+
};
|
|
20
|
+
```
|
|
21
|
+
|
|
22
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# PrivateNetworkRemoveHost
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**server** | **string** | Server hostname or private IP | [default to undefined]
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```typescript
|
|
13
|
+
import { PrivateNetworkRemoveHost } from '@pidginhost/sdk';
|
|
14
|
+
|
|
15
|
+
const instance: PrivateNetworkRemoveHost = {
|
|
16
|
+
server,
|
|
17
|
+
};
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
package/docs/Profile.md
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# Profile
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**first_name** | **string** | | [default to undefined]
|
|
9
|
+
**last_name** | **string** | | [default to undefined]
|
|
10
|
+
**funds** | **string** | | [readonly] [default to undefined]
|
|
11
|
+
**phone** | **string** | | [default to undefined]
|
|
12
|
+
|
|
13
|
+
## Example
|
|
14
|
+
|
|
15
|
+
```typescript
|
|
16
|
+
import { Profile } from '@pidginhost/sdk';
|
|
17
|
+
|
|
18
|
+
const instance: Profile = {
|
|
19
|
+
first_name,
|
|
20
|
+
last_name,
|
|
21
|
+
funds,
|
|
22
|
+
phone,
|
|
23
|
+
};
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
# PublicIPv4
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**id** | **number** | | [readonly] [default to undefined]
|
|
9
|
+
**slug** | **string** | | [readonly] [default to undefined]
|
|
10
|
+
**address** | **string** | | [readonly] [default to undefined]
|
|
11
|
+
**gateway** | **string** | | [readonly] [default to undefined]
|
|
12
|
+
**prefix** | **number** | | [readonly] [default to undefined]
|
|
13
|
+
**attached** | **boolean** | | [readonly] [default to undefined]
|
|
14
|
+
**server** | **string** | | [readonly] [default to undefined]
|
|
15
|
+
|
|
16
|
+
## Example
|
|
17
|
+
|
|
18
|
+
```typescript
|
|
19
|
+
import { PublicIPv4 } from '@pidginhost/sdk';
|
|
20
|
+
|
|
21
|
+
const instance: PublicIPv4 = {
|
|
22
|
+
id,
|
|
23
|
+
slug,
|
|
24
|
+
address,
|
|
25
|
+
gateway,
|
|
26
|
+
prefix,
|
|
27
|
+
attached,
|
|
28
|
+
server,
|
|
29
|
+
};
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
# PublicIPv6
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**id** | **number** | | [readonly] [default to undefined]
|
|
9
|
+
**slug** | **string** | | [readonly] [default to undefined]
|
|
10
|
+
**address** | **string** | | [readonly] [default to undefined]
|
|
11
|
+
**gateway** | **string** | | [readonly] [default to undefined]
|
|
12
|
+
**prefix** | **number** | | [readonly] [default to undefined]
|
|
13
|
+
**attached** | **boolean** | | [readonly] [default to undefined]
|
|
14
|
+
**server** | **string** | | [readonly] [default to undefined]
|
|
15
|
+
|
|
16
|
+
## Example
|
|
17
|
+
|
|
18
|
+
```typescript
|
|
19
|
+
import { PublicIPv6 } from '@pidginhost/sdk';
|
|
20
|
+
|
|
21
|
+
const instance: PublicIPv6 = {
|
|
22
|
+
id,
|
|
23
|
+
slug,
|
|
24
|
+
address,
|
|
25
|
+
gateway,
|
|
26
|
+
prefix,
|
|
27
|
+
attached,
|
|
28
|
+
server,
|
|
29
|
+
};
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
# PublicInterface
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**_interface** | **string** | | [readonly] [default to undefined]
|
|
9
|
+
**ipv4** | **string** | | [readonly] [default to undefined]
|
|
10
|
+
**ipv6** | **string** | | [readonly] [default to undefined]
|
|
11
|
+
**fw_rules_set** | **string** | ID or slug | [optional] [default to undefined]
|
|
12
|
+
**fw_policy_in** | [**FwPolicyOutEnum**](FwPolicyOutEnum.md) | | [optional] [default to undefined]
|
|
13
|
+
**fw_policy_out** | [**FwPolicyOutEnum**](FwPolicyOutEnum.md) | | [optional] [default to undefined]
|
|
14
|
+
|
|
15
|
+
## Example
|
|
16
|
+
|
|
17
|
+
```typescript
|
|
18
|
+
import { PublicInterface } from '@pidginhost/sdk';
|
|
19
|
+
|
|
20
|
+
const instance: PublicInterface = {
|
|
21
|
+
_interface,
|
|
22
|
+
ipv4,
|
|
23
|
+
ipv6,
|
|
24
|
+
fw_rules_set,
|
|
25
|
+
fw_policy_in,
|
|
26
|
+
fw_policy_out,
|
|
27
|
+
};
|
|
28
|
+
```
|
|
29
|
+
|
|
30
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# RDNSUpdateResponse
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**message** | **string** | | [default to undefined]
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```typescript
|
|
13
|
+
import { RDNSUpdateResponse } from '@pidginhost/sdk';
|
|
14
|
+
|
|
15
|
+
const instance: RDNSUpdateResponse = {
|
|
16
|
+
message,
|
|
17
|
+
};
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# Reinstall
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**os_id** | **number** | | [default to undefined]
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```typescript
|
|
13
|
+
import { Reinstall } from '@pidginhost/sdk';
|
|
14
|
+
|
|
15
|
+
const instance: Reinstall = {
|
|
16
|
+
os_id,
|
|
17
|
+
};
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|