RSX Code Reference
    Preparing search index...
    • rsx
    • CloudProjectDeployment

    Class CloudProjectDeployment

    The CloudProjectDeployment struct represents the metadata for a cloud project deployment.

    Index
    • get creationDate(): string

      Specifies the date the deployment was created at.

      Returns string

    • set creationDate(value: string): void

      Parameters

      • value: string

      Returns void

    • get name(): string

      A friendly name for the RSX project deployment.

      Returns string

    • set name(value: string): void

      Parameters

      • value: string

      Returns void

    • get projectUUID(): UUID

      The UUID of the project the deployment was created from.

      Returns UUID

    • set projectUUID(value: UUID): void

      Parameters

      Returns void

    • get runtimeVersion(): string

      The RSX runtime version this deployment is targeting.

      Returns string

    • set runtimeVersion(value: string): void

      Parameters

      • value: string

      Returns void

    • get streamingBaseURL(): string

      The base URL to be used when streaming data from the deployment.

      Returns string

    • set streamingBaseURL(value: string): void

      Parameters

      • value: string

      Returns void

    • get url(): string

      If set, points to the public deployment URL. This URL is where the deployment can be accessed at.

      Returns string

    • set url(value: string): void

      Parameters

      • value: string

      Returns void

    • get uuid(): UUID

      The project deployment UUID. A unique ID that represents this deployment.

      Returns UUID

    • set uuid(value: UUID): void

      Parameters

      Returns void