REST Resource: customers.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.

BillingMode

Billing mode of a CBSD

Enums
BILLING_MODE_UNSPECIFIED Billing mode has not been specified.
MOBILE Price is based on category of CBSD: Category A, Category B registered with SAS.
FIXED_WIRELESS Price is based on type of CBSD: Base station or CPE.

Methods

create

Creates a new deployment.

delete

Deletes a deployment.

get

Returns a requested deployment.

list

Lists deployments.

move

Moves a deployment under another node or customer.

patch

Updates an existing deployment.