intent property
The intent of the resource: PREVIEW
, UPDATE
, or CANCEL
.
Output only. Possible string values are:
- "CREATE_OR_ACQUIRE" : The resource is scheduled to be created, or if it already exists, acquired.
- "DELETE" : The resource is scheduled to be deleted.
- "ACQUIRE" : The resource is scheduled to be acquired.
- "UPDATE" : The resource is scheduled to be updated via the UPDATE method.
- "ABANDON" : The resource is scheduled to be abandoned.
- "CREATE" : The resource is scheduled to be created.
Implementation
core.String? intent;