GoogleApi.DeploymentManager.V2.Model.ResourceUpdate (google_api_deployment_manager v0.15.0) View Source
Attributes
-
accessControl
(type:GoogleApi.DeploymentManager.V2.Model.ResourceAccessControl.t
, default:nil
) - The Access Control Policy to set on this resource after updating the resource itself. -
error
(type:GoogleApi.DeploymentManager.V2.Model.ResourceUpdateError.t
, default:nil
) - Output only. If errors are generated during update of the resource, this field will be populated. -
finalProperties
(type:String.t
, default:nil
) - Output only. The expanded properties of the resource with reference values expanded. Returned as serialized YAML. -
intent
(type:String.t
, default:nil
) - Output only. The intent of the resource:PREVIEW
,UPDATE
, orCANCEL
. -
manifest
(type:String.t
, default:nil
) - Output only. URL of the manifest representing the update configuration of this resource. -
properties
(type:String.t
, default:nil
) - Output only. The set of updated properties for this resource, before references are expanded. Returned as serialized YAML. -
state
(type:String.t
, default:nil
) - Output only. The state of the resource. -
warnings
(type:list(GoogleApi.DeploymentManager.V2.Model.ResourceUpdateWarnings.t)
, default:nil
) - Output only. If warning messages are generated during processing of this resource, this field will be populated.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.DeploymentManager.V2.Model.ResourceUpdate{ accessControl: GoogleApi.DeploymentManager.V2.Model.ResourceAccessControl.t(), error: GoogleApi.DeploymentManager.V2.Model.ResourceUpdateError.t(), finalProperties: String.t(), intent: String.t(), manifest: String.t(), properties: String.t(), state: String.t(), warnings: [GoogleApi.DeploymentManager.V2.Model.ResourceUpdateWarnings.t()] }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.