Resource: Deployment
Describes a BigQuery Engine for Apache Flink deployment resource.
JSON representation |
---|
{ "name": string, "displayName": string, "state": enum ( |
Fields | |
---|---|
name |
Identifier. The name of the deployment. |
display |
Optional. The display name of the deployment. |
state |
Output only. The state of the deployment. |
create |
Output only. The time when the deployment was created. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
update |
Output only. The time when the deployment was last updated. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
labels |
Optional. Labels as key value pairs. |
deployment |
Optional. Spec that describes a deployment. |
State
Enum defining the states of a deployment.
Enums | |
---|---|
STATE_UNSPECIFIED |
State unspecified. |
INITIALIZING |
Deployment is initializing. |
CREATED |
Deployment has been created. |
RUNNING |
Deployment is running. |
TERMINATING |
Deployment is terminating. |
TERMINATED |
Deployment has terminated. |
DeploymentSpec
The specification of a deployment.
JSON representation |
---|
{ "networkConfig": { object ( |
Fields | |
---|---|
network |
Optional. Network configuration for the deployment. |
limits |
Optional. The limit constraints for the deployment. |
secrets |
Optional. Not currently supported. The paths to the secrets to be associated with this deployment. |
Limits
The limit constraints of the deployment. The limits are based on the upper bounds for the different underlying resources.
JSON representation |
---|
{ "maxSlots": string } |
Fields | |
---|---|
max |
Optional. The maximum number of slots for the deployment. |
Methods |
|
---|---|
|
Creates a new deployment in the specified project and location. |
|
Deletes a single deployment. |
|
Gets details about a single deployment. |
|
Lists deployments in the specified project and location. |
|
Updates the parameters of a single deployment. |