Initial commit
This commit is contained in:
parent
6ae7915bed
commit
1471ce6ba4
546 changed files with 143609 additions and 0 deletions
11
docs/Model/ApplyBlockMigrationRequest.md
Normal file
11
docs/Model/ApplyBlockMigrationRequest.md
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# # ApplyBlockMigrationRequest
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**volume_id** | **string** | The volume to migrate, along with potentially other resources, according to the migration plan generated with a call to the [Get a volume or snapshot's migration plan](#path-volumes-get-a-volume-or-snapshots-migration-plan) endpoint. | [optional]
|
||||
**snapshot_id** | **string** | The snapshot to migrate, along with potentially other resources, according to the migration plan generated with a call to the [Get a volume or snapshot's migration plan](#path-volumes-get-a-volume-or-snapshots-migration-plan) endpoint. | [optional]
|
||||
**validation_key** | **string** | A value to be retrieved from a call to the [Get a volume or snapshot's migration plan](#path-volumes-get-a-volume-or-snapshots-migration-plan) endpoint, to confirm that the volume and/or snapshots specified in said plan should be migrated. |
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
11
docs/Model/AttachServerVolumeRequest.md
Normal file
11
docs/Model/AttachServerVolumeRequest.md
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# # AttachServerVolumeRequest
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**volume_id** | **string** | | [optional]
|
||||
**volume_type** | [**\OpenAPI\Client\Model\ScalewayInstanceV1AttachServerVolumeRequestVolumeType**](ScalewayInstanceV1AttachServerVolumeRequestVolumeType.md) | | [optional]
|
||||
**boot** | **bool** | | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
# # CheckBlockMigrationOrganizationQuotasRequest
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**organization** | **string** | | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
16
docs/Model/CreateImageRequest.md
Normal file
16
docs/Model/CreateImageRequest.md
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# # CreateImageRequest
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**name** | **string** | Name of the image. | [optional]
|
||||
**root_volume** | **string** | UUID of the snapshot. |
|
||||
**arch** | **string** | Architecture of the image. | [default to 'unknown_arch']
|
||||
**extra_volumes** | [**\OpenAPI\Client\Model\CreateImageRequestExtraVolumes**](CreateImageRequestExtraVolumes.md) | | [optional]
|
||||
**organization** | **string** | Organization ID of the image. | [optional]
|
||||
**project** | **string** | Project ID of the image. | [optional]
|
||||
**tags** | **string[]** | Tags of the image. | [optional]
|
||||
**public** | **bool** | True to create a public image. | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
9
docs/Model/CreateImageRequestExtraVolumes.md
Normal file
9
docs/Model/CreateImageRequestExtraVolumes.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# # CreateImageRequestExtraVolumes
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**extra_volume_key** | [**\OpenAPI\Client\Model\ScalewayInstanceV1VolumeTemplate**](ScalewayInstanceV1VolumeTemplate.md) | | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
13
docs/Model/CreateIpRequest.md
Normal file
13
docs/Model/CreateIpRequest.md
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# # CreateIpRequest
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**organization** | **string** | Organization ID in which the IP is reserved. | [optional]
|
||||
**project** | **string** | Project ID in which the IP is reserved. | [optional]
|
||||
**tags** | **string[]** | Tags of the IP. | [optional]
|
||||
**server** | **string** | UUID of the Instance you want to attach the IP to. | [optional]
|
||||
**type** | **string** | IP type to reserve (either 'routed_ipv4' or 'routed_ipv6'). | [optional] [default to 'unknown_iptype']
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
14
docs/Model/CreatePlacementGroupRequest.md
Normal file
14
docs/Model/CreatePlacementGroupRequest.md
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# # CreatePlacementGroupRequest
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**name** | **string** | Name of the placement group. | [optional]
|
||||
**organization** | **string** | Organization ID of the placement group. | [optional]
|
||||
**project** | **string** | Project ID of the placement group. | [optional]
|
||||
**tags** | **string[]** | Tags of the placement group. | [optional]
|
||||
**policy_mode** | **string** | Operating mode of the placement group. | [optional] [default to 'optional']
|
||||
**policy_type** | **string** | Policy type of the placement group. | [optional] [default to 'max_availability']
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
11
docs/Model/CreatePrivateNICRequest.md
Normal file
11
docs/Model/CreatePrivateNICRequest.md
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# # CreatePrivateNICRequest
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**private_network_id** | **string** | UUID of the private network where the private NIC will be attached. |
|
||||
**tags** | **string[]** | Private NIC tags. | [optional]
|
||||
**ipam_ip_ids** | **string[]** | UUID of IPAM ips, to be attached to the instance in the requested private network. (UUID format) | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
19
docs/Model/CreateSecurityGroupRequest.md
Normal file
19
docs/Model/CreateSecurityGroupRequest.md
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# # CreateSecurityGroupRequest
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**name** | **string** | Name of the security group. |
|
||||
**description** | **string** | Description of the security group. | [optional]
|
||||
**organization** | **string** | Organization ID the security group belongs to. | [optional]
|
||||
**project** | **string** | Project ID the security group belong to. | [optional]
|
||||
**tags** | **string[]** | Tags of the security group. | [optional]
|
||||
**organization_default** | **bool** | Defines whether this security group becomes the default security group for new Instances. | [optional]
|
||||
**project_default** | **bool** | Whether this security group becomes the default security group for new Instances. | [optional]
|
||||
**stateful** | **bool** | Whether the security group is stateful or not. | [optional] [default to false]
|
||||
**inbound_default_policy** | **string** | Default policy for inbound rules. | [optional] [default to 'accept']
|
||||
**outbound_default_policy** | **string** | Default policy for outbound rules. | [optional] [default to 'accept']
|
||||
**enable_default_security** | **bool** | True to block SMTP on IPv4 and IPv6. This feature is read only, please open a support ticket if you need to make it configurable. | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
16
docs/Model/CreateSecurityGroupRuleRequest.md
Normal file
16
docs/Model/CreateSecurityGroupRuleRequest.md
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# # CreateSecurityGroupRuleRequest
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**protocol** | [**\OpenAPI\Client\Model\ScalewayInstanceV1SecurityGroupRuleProtocol**](ScalewayInstanceV1SecurityGroupRuleProtocol.md) | |
|
||||
**direction** | [**\OpenAPI\Client\Model\ScalewayInstanceV1SecurityGroupRuleDirection**](ScalewayInstanceV1SecurityGroupRuleDirection.md) | |
|
||||
**action** | [**\OpenAPI\Client\Model\ScalewayInstanceV1SecurityGroupRuleAction**](ScalewayInstanceV1SecurityGroupRuleAction.md) | |
|
||||
**ip_range** | **string** | (IP network) |
|
||||
**dest_port_from** | **int** | Beginning of the range of ports to apply this rule to (inclusive). | [optional]
|
||||
**dest_port_to** | **int** | End of the range of ports to apply this rule to (inclusive). | [optional]
|
||||
**position** | **int** | Position of this rule in the security group rules list. | [optional]
|
||||
**editable** | **bool** | Indicates if this rule is editable (will be ignored). | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
24
docs/Model/CreateServerRequest.md
Normal file
24
docs/Model/CreateServerRequest.md
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
# # CreateServerRequest
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**name** | **string** | Instance name. |
|
||||
**dynamic_ip_required** | **bool** | Define if a dynamic IPv4 is required for the Instance. | [optional]
|
||||
**routed_ip_enabled** | **bool** | If true, configure the Instance so it uses the new routed IP mode. | [optional]
|
||||
**commercial_type** | **string** | Define the Instance commercial type (i.e. GP1-S). |
|
||||
**image** | **string** | Instance image ID or label. When an image label is used, it will be converted to the latest image available on the Marketplace. By default, the selected local image will be the instance_sbs local image. If an l_ssd or b_ssd volume is specified in the volumes argument, an instance_local local image will be selected instead. | [optional]
|
||||
**volumes** | [**\OpenAPI\Client\Model\CreateServerRequestVolumes**](CreateServerRequestVolumes.md) | | [optional]
|
||||
**enable_ipv6** | **bool** | True if IPv6 is enabled on the server (deprecated and always `False` when `routed_ip_enabled` is `True`). | [optional]
|
||||
**public_ip** | **string** | ID of the reserved IP to attach to the Instance. | [optional]
|
||||
**public_ips** | **string[]** | A list of reserved IP IDs to attach to the Instance. | [optional]
|
||||
**boot_type** | **string** | Boot type to use. | [optional] [default to 'local']
|
||||
**organization** | **string** | Instance Organization ID. | [optional]
|
||||
**project** | **string** | Instance Project ID. | [optional]
|
||||
**tags** | **string[]** | Instance tags. | [optional]
|
||||
**security_group** | **string** | Security group ID. | [optional]
|
||||
**placement_group** | **string** | Placement group ID if Instance must be part of a placement group. | [optional]
|
||||
**admin_password_encryption_ssh_key_id** | **string** | UUID of the SSH RSA key that will be used to encrypt the initial admin password for OS requiring it. Mandatory for Windows OS. The public_key value of this key is used to encrypt the admin password. | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
9
docs/Model/CreateServerRequestVolumes.md
Normal file
9
docs/Model/CreateServerRequestVolumes.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# # CreateServerRequestVolumes
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**volume_key** | [**\OpenAPI\Client\Model\ScalewayInstanceV1VolumeServerTemplate**](ScalewayInstanceV1VolumeServerTemplate.md) | | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
17
docs/Model/CreateSnapshotRequest.md
Normal file
17
docs/Model/CreateSnapshotRequest.md
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# # CreateSnapshotRequest
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**name** | **string** | Name of the snapshot. | [optional]
|
||||
**volume_id** | **string** | UUID of the volume. | [optional]
|
||||
**tags** | **string[]** | Tags of the snapshot. | [optional]
|
||||
**organization** | **string** | Organization ID of the snapshot. | [optional]
|
||||
**project** | **string** | Project ID of the snapshot. | [optional]
|
||||
**volume_type** | **string** | Volume type of the snapshot. Overrides the volume_type of the snapshot. If omitted, the volume type of the original volume will be used. | [optional] [default to 'unknown_volume_type']
|
||||
**bucket** | **string** | Bucket name for snapshot imports. | [optional]
|
||||
**key** | **string** | Object key for snapshot imports. | [optional]
|
||||
**size** | **int** | Imported snapshot size, must be a multiple of 512. (in bytes) | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
15
docs/Model/CreateVolumeRequest.md
Normal file
15
docs/Model/CreateVolumeRequest.md
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# # CreateVolumeRequest
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**name** | **string** | Volume name. | [optional]
|
||||
**organization** | **string** | Volume Organization ID. | [optional]
|
||||
**project** | **string** | Volume Project ID. | [optional]
|
||||
**tags** | **string[]** | Volume tags. | [optional]
|
||||
**volume_type** | **string** | Volume type. | [optional] [default to 'l_ssd']
|
||||
**size** | **int** | Volume disk size, must be a multiple of 512. (in bytes) | [optional]
|
||||
**base_snapshot** | **string** | ID of the snapshot on which this volume will be based. | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
9
docs/Model/DetachServerVolumeRequest.md
Normal file
9
docs/Model/DetachServerVolumeRequest.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# # DetachServerVolumeRequest
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**volume_id** | **string** | | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
10
docs/Model/ExportSnapshotRequest.md
Normal file
10
docs/Model/ExportSnapshotRequest.md
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# # ExportSnapshotRequest
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**bucket** | **string** | Object Storage bucket name. | [optional]
|
||||
**key** | **string** | Object key. | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
10
docs/Model/PlanBlockMigrationRequest.md
Normal file
10
docs/Model/PlanBlockMigrationRequest.md
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# # PlanBlockMigrationRequest
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**volume_id** | **string** | The volume for which the migration plan will be generated. | [optional]
|
||||
**snapshot_id** | **string** | The snapshot for which the migration plan will be generated. | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
8
docs/Model/ScalewayInstanceV1Arch.md
Normal file
8
docs/Model/ScalewayInstanceV1Arch.md
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# # ScalewayInstanceV1Arch
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
# # ScalewayInstanceV1AttachServerVolumeRequestVolumeType
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
# # ScalewayInstanceV1AttachServerVolumeResponse
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**server** | [**\OpenAPI\Client\Model\ScalewayInstanceV1Server**](ScalewayInstanceV1Server.md) | | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
8
docs/Model/ScalewayInstanceV1BootType.md
Normal file
8
docs/Model/ScalewayInstanceV1BootType.md
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# # ScalewayInstanceV1BootType
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
20
docs/Model/ScalewayInstanceV1Bootscript.md
Normal file
20
docs/Model/ScalewayInstanceV1Bootscript.md
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# # ScalewayInstanceV1Bootscript
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**architecture** | [**\OpenAPI\Client\Model\ScalewayInstanceV1Arch**](ScalewayInstanceV1Arch.md) | | [optional]
|
||||
**bootcmdargs** | **string** | | [optional]
|
||||
**default** | **bool** | | [optional]
|
||||
**dtb** | **string** | | [optional]
|
||||
**id** | **string** | | [optional]
|
||||
**initrd** | **string** | | [optional]
|
||||
**kernel** | **string** | | [optional]
|
||||
**organization** | **string** | | [optional]
|
||||
**public** | **bool** | | [optional]
|
||||
**title** | **string** | | [optional]
|
||||
**project** | **string** | | [optional]
|
||||
**zone** | **string** | The zone you want to target | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
9
docs/Model/ScalewayInstanceV1CreateImageResponse.md
Normal file
9
docs/Model/ScalewayInstanceV1CreateImageResponse.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# # ScalewayInstanceV1CreateImageResponse
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**image** | [**\OpenAPI\Client\Model\ScalewayInstanceV1Image**](ScalewayInstanceV1Image.md) | | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
9
docs/Model/ScalewayInstanceV1CreateIpResponse.md
Normal file
9
docs/Model/ScalewayInstanceV1CreateIpResponse.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# # ScalewayInstanceV1CreateIpResponse
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**ip** | [**\OpenAPI\Client\Model\ScalewayInstanceV1Ip**](ScalewayInstanceV1Ip.md) | | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
# # ScalewayInstanceV1CreatePlacementGroupResponse
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**placement_group** | [**\OpenAPI\Client\Model\ScalewayInstanceV1PlacementGroup**](ScalewayInstanceV1PlacementGroup.md) | | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
9
docs/Model/ScalewayInstanceV1CreatePrivateNICResponse.md
Normal file
9
docs/Model/ScalewayInstanceV1CreatePrivateNICResponse.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# # ScalewayInstanceV1CreatePrivateNICResponse
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**private_nic** | [**\OpenAPI\Client\Model\ScalewayInstanceV1PrivateNIC**](ScalewayInstanceV1PrivateNIC.md) | | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
# # ScalewayInstanceV1CreateSecurityGroupResponse
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**security_group** | [**\OpenAPI\Client\Model\ScalewayInstanceV1SecurityGroup**](ScalewayInstanceV1SecurityGroup.md) | | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
# # ScalewayInstanceV1CreateSecurityGroupRuleResponse
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**rule** | [**\OpenAPI\Client\Model\ScalewayInstanceV1SecurityGroupRule**](ScalewayInstanceV1SecurityGroupRule.md) | | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
9
docs/Model/ScalewayInstanceV1CreateServerResponse.md
Normal file
9
docs/Model/ScalewayInstanceV1CreateServerResponse.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# # ScalewayInstanceV1CreateServerResponse
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**server** | [**\OpenAPI\Client\Model\ScalewayInstanceV1Server**](ScalewayInstanceV1Server.md) | | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
10
docs/Model/ScalewayInstanceV1CreateSnapshotResponse.md
Normal file
10
docs/Model/ScalewayInstanceV1CreateSnapshotResponse.md
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# # ScalewayInstanceV1CreateSnapshotResponse
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**snapshot** | [**\OpenAPI\Client\Model\ScalewayInstanceV1Snapshot**](ScalewayInstanceV1Snapshot.md) | | [optional]
|
||||
**task** | [**\OpenAPI\Client\Model\ScalewayInstanceV1Task**](ScalewayInstanceV1Task.md) | | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
9
docs/Model/ScalewayInstanceV1CreateVolumeResponse.md
Normal file
9
docs/Model/ScalewayInstanceV1CreateVolumeResponse.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# # ScalewayInstanceV1CreateVolumeResponse
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**volume** | [**\OpenAPI\Client\Model\ScalewayInstanceV1Volume**](ScalewayInstanceV1Volume.md) | | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
23
docs/Model/ScalewayInstanceV1Dashboard.md
Normal file
23
docs/Model/ScalewayInstanceV1Dashboard.md
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
# # ScalewayInstanceV1Dashboard
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**volumes_count** | **int** | | [optional]
|
||||
**running_servers_count** | **int** | | [optional]
|
||||
**servers_by_types** | [**\OpenAPI\Client\Model\ScalewayInstanceV1DashboardServersByTypes**](ScalewayInstanceV1DashboardServersByTypes.md) | | [optional]
|
||||
**images_count** | **int** | | [optional]
|
||||
**snapshots_count** | **int** | | [optional]
|
||||
**servers_count** | **int** | | [optional]
|
||||
**ips_count** | **int** | | [optional]
|
||||
**security_groups_count** | **int** | | [optional]
|
||||
**ips_unused** | **int** | | [optional]
|
||||
**volumes_l_ssd_count** | **int** | | [optional]
|
||||
**volumes_b_ssd_count** | **int** | | [optional]
|
||||
**volumes_l_ssd_total_size** | **int** | (in bytes) | [optional]
|
||||
**volumes_b_ssd_total_size** | **int** | (in bytes) | [optional]
|
||||
**private_nics_count** | **int** | | [optional]
|
||||
**placement_groups_count** | **int** | | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
9
docs/Model/ScalewayInstanceV1DashboardServersByTypes.md
Normal file
9
docs/Model/ScalewayInstanceV1DashboardServersByTypes.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# # ScalewayInstanceV1DashboardServersByTypes
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**servers_by_type_key** | **int** | | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
# # ScalewayInstanceV1DetachServerVolumeResponse
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**server** | [**\OpenAPI\Client\Model\ScalewayInstanceV1Server**](ScalewayInstanceV1Server.md) | | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
9
docs/Model/ScalewayInstanceV1ExportSnapshotResponse.md
Normal file
9
docs/Model/ScalewayInstanceV1ExportSnapshotResponse.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# # ScalewayInstanceV1ExportSnapshotResponse
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**task** | [**\OpenAPI\Client\Model\ScalewayInstanceV1Task**](ScalewayInstanceV1Task.md) | | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
9
docs/Model/ScalewayInstanceV1GetDashboardResponse.md
Normal file
9
docs/Model/ScalewayInstanceV1GetDashboardResponse.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# # ScalewayInstanceV1GetDashboardResponse
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**dashboard** | [**\OpenAPI\Client\Model\ScalewayInstanceV1Dashboard**](ScalewayInstanceV1Dashboard.md) | | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
9
docs/Model/ScalewayInstanceV1GetImageResponse.md
Normal file
9
docs/Model/ScalewayInstanceV1GetImageResponse.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# # ScalewayInstanceV1GetImageResponse
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**image** | [**\OpenAPI\Client\Model\ScalewayInstanceV1Image**](ScalewayInstanceV1Image.md) | | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
9
docs/Model/ScalewayInstanceV1GetIpResponse.md
Normal file
9
docs/Model/ScalewayInstanceV1GetIpResponse.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# # ScalewayInstanceV1GetIpResponse
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**ip** | [**\OpenAPI\Client\Model\ScalewayInstanceV1Ip**](ScalewayInstanceV1Ip.md) | | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
# # ScalewayInstanceV1GetPlacementGroupResponse
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**placement_group** | [**\OpenAPI\Client\Model\ScalewayInstanceV1PlacementGroup**](ScalewayInstanceV1PlacementGroup.md) | | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
# # ScalewayInstanceV1GetPlacementGroupServersResponse
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**servers** | [**\OpenAPI\Client\Model\ScalewayInstanceV1PlacementGroupServer[]**](ScalewayInstanceV1PlacementGroupServer.md) | Instances attached to the placement group. | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
9
docs/Model/ScalewayInstanceV1GetPrivateNICResponse.md
Normal file
9
docs/Model/ScalewayInstanceV1GetPrivateNICResponse.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# # ScalewayInstanceV1GetPrivateNICResponse
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**private_nic** | [**\OpenAPI\Client\Model\ScalewayInstanceV1PrivateNIC**](ScalewayInstanceV1PrivateNIC.md) | | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
9
docs/Model/ScalewayInstanceV1GetSecurityGroupResponse.md
Normal file
9
docs/Model/ScalewayInstanceV1GetSecurityGroupResponse.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# # ScalewayInstanceV1GetSecurityGroupResponse
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**security_group** | [**\OpenAPI\Client\Model\ScalewayInstanceV1SecurityGroup**](ScalewayInstanceV1SecurityGroup.md) | | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
# # ScalewayInstanceV1GetSecurityGroupRuleResponse
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**rule** | [**\OpenAPI\Client\Model\ScalewayInstanceV1SecurityGroupRule**](ScalewayInstanceV1SecurityGroupRule.md) | | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
9
docs/Model/ScalewayInstanceV1GetServerResponse.md
Normal file
9
docs/Model/ScalewayInstanceV1GetServerResponse.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# # ScalewayInstanceV1GetServerResponse
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**server** | [**\OpenAPI\Client\Model\ScalewayInstanceV1Server**](ScalewayInstanceV1Server.md) | | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
# # ScalewayInstanceV1GetServerTypesAvailabilityResponse
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**servers** | [**\OpenAPI\Client\Model\ScalewayInstanceV1GetServerTypesAvailabilityResponseServers**](ScalewayInstanceV1GetServerTypesAvailabilityResponseServers.md) | | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
# # ScalewayInstanceV1GetServerTypesAvailabilityResponseAvailability
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**availability** | [**\OpenAPI\Client\Model\ScalewayInstanceV1ServerTypesAvailability**](ScalewayInstanceV1ServerTypesAvailability.md) | | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
# # ScalewayInstanceV1GetServerTypesAvailabilityResponseServers
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**server_key** | [**\OpenAPI\Client\Model\ScalewayInstanceV1GetServerTypesAvailabilityResponseAvailability**](ScalewayInstanceV1GetServerTypesAvailabilityResponseAvailability.md) | | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
9
docs/Model/ScalewayInstanceV1GetSnapshotResponse.md
Normal file
9
docs/Model/ScalewayInstanceV1GetSnapshotResponse.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# # ScalewayInstanceV1GetSnapshotResponse
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**snapshot** | [**\OpenAPI\Client\Model\ScalewayInstanceV1Snapshot**](ScalewayInstanceV1Snapshot.md) | | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
9
docs/Model/ScalewayInstanceV1GetVolumeResponse.md
Normal file
9
docs/Model/ScalewayInstanceV1GetVolumeResponse.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# # ScalewayInstanceV1GetVolumeResponse
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**volume** | [**\OpenAPI\Client\Model\ScalewayInstanceV1Volume**](ScalewayInstanceV1Volume.md) | | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
23
docs/Model/ScalewayInstanceV1Image.md
Normal file
23
docs/Model/ScalewayInstanceV1Image.md
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
# # ScalewayInstanceV1Image
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**id** | **string** | | [optional]
|
||||
**name** | **string** | | [optional]
|
||||
**arch** | [**\OpenAPI\Client\Model\ScalewayInstanceV1Arch**](ScalewayInstanceV1Arch.md) | | [optional]
|
||||
**creation_date** | **\DateTime** | (RFC 3339 format) | [optional]
|
||||
**modification_date** | **\DateTime** | (RFC 3339 format) | [optional]
|
||||
**default_bootscript** | [**\OpenAPI\Client\Model\ScalewayInstanceV1Bootscript**](ScalewayInstanceV1Bootscript.md) | | [optional]
|
||||
**extra_volumes** | [**\OpenAPI\Client\Model\SetImageRequestExtraVolumes**](SetImageRequestExtraVolumes.md) | | [optional]
|
||||
**from_server** | **string** | | [optional]
|
||||
**organization** | **string** | | [optional]
|
||||
**public** | **bool** | | [optional]
|
||||
**root_volume** | [**\OpenAPI\Client\Model\ScalewayInstanceV1VolumeSummary**](ScalewayInstanceV1VolumeSummary.md) | | [optional]
|
||||
**state** | [**\OpenAPI\Client\Model\ScalewayInstanceV1ImageState**](ScalewayInstanceV1ImageState.md) | | [optional]
|
||||
**project** | **string** | | [optional]
|
||||
**tags** | **string[]** | | [optional]
|
||||
**zone** | **string** | The zone you want to target | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
8
docs/Model/ScalewayInstanceV1ImageState.md
Normal file
8
docs/Model/ScalewayInstanceV1ImageState.md
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# # ScalewayInstanceV1ImageState
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
20
docs/Model/ScalewayInstanceV1Ip.md
Normal file
20
docs/Model/ScalewayInstanceV1Ip.md
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# # ScalewayInstanceV1Ip
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**id** | **string** | | [optional]
|
||||
**address** | **string** | (IP address) | [optional]
|
||||
**reverse** | **string** | | [optional]
|
||||
**server** | [**\OpenAPI\Client\Model\ScalewayInstanceV1ServerSummary**](ScalewayInstanceV1ServerSummary.md) | | [optional]
|
||||
**organization** | **string** | | [optional]
|
||||
**tags** | **string[]** | | [optional]
|
||||
**project** | **string** | | [optional]
|
||||
**type** | [**\OpenAPI\Client\Model\ScalewayInstanceV1IpType**](ScalewayInstanceV1IpType.md) | | [optional]
|
||||
**state** | [**\OpenAPI\Client\Model\ScalewayInstanceV1IpState**](ScalewayInstanceV1IpState.md) | | [optional]
|
||||
**prefix** | **string** | (IP network) | [optional]
|
||||
**ipam_id** | **string** | (UUID format) | [optional]
|
||||
**zone** | **string** | The zone you want to target | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
8
docs/Model/ScalewayInstanceV1IpState.md
Normal file
8
docs/Model/ScalewayInstanceV1IpState.md
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# # ScalewayInstanceV1IpState
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
8
docs/Model/ScalewayInstanceV1IpType.md
Normal file
8
docs/Model/ScalewayInstanceV1IpType.md
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# # ScalewayInstanceV1IpType
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
9
docs/Model/ScalewayInstanceV1ListImagesResponse.md
Normal file
9
docs/Model/ScalewayInstanceV1ListImagesResponse.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# # ScalewayInstanceV1ListImagesResponse
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**images** | [**\OpenAPI\Client\Model\ScalewayInstanceV1Image[]**](ScalewayInstanceV1Image.md) | List of images. | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
9
docs/Model/ScalewayInstanceV1ListIpsResponse.md
Normal file
9
docs/Model/ScalewayInstanceV1ListIpsResponse.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# # ScalewayInstanceV1ListIpsResponse
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**ips** | [**\OpenAPI\Client\Model\ScalewayInstanceV1Ip[]**](ScalewayInstanceV1Ip.md) | List of ips. | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
# # ScalewayInstanceV1ListPlacementGroupsResponse
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**placement_groups** | [**\OpenAPI\Client\Model\ScalewayInstanceV1PlacementGroup[]**](ScalewayInstanceV1PlacementGroup.md) | List of placement groups. | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
10
docs/Model/ScalewayInstanceV1ListPrivateNICsResponse.md
Normal file
10
docs/Model/ScalewayInstanceV1ListPrivateNICsResponse.md
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# # ScalewayInstanceV1ListPrivateNICsResponse
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**private_nics** | [**\OpenAPI\Client\Model\ScalewayInstanceV1PrivateNIC[]**](ScalewayInstanceV1PrivateNIC.md) | | [optional]
|
||||
**total_count** | **int** | | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
# # ScalewayInstanceV1ListSecurityGroupRulesResponse
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**rules** | [**\OpenAPI\Client\Model\ScalewayInstanceV1SecurityGroupRule[]**](ScalewayInstanceV1SecurityGroupRule.md) | List of security rules. | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
# # ScalewayInstanceV1ListSecurityGroupsResponse
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**security_groups** | [**\OpenAPI\Client\Model\ScalewayInstanceV1SecurityGroup[]**](ScalewayInstanceV1SecurityGroup.md) | List of security groups. | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
# # ScalewayInstanceV1ListServerActionsResponse
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**actions** | [**\OpenAPI\Client\Model\ScalewayInstanceV1ServerAction[]**](ScalewayInstanceV1ServerAction.md) | | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
# # ScalewayInstanceV1ListServerUserDataResponse
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**user_data** | **string[]** | | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
9
docs/Model/ScalewayInstanceV1ListServersResponse.md
Normal file
9
docs/Model/ScalewayInstanceV1ListServersResponse.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# # ScalewayInstanceV1ListServersResponse
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**servers** | [**\OpenAPI\Client\Model\ScalewayInstanceV1Server[]**](ScalewayInstanceV1Server.md) | List of Instances. | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
9
docs/Model/ScalewayInstanceV1ListServersTypesResponse.md
Normal file
9
docs/Model/ScalewayInstanceV1ListServersTypesResponse.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# # ScalewayInstanceV1ListServersTypesResponse
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**servers** | [**\OpenAPI\Client\Model\ScalewayInstanceV1ListServersTypesResponseServers**](ScalewayInstanceV1ListServersTypesResponseServers.md) | | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
# # ScalewayInstanceV1ListServersTypesResponseServers
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**server_key** | [**\OpenAPI\Client\Model\ScalewayInstanceV1ServerType**](ScalewayInstanceV1ServerType.md) | | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
9
docs/Model/ScalewayInstanceV1ListSnapshotsResponse.md
Normal file
9
docs/Model/ScalewayInstanceV1ListSnapshotsResponse.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# # ScalewayInstanceV1ListSnapshotsResponse
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**snapshots** | [**\OpenAPI\Client\Model\ScalewayInstanceV1Snapshot[]**](ScalewayInstanceV1Snapshot.md) | List of snapshots. | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
9
docs/Model/ScalewayInstanceV1ListVolumesResponse.md
Normal file
9
docs/Model/ScalewayInstanceV1ListVolumesResponse.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# # ScalewayInstanceV1ListVolumesResponse
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**volumes** | [**\OpenAPI\Client\Model\ScalewayInstanceV1Volume[]**](ScalewayInstanceV1Volume.md) | List of volumes. | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
9
docs/Model/ScalewayInstanceV1ListVolumesTypesResponse.md
Normal file
9
docs/Model/ScalewayInstanceV1ListVolumesTypesResponse.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# # ScalewayInstanceV1ListVolumesTypesResponse
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**volumes** | [**\OpenAPI\Client\Model\ScalewayInstanceV1ListVolumesTypesResponseVolumes**](ScalewayInstanceV1ListVolumesTypesResponseVolumes.md) | | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
# # ScalewayInstanceV1ListVolumesTypesResponseVolumes
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**volume_key** | [**\OpenAPI\Client\Model\ScalewayInstanceV1VolumeType**](ScalewayInstanceV1VolumeType.md) | | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
11
docs/Model/ScalewayInstanceV1MigrationPlan.md
Normal file
11
docs/Model/ScalewayInstanceV1MigrationPlan.md
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# # ScalewayInstanceV1MigrationPlan
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**volume** | [**\OpenAPI\Client\Model\ScalewayInstanceV1MigrationPlanVolume**](ScalewayInstanceV1MigrationPlanVolume.md) | | [optional]
|
||||
**snapshots** | [**\OpenAPI\Client\Model\ScalewayInstanceV1Snapshot[]**](ScalewayInstanceV1Snapshot.md) | A list of snapshots which will be migrated to SBS together and with the volume, if present. | [optional]
|
||||
**validation_key** | **string** | A value to be passed to the call to the [Migrate a volume and/or snapshots to SBS](#path-volumes-migrate-a-volume-andor-snapshots-to-sbs-scaleway-block-storage) endpoint, to confirm that the execution of the plan is being requested. | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
21
docs/Model/ScalewayInstanceV1MigrationPlanVolume.md
Normal file
21
docs/Model/ScalewayInstanceV1MigrationPlanVolume.md
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# # ScalewayInstanceV1MigrationPlanVolume
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**id** | **string** | Volume unique ID. | [optional]
|
||||
**name** | **string** | Volume name. | [optional]
|
||||
**export_uri** | **string** | Show the volume NBD export URI. | [optional]
|
||||
**size** | **int** | Volume disk size. (in bytes) | [optional]
|
||||
**volume_type** | **string** | Volume type. | [optional] [default to 'l_ssd']
|
||||
**creation_date** | **\DateTime** | Volume creation date. (RFC 3339 format) | [optional]
|
||||
**modification_date** | **\DateTime** | Volume modification date. (RFC 3339 format) | [optional]
|
||||
**organization** | **string** | Volume Organization ID. | [optional]
|
||||
**project** | **string** | Volume Project ID. | [optional]
|
||||
**tags** | **string[]** | Volume tags. | [optional]
|
||||
**server** | [**\OpenAPI\Client\Model\SetVolumeRequestServer**](SetVolumeRequestServer.md) | | [optional]
|
||||
**state** | **string** | Volume state. | [optional] [default to 'available']
|
||||
**zone** | **string** | Zone in which the volume is located. | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
17
docs/Model/ScalewayInstanceV1PlacementGroup.md
Normal file
17
docs/Model/ScalewayInstanceV1PlacementGroup.md
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# # ScalewayInstanceV1PlacementGroup
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**id** | **string** | Placement group unique ID. | [optional]
|
||||
**name** | **string** | Placement group name. | [optional]
|
||||
**organization** | **string** | Placement group Organization ID. | [optional]
|
||||
**project** | **string** | Placement group Project ID. | [optional]
|
||||
**tags** | **string[]** | Placement group tags. | [optional]
|
||||
**policy_mode** | **string** | Select the failure mode when the placement cannot be respected, either optional or enforced. | [optional] [default to 'optional']
|
||||
**policy_type** | **string** | Select the behavior of the placement group, either low_latency (group) or max_availability (spread). | [optional] [default to 'max_availability']
|
||||
**policy_respected** | **bool** | True if the policy is respected, false otherwise. In the server endpoints the value is always false as it is deprecated. In the placement group endpoints the value is correct. | [optional]
|
||||
**zone** | **string** | Zone in which the placement group is located. | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
8
docs/Model/ScalewayInstanceV1PlacementGroupPolicyMode.md
Normal file
8
docs/Model/ScalewayInstanceV1PlacementGroupPolicyMode.md
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# # ScalewayInstanceV1PlacementGroupPolicyMode
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
8
docs/Model/ScalewayInstanceV1PlacementGroupPolicyType.md
Normal file
8
docs/Model/ScalewayInstanceV1PlacementGroupPolicyType.md
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# # ScalewayInstanceV1PlacementGroupPolicyType
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
11
docs/Model/ScalewayInstanceV1PlacementGroupServer.md
Normal file
11
docs/Model/ScalewayInstanceV1PlacementGroupServer.md
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# # ScalewayInstanceV1PlacementGroupServer
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**id** | **string** | Instance UUID. | [optional]
|
||||
**name** | **string** | Instance name. | [optional]
|
||||
**policy_respected** | **bool** | Defines whether the placement group policy is respected (either 1 or 0). | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
14
docs/Model/ScalewayInstanceV1PrivateNIC.md
Normal file
14
docs/Model/ScalewayInstanceV1PrivateNIC.md
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# # ScalewayInstanceV1PrivateNIC
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**id** | **string** | Private NIC unique ID. | [optional]
|
||||
**server_id** | **string** | Instance to which the private NIC is attached. | [optional]
|
||||
**private_network_id** | **string** | Private Network the private NIC is attached to. | [optional]
|
||||
**mac_address** | **string** | Private NIC MAC address. | [optional]
|
||||
**state** | **string** | Private NIC state. | [optional] [default to 'available']
|
||||
**tags** | **string[]** | Private NIC tags. | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
25
docs/Model/ScalewayInstanceV1SecurityGroup.md
Normal file
25
docs/Model/ScalewayInstanceV1SecurityGroup.md
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
# # ScalewayInstanceV1SecurityGroup
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**id** | **string** | Security group unique ID. | [optional]
|
||||
**name** | **string** | Security group name. | [optional]
|
||||
**description** | **string** | Security group description. | [optional]
|
||||
**enable_default_security** | **bool** | True if SMTP is blocked on IPv4 and IPv6. This feature is read only, please open a support ticket if you need to make it configurable. | [optional]
|
||||
**inbound_default_policy** | **string** | Default inbound policy. | [optional] [default to 'unknown_policy']
|
||||
**outbound_default_policy** | **string** | Default outbound policy. | [optional] [default to 'unknown_policy']
|
||||
**organization** | **string** | Security group Organization ID. | [optional]
|
||||
**project** | **string** | Security group Project ID. | [optional]
|
||||
**tags** | **string[]** | Security group tags. | [optional]
|
||||
**organization_default** | **bool** | True if it is your default security group for this Organization ID. | [optional]
|
||||
**project_default** | **bool** | True if it is your default security group for this Project ID. | [optional]
|
||||
**creation_date** | **\DateTime** | Security group creation date. (RFC 3339 format) | [optional]
|
||||
**modification_date** | **\DateTime** | Security group modification date. (RFC 3339 format) | [optional]
|
||||
**servers** | [**\OpenAPI\Client\Model\ScalewayInstanceV1ServerSummary[]**](ScalewayInstanceV1ServerSummary.md) | List of Instances attached to this security group. | [optional]
|
||||
**stateful** | **bool** | Defines whether the security group is stateful. | [optional]
|
||||
**state** | **string** | Security group state. | [optional] [default to 'available']
|
||||
**zone** | **string** | Zone in which the security group is located. | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
18
docs/Model/ScalewayInstanceV1SecurityGroupRule.md
Normal file
18
docs/Model/ScalewayInstanceV1SecurityGroupRule.md
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# # ScalewayInstanceV1SecurityGroupRule
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**id** | **string** | | [optional]
|
||||
**protocol** | [**\OpenAPI\Client\Model\ScalewayInstanceV1SecurityGroupRuleProtocol**](ScalewayInstanceV1SecurityGroupRuleProtocol.md) | | [optional]
|
||||
**direction** | [**\OpenAPI\Client\Model\ScalewayInstanceV1SecurityGroupRuleDirection**](ScalewayInstanceV1SecurityGroupRuleDirection.md) | | [optional]
|
||||
**action** | [**\OpenAPI\Client\Model\ScalewayInstanceV1SecurityGroupRuleAction**](ScalewayInstanceV1SecurityGroupRuleAction.md) | | [optional]
|
||||
**ip_range** | **string** | (IP network) | [optional]
|
||||
**dest_port_from** | **int** | | [optional]
|
||||
**dest_port_to** | **int** | | [optional]
|
||||
**position** | **int** | | [optional]
|
||||
**editable** | **bool** | | [optional]
|
||||
**zone** | **string** | The zone you want to target | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
8
docs/Model/ScalewayInstanceV1SecurityGroupRuleAction.md
Normal file
8
docs/Model/ScalewayInstanceV1SecurityGroupRuleAction.md
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# # ScalewayInstanceV1SecurityGroupRuleAction
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
# # ScalewayInstanceV1SecurityGroupRuleDirection
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
# # ScalewayInstanceV1SecurityGroupRuleProtocol
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
10
docs/Model/ScalewayInstanceV1SecurityGroupTemplate.md
Normal file
10
docs/Model/ScalewayInstanceV1SecurityGroupTemplate.md
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# # ScalewayInstanceV1SecurityGroupTemplate
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**id** | **string** | | [optional]
|
||||
**name** | **string** | | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
41
docs/Model/ScalewayInstanceV1Server.md
Normal file
41
docs/Model/ScalewayInstanceV1Server.md
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
# # ScalewayInstanceV1Server
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**id** | **string** | Instance unique ID. | [optional]
|
||||
**name** | **string** | Instance name. | [optional]
|
||||
**organization** | **string** | Instance Organization ID. | [optional]
|
||||
**project** | **string** | Instance Project ID. | [optional]
|
||||
**allowed_actions** | [**\OpenAPI\Client\Model\ScalewayInstanceV1ServerAction[]**](ScalewayInstanceV1ServerAction.md) | List of allowed actions on the Instance. | [optional]
|
||||
**tags** | **string[]** | Tags associated with the Instance. | [optional]
|
||||
**commercial_type** | **string** | Instance commercial type (eg. GP1-M). | [optional]
|
||||
**creation_date** | **\DateTime** | Instance creation date. (RFC 3339 format) | [optional]
|
||||
**dynamic_ip_required** | **bool** | True if a dynamic IPv4 is required. | [optional]
|
||||
**routed_ip_enabled** | **bool** | True to configure the instance so it uses the routed IP mode. Use of `routed_ip_enabled` as `False` is deprecated. | [optional]
|
||||
**enable_ipv6** | **bool** | True if IPv6 is enabled (deprecated and always `False` when `routed_ip_enabled` is `True`). | [optional]
|
||||
**hostname** | **string** | Instance host name. | [optional]
|
||||
**image** | [**\OpenAPI\Client\Model\ScalewayInstanceV1ServerImage**](ScalewayInstanceV1ServerImage.md) | | [optional]
|
||||
**protected** | **bool** | Defines whether the Instance protection option is activated. | [optional]
|
||||
**private_ip** | **string** | Private IP address of the Instance (deprecated and always `null` when `routed_ip_enabled` is `True`). | [optional]
|
||||
**public_ip** | [**\OpenAPI\Client\Model\ScalewayInstanceV1ServerPublicIp**](ScalewayInstanceV1ServerPublicIp.md) | | [optional]
|
||||
**public_ips** | [**\OpenAPI\Client\Model\ScalewayInstanceV1ServerIp[]**](ScalewayInstanceV1ServerIp.md) | Information about all the public IPs attached to the server. | [optional]
|
||||
**mac_address** | **string** | The server's MAC address. | [optional]
|
||||
**modification_date** | **\DateTime** | Instance modification date. (RFC 3339 format) | [optional]
|
||||
**state** | **string** | Instance state. | [optional] [default to 'running']
|
||||
**location** | [**\OpenAPI\Client\Model\ScalewayInstanceV1ServerLocation**](ScalewayInstanceV1ServerLocation.md) | | [optional]
|
||||
**ipv6** | [**\OpenAPI\Client\Model\ScalewayInstanceV1ServerIpv6**](ScalewayInstanceV1ServerIpv6.md) | | [optional]
|
||||
**boot_type** | **string** | Instance boot type. | [optional] [default to 'local']
|
||||
**volumes** | [**\OpenAPI\Client\Model\ScalewayInstanceV1ServerVolumes**](ScalewayInstanceV1ServerVolumes.md) | | [optional]
|
||||
**security_group** | [**\OpenAPI\Client\Model\ScalewayInstanceV1ServerSecurityGroup**](ScalewayInstanceV1ServerSecurityGroup.md) | | [optional]
|
||||
**maintenances** | [**\OpenAPI\Client\Model\ScalewayInstanceV1ServerMaintenance[]**](ScalewayInstanceV1ServerMaintenance.md) | Instance planned maintenance. | [optional]
|
||||
**state_detail** | **string** | Detailed information about the Instance state. | [optional]
|
||||
**arch** | **string** | Instance architecture. | [optional] [default to 'unknown_arch']
|
||||
**placement_group** | [**\OpenAPI\Client\Model\ScalewayInstanceV1ServerPlacementGroup**](ScalewayInstanceV1ServerPlacementGroup.md) | | [optional]
|
||||
**private_nics** | [**\OpenAPI\Client\Model\ScalewayInstanceV1PrivateNIC[]**](ScalewayInstanceV1PrivateNIC.md) | Instance private NICs. | [optional]
|
||||
**zone** | **string** | Zone in which the Instance is located. | [optional]
|
||||
**admin_password_encryption_ssh_key_id** | **string** | UUID of the SSH RSA key that will be used to encrypt the initial admin password for OS requiring it. Mandatory for Windows OS. The public_key value of this key is used to encrypt the admin password. When set to an empty string, reset this value and admin_password_encrypted_value to an empty string so a new password may be generated. | [optional]
|
||||
**admin_password_encrypted_value** | **string** | A base64 encoded string containing the admin password encrypted with the public key pointed to by admin_password_encryption_ssh_key_id. This value is reset when admin_password_encryption_ssh_key_id is set to an empty string. | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
8
docs/Model/ScalewayInstanceV1ServerAction.md
Normal file
8
docs/Model/ScalewayInstanceV1ServerAction.md
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# # ScalewayInstanceV1ServerAction
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
# # ScalewayInstanceV1ServerActionRequestVolumeBackupTemplate
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**volume_type** | **string** | Snapshot's volume type. Overrides the `volume_type` of the snapshot for this volume. If omitted, the volume type of the original volume will be used. | [optional] [default to 'unknown_volume_type']
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
9
docs/Model/ScalewayInstanceV1ServerActionResponse.md
Normal file
9
docs/Model/ScalewayInstanceV1ServerActionResponse.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# # ScalewayInstanceV1ServerActionResponse
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**task** | [**\OpenAPI\Client\Model\ScalewayInstanceV1Task**](ScalewayInstanceV1Task.md) | | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
23
docs/Model/ScalewayInstanceV1ServerImage.md
Normal file
23
docs/Model/ScalewayInstanceV1ServerImage.md
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
# # ScalewayInstanceV1ServerImage
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**id** | **string** | | [optional]
|
||||
**name** | **string** | | [optional]
|
||||
**arch** | [**\OpenAPI\Client\Model\ScalewayInstanceV1Arch**](ScalewayInstanceV1Arch.md) | | [optional]
|
||||
**creation_date** | **\DateTime** | (RFC 3339 format) | [optional]
|
||||
**modification_date** | **\DateTime** | (RFC 3339 format) | [optional]
|
||||
**default_bootscript** | [**\OpenAPI\Client\Model\ScalewayInstanceV1Bootscript**](ScalewayInstanceV1Bootscript.md) | | [optional]
|
||||
**extra_volumes** | [**\OpenAPI\Client\Model\SetImageRequestExtraVolumes**](SetImageRequestExtraVolumes.md) | | [optional]
|
||||
**from_server** | **string** | | [optional]
|
||||
**organization** | **string** | | [optional]
|
||||
**public** | **bool** | | [optional]
|
||||
**root_volume** | [**\OpenAPI\Client\Model\ScalewayInstanceV1VolumeSummary**](ScalewayInstanceV1VolumeSummary.md) | | [optional]
|
||||
**state** | [**\OpenAPI\Client\Model\ScalewayInstanceV1ImageState**](ScalewayInstanceV1ImageState.md) | | [optional]
|
||||
**project** | **string** | | [optional]
|
||||
**tags** | **string[]** | | [optional]
|
||||
**zone** | **string** | The zone you want to target | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
18
docs/Model/ScalewayInstanceV1ServerIp.md
Normal file
18
docs/Model/ScalewayInstanceV1ServerIp.md
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# # ScalewayInstanceV1ServerIp
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**id** | **string** | Unique ID of the IP address. | [optional]
|
||||
**address** | **string** | Instance's public IP-Address. (IP address) | [optional]
|
||||
**gateway** | **string** | Gateway's IP address. (IP address) | [optional]
|
||||
**netmask** | **string** | CIDR netmask. | [optional]
|
||||
**family** | **string** | IP address family (inet or inet6). | [optional] [default to 'inet']
|
||||
**dynamic** | **bool** | True if the IP address is dynamic. | [optional]
|
||||
**provisioning_mode** | **string** | Information about this address provisioning mode. | [optional] [default to 'manual']
|
||||
**tags** | **string[]** | Tags associated with the IP. | [optional]
|
||||
**ipam_id** | **string** | The ip_id of an IPAM ip if the ip is created from IPAM, null if not. (UUID format) | [optional]
|
||||
**state** | **string** | IP address state. | [optional] [default to 'unknown_state']
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
11
docs/Model/ScalewayInstanceV1ServerIpv6.md
Normal file
11
docs/Model/ScalewayInstanceV1ServerIpv6.md
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# # ScalewayInstanceV1ServerIpv6
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**address** | **string** | Instance IPv6 IP-Address. (IPv6 address) | [optional]
|
||||
**gateway** | **string** | IPv6 IP-addresses gateway. (IPv6 address) | [optional]
|
||||
**netmask** | **string** | IPv6 IP-addresses CIDR netmask. | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
13
docs/Model/ScalewayInstanceV1ServerLocation.md
Normal file
13
docs/Model/ScalewayInstanceV1ServerLocation.md
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# # ScalewayInstanceV1ServerLocation
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**cluster_id** | **string** | | [optional]
|
||||
**hypervisor_id** | **string** | | [optional]
|
||||
**node_id** | **string** | | [optional]
|
||||
**platform_id** | **string** | | [optional]
|
||||
**zone_id** | **string** | | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
10
docs/Model/ScalewayInstanceV1ServerMaintenance.md
Normal file
10
docs/Model/ScalewayInstanceV1ServerMaintenance.md
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# # ScalewayInstanceV1ServerMaintenance
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**reason** | **string** | | [optional]
|
||||
**start_date** | **\DateTime** | (RFC 3339 format) | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
17
docs/Model/ScalewayInstanceV1ServerPlacementGroup.md
Normal file
17
docs/Model/ScalewayInstanceV1ServerPlacementGroup.md
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# # ScalewayInstanceV1ServerPlacementGroup
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**id** | **string** | Placement group unique ID. | [optional]
|
||||
**name** | **string** | Placement group name. | [optional]
|
||||
**organization** | **string** | Placement group Organization ID. | [optional]
|
||||
**project** | **string** | Placement group Project ID. | [optional]
|
||||
**tags** | **string[]** | Placement group tags. | [optional]
|
||||
**policy_mode** | **string** | Select the failure mode when the placement cannot be respected, either optional or enforced. | [optional] [default to 'optional']
|
||||
**policy_type** | **string** | Select the behavior of the placement group, either low_latency (group) or max_availability (spread). | [optional] [default to 'max_availability']
|
||||
**policy_respected** | **bool** | True if the policy is respected, false otherwise. In the server endpoints the value is always false as it is deprecated. In the placement group endpoints the value is correct. | [optional]
|
||||
**zone** | **string** | Zone in which the placement group is located. | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
18
docs/Model/ScalewayInstanceV1ServerPublicIp.md
Normal file
18
docs/Model/ScalewayInstanceV1ServerPublicIp.md
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# # ScalewayInstanceV1ServerPublicIp
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**id** | **string** | Unique ID of the IP address. | [optional]
|
||||
**address** | **string** | Instance's public IP-Address. (IP address) | [optional]
|
||||
**gateway** | **string** | Gateway's IP address. (IP address) | [optional]
|
||||
**netmask** | **string** | CIDR netmask. | [optional]
|
||||
**family** | **string** | IP address family (inet or inet6). | [optional] [default to 'inet']
|
||||
**dynamic** | **bool** | True if the IP address is dynamic. | [optional]
|
||||
**provisioning_mode** | **string** | Information about this address provisioning mode. | [optional] [default to 'manual']
|
||||
**tags** | **string[]** | Tags associated with the IP. | [optional]
|
||||
**ipam_id** | **string** | The ip_id of an IPAM ip if the ip is created from IPAM, null if not. (UUID format) | [optional]
|
||||
**state** | **string** | IP address state. | [optional] [default to 'unknown_state']
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
10
docs/Model/ScalewayInstanceV1ServerSecurityGroup.md
Normal file
10
docs/Model/ScalewayInstanceV1ServerSecurityGroup.md
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# # ScalewayInstanceV1ServerSecurityGroup
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**id** | **string** | | [optional]
|
||||
**name** | **string** | | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
10
docs/Model/ScalewayInstanceV1ServerSummary.md
Normal file
10
docs/Model/ScalewayInstanceV1ServerSummary.md
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# # ScalewayInstanceV1ServerSummary
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**id** | **string** | | [optional]
|
||||
**name** | **string** | | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
22
docs/Model/ScalewayInstanceV1ServerType.md
Normal file
22
docs/Model/ScalewayInstanceV1ServerType.md
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# # ScalewayInstanceV1ServerType
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**monthly_price** | **float** | Estimated monthly price, for a 30 days month, in Euro. | [optional]
|
||||
**hourly_price** | **float** | Hourly price in Euro. | [optional]
|
||||
**alt_names** | **string[]** | Alternative Instance name, if any. | [optional]
|
||||
**per_volume_constraint** | [**\OpenAPI\Client\Model\ScalewayInstanceV1ServerTypePerVolumeConstraint**](ScalewayInstanceV1ServerTypePerVolumeConstraint.md) | | [optional]
|
||||
**volumes_constraint** | [**\OpenAPI\Client\Model\ScalewayInstanceV1ServerTypeVolumesConstraint**](ScalewayInstanceV1ServerTypeVolumesConstraint.md) | | [optional]
|
||||
**ncpus** | **int** | Number of CPU. | [optional]
|
||||
**gpu** | **int** | Number of GPU. | [optional]
|
||||
**ram** | **int** | Available RAM in bytes. | [optional]
|
||||
**arch** | **string** | CPU architecture. | [optional] [default to 'unknown_arch']
|
||||
**baremetal** | **bool** | True if it is a baremetal Instance. | [optional]
|
||||
**network** | [**\OpenAPI\Client\Model\ScalewayInstanceV1ServerTypeNetwork**](ScalewayInstanceV1ServerTypeNetwork.md) | | [optional]
|
||||
**capabilities** | [**\OpenAPI\Client\Model\ScalewayInstanceV1ServerTypeCapabilities**](ScalewayInstanceV1ServerTypeCapabilities.md) | | [optional]
|
||||
**scratch_storage_max_size** | **int** | Maximum available scratch storage. (in bytes) | [optional]
|
||||
**block_bandwidth** | **int** | The maximum bandwidth allocated to block storage access (in bytes per second). | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
10
docs/Model/ScalewayInstanceV1ServerTypeCapabilities.md
Normal file
10
docs/Model/ScalewayInstanceV1ServerTypeCapabilities.md
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# # ScalewayInstanceV1ServerTypeCapabilities
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**block_storage** | **bool** | Defines whether the Instance supports block storage. | [optional]
|
||||
**boot_types** | [**\OpenAPI\Client\Model\ScalewayInstanceV1BootType[]**](ScalewayInstanceV1BootType.md) | List of supported boot types. | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
12
docs/Model/ScalewayInstanceV1ServerTypeNetwork.md
Normal file
12
docs/Model/ScalewayInstanceV1ServerTypeNetwork.md
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# # ScalewayInstanceV1ServerTypeNetwork
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**interfaces** | [**\OpenAPI\Client\Model\ScalewayInstanceV1ServerTypeNetworkInterface[]**](ScalewayInstanceV1ServerTypeNetworkInterface.md) | List of available network interfaces. | [optional]
|
||||
**sum_internal_bandwidth** | **int** | Total maximum internal bandwidth in bits per seconds. | [optional]
|
||||
**sum_internet_bandwidth** | **int** | Total maximum internet bandwidth in bits per seconds. | [optional]
|
||||
**ipv6_support** | **bool** | True if IPv6 is enabled. | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
10
docs/Model/ScalewayInstanceV1ServerTypeNetworkInterface.md
Normal file
10
docs/Model/ScalewayInstanceV1ServerTypeNetworkInterface.md
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# # ScalewayInstanceV1ServerTypeNetworkInterface
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**internal_bandwidth** | **int** | Maximum internal bandwidth in bits per seconds. | [optional]
|
||||
**internet_bandwidth** | **int** | Maximum internet bandwidth in bits per seconds. | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
# # ScalewayInstanceV1ServerTypePerVolumeConstraint
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**l_ssd** | [**\OpenAPI\Client\Model\ScalewayInstanceV1ServerTypePerVolumeConstraintLSsd**](ScalewayInstanceV1ServerTypePerVolumeConstraintLSsd.md) | | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
editor.link_modal.header
Reference in a new issue