intent property
Intent of the resource.
Output only. Possible string values are:
- "INTENT_UNSPECIFIED" : The default value. This value is used if the intent is omitted.
- "CREATE" : Infra Manager will create this Resource.
- "UPDATE" : Infra Manager will update this Resource.
- "DELETE" : Infra Manager will delete this Resource.
- "RECREATE" : Infra Manager will destroy and recreate this Resource.
- "UNCHANGED" : Infra Manager will leave this Resource untouched.
Implementation
core.String? intent;