Service#

Detailed description of a PaaS service.

Contents#

  • backupSettings — Backup settings for the service.

  • databases — List of databases.

  • dataVolumeIops— Number of read/write operations per second for data volume.

    • Type: Integer

  • dataVolumeSize — The size of the data volume.

    • Type: Integer

  • dataVolumeType — The type of the data volume.

    • Type: String

  • endpoints — List of endpoints for connecting to the service.

    • Type: Array of strings

  • errorCode — Error code for creating the service.

    • Type: String

  • errorDescription — Detailed description of service creation error.

    • Type: String

  • highAvailability— Indicates whether to start a high-availbility service.

    • Type: Boolean

  • id — The service ID.

    • Type: String

  • instances — List of instances that refers to the service.

  • instanceType — The instance type.

    • Type: String

  • name — The service name.

    • Type: String

  • networkInterfaceIds — List of network interface IDs.

    • Type: Array of strings

  • parameters — Service parameters.

  • rootVolumeIops— Number of read/write operations per second for the instance boot volume.

    • Type: Integer

  • rootVolumeSize — The size of the instance boot volume.

    • Type: Integer

  • rootVolumeType — The type of the instance boot volume.

    • Type: String

  • securityGroups — List of security groups.

  • serviceClass — The service class.

    • Type: String

  • serviceType — The service type.

    • Type: String

  • sshKeyName — The name of the SSH key for accessing instances.

    • Type: String

  • status — The current status of the service.

    • Type: String

  • subnetIds — List of subnet IDs.

    • Type: Array of strings

  • supportedFeatures — List of service features.

    • Type: Array of strings

  • totalCpuCount — Total number of CPU cores in use.

    • Type: Integer

  • totalMemory — Total RAM in use.

    • Type: Integer

  • users — User list.