Resource: Deployment
The Deployment.
| JSON representation | |
|---|---|
| { "name": string, "displayName": string, "sasUserIds": [ string ], "defaultBillingMode": enum ( | |
| Fields | |
|---|---|
| name | 
 Output only. Resource name. | 
| displayName | 
 The deployment's display name. | 
| sasUserIds[] | 
 User ID used by the devices belonging to this deployment. Each deployment should be associated with one unique user ID. | 
| defaultBillingMode | 
 Default billing mode for the deployment and devices under it. | 
| allowedBillingModes[] | 
 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 | |
|---|---|
| 
 | Creates a new deployment. | 
| 
 | Deletes a deployment. | 
| 
 | Returns a requested deployment. | 
| 
 | Lists deployments. | 
| 
 | Moves a deploymentunder anothernodeorcustomer. | 
| 
 | Updates an existing deployment. |