Class CloudProjectDeployment

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

Hierarchy

  • FrameworkObject
    • CloudProjectDeployment

Constructors

Accessors

  • get creationDate(): string
  • Specifies the date the deployment was created at.

    Returns string

  • set creationDate(value): void
  • Parameters

    • value: string

    Returns void

  • get name(): string
  • A friendly name for the RSX project deployment.

    Returns string

  • set name(value): void
  • Parameters

    • value: string

    Returns void

  • get projectUUID(): UUID
  • The UUID of the project the deployment was created from.

    Returns UUID

  • set projectUUID(value): void
  • Parameters

    Returns void

  • get runtimeSettings(): JsonObject
  • Specifies the deployment runtime settings.

    Returns JsonObject

  • set runtimeSettings(value): void
  • Parameters

    Returns void

  • get runtimeVersion(): string
  • The RSX runtime version this deployment is targeting.

    Returns string

  • set runtimeVersion(value): 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): 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): 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): void
  • Parameters

    Returns void