REST Resource: customers.nodes.deployments

Resource: Deployment

The Deployment.

JSON representation
{
  "name": string,
  "displayName": string,
  "sasUserIds": [
    string
  ],
  "defaultBillingMode": enum (BillingMode),
  "allowedBillingModes": [
    enum (BillingMode)
  ]
}
Fields
name

string

Output only. Resource name.

displayName

string

The deployment's display name.

sasUserIds[]

string

User ID used by the devices belonging to this deployment. Each deployment should be associated with one unique user ID.

defaultBillingMode

enum (BillingMode)

Default billing mode for the deployment and devices under it.

allowedBillingModes[]

enum (BillingMode)

The allowed billing modes under this deployment.

Methods

create

Creates a new deployment.

list

Lists deployments.