Class Deployment

Hierarchy (view full)

Constructors

  • Constructor which should only be called via HostingWebsite class.

    Parameters

    • websiteUuid: string

      Unique identifier of the deployment's website.

    • deploymentUuid: string

      Unique identifier of the deployment.

    • Optional data: Partial<Deployment>

      Data to populate the deployment with.

    Returns Deployment

Properties

websiteUuid: string = null

Unique identifier of the website.

cid: string = null

IPFS CID for the deployment.

cidv1: string = null

IPFS V1 CID for the deployment.

environment: DeployToEnvironment = null

Environment of the deployment

deploymentStatus: DeploymentStatus = null

Status of the deployment

size: number = null

Size of the website in bytes

number: number = null

Serial number of the deployment for this environment

API_PREFIX: string = null

API url prefix for this class.

uuid: string

Unique identifier of the model.

createTime: string = null

The object's creation date

updateTime: string = null

The date when the object was last updated

Methods