SubscriptionPlanInput
Property | Type | Attributes | Description |
---|---|---|---|
name | String | Required | Name of a subscription plan. |
description | String | Optional, nullable | Description of a subscription plan. |
currency | String | Required | Currency chosen for a subscription plan. |
taxType | String | Required | Tax type specified for a subscription plan. Possible values:
|
taxPercent | Number (double) | Required | Tax amount, in percent. |
discountPercent | Number (double) | Required | Discount amount, in percent. |
managedServicePrice | Number (double) | Optional | Flat charge rate for provided services, per month. Default value is 0. |
managedVmPrice | Number (double) | Optional | Charge rate for a managed VM, per month. Default value is 0. |
managedWorkstationPrice | Number (double) | Optional | Charge rate for a managed workstation agent, per month. Default value is 0. |
managedServerAgentPrice | Number (double) | Optional | Charge rate for a managed server agent, per month. Default value is 0. |
vmCloudBackupsPrice | Number (double) | Optional | Charge rate for storing one VM in backup on a cloud repository, per month. Default value is 0. |
serverCloudBackupsPrice | Number (double) | Optional | Charge rate for storing backup data of one server computer on a cloud repository, per month. Default value is 0. |
workstationCloudBackupsPrice | Number (double) | Optional | Charge rate for storing backup data for one workstation computer on a cloud repository, per month. Default value is 0. |
cloudRepositoryConsumedSpacePrice | Number (double) | Optional | Charge rate for one GB or TB of consumed storage space on a cloud repository. Default value is 0. |
cloudRepositoryConsumedSpaceUnits | String | Optional | Measurement units of consumed storage space on a cloud repository. Default value is TB. Possible values:
|
freeCloudRepositoryConsumedSpace | Integer (int32) | Optional, nullable | Amount of storage space that can be consumed by backup files for free. |
freeCloudRepositoryConsumedSpaceUnits | String | Optional | Measurement units of storage space that can be consumed by backup files for free. Default value is GB. Possible values:
|
backupDataTransferOutPrice | Number (double) | Optional | Charge rate for one GB or TB of data downloaded from a cloud repository. Default value is 0. |
backupDataTransferOutUnits | String | Optional | Measurement units of data downloaded from a cloud repository. Default value is GB. Possible values:
|
replicatedVmPrice | Number (double) | Optional | Charge rate for one VM replica registered on a cloud host, per month. Default value is 0. |
cloudStorageConsumedSpacePrice | Number (double) | Optional | Charge rate for one GB or TB of cloud storage space consumed by VM replica files. Default value is 0. |
cloudStorageConsumedSpaceUnits | String | Optional | Measurement units of cloud storage space consumed by VM replica files. Default value is TB. Possible values:
|
freeCloudStorageConsumedSpace | Integer (int32) | Optional, nullable | Amount of cloud storage space that can be consumed by VM replicas for free. |
freeCloudStorageConsumedSpaceUnits | String | Optional | Measurement units of cloud storage space that can be consumed by VM replicas for free. Default value is GB. Possible values:
|
computeResourcesPrice | Number (double) | Optional | Charge rate for a CPU and memory resources usage by a VM on a cloud host. Default value is 0. |
computeResourcesUnits | String | Optional | Measurement units of time period of CPU and memory resources usage by a VM on a cloud host Default value is Hours. Possible values:
|
freeComputeResources | Integer (int64) | Optional | Amount of time during which VM replicas can consume compute resources on a cloud host for free. Default value is 0. |
freeComputeResourcesUnits | String | Optional | Measurement units of time during which VM replicas can consume compute resources on a cloud host for free. Default value is Hours. Possible values:
|
replicationDataTransferOutPrice | Number (double) | Optional | Charge rate for one GB or TB of VM replica data downloaded from cloud storage. Default value is 0. |
replicationDataTransferOutUnits | String | Optional | Measurement units of VM replica data downloaded from cloud storage. Default value is GB. Possible values:
|
fileShareBackupUsedSpacePrice | Number (double) | Optional | Charge rate for one GB or TB of backup repository space consumed by file share backups. Default value is 0. |
fileShareBackupUsedSpaceUnits | String | Optional | Measurement units of backup repository space consumed by file share backups. Default value is TB. Possible values:
|
freeFileShareBackupUsedSpace | Integer (int32) | Optional, nullable | Amount of backup repository space that can be consumed by file share backups for free. |
freeFileShareBackupUsedSpaceUnits | String | Optional | Measurement units of backup repository space that can be consumed by file share backups for free. Default value is GB. Possible values:
|
fileShareArchiveUsedSpacePrice | Number (double) | Optional | Charge rate for one GB or TB of archive repository space consumed by file share backups. Default value is 0. |
fileShareArchiveUsedSpaceUnits | String | Optional | Measurement units of archive repository space consumed by file share backups. Default value is TB. Possible values:
|
freeFileShareArchiveUsedSpace | Integer (int32) | Optional, nullable | Amount of archive repository space that can be consumed by file share backups for free. |
freeFileShareArchiveUsedSpaceUnits | String | Optional | Measurement units of archive repository space that can be consumed by file share backups for free. Default value is GB. Possible values:
|
sourceAmountOfDataPrice | Number (double) | Optional | Charge rate for one GB or TB of source data. Default value is 0. |
sourceAmountOfDataUnits | String | Optional | Measurement units of source data. Default value is TB. Possible values:
|
freeSourceAmountOfData | Integer (int32) | Optional, nullable | Amount of source data that is processed for free. |
freeSourceAmountOfDataUnits | String | Optional | Measurement units of source data that is processed for free. Default value is GB. Possible values:
|