GoogleApi.DeploymentManager.V2.Model.Resource (google_api_deployment_manager v0.18.2) View Source
Attributes
-
accessControl(type:GoogleApi.DeploymentManager.V2.Model.ResourceAccessControl.t, default:nil) - The Access Control Policy set on this resource. -
finalProperties(type:String.t, default:nil) - Output only. The evaluated properties of the resource with references expanded. Returned as serialized YAML. -
id(type:String.t, default:nil) - -
insertTime(type:String.t, default:nil) - Output only. Creation timestamp in RFC3339 text format. -
manifest(type:String.t, default:nil) - Output only. URL of the manifest representing the current configuration of this resource. -
name(type:String.t, default:nil) - Output only. The name of the resource as it appears in the YAML config. -
properties(type:String.t, default:nil) - Output only. The current properties of the resource before any references have been filled in. Returned as serialized YAML. -
type(type:String.t, default:nil) - Output only. The type of the resource, for examplecompute.v1.instance, orcloudfunctions.v1beta1.function. -
update(type:GoogleApi.DeploymentManager.V2.Model.ResourceUpdate.t, default:nil) - Output only. If Deployment Manager is currently updating or previewing an update to this resource, the updated configuration appears here. -
updateTime(type:String.t, default:nil) - Output only. Update timestamp in RFC3339 text format. -
url(type:String.t, default:nil) - Output only. The URL of the actual resource. -
warnings(type:list(GoogleApi.DeploymentManager.V2.Model.ResourceWarnings.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.Resource{
accessControl:
GoogleApi.DeploymentManager.V2.Model.ResourceAccessControl.t() | nil,
finalProperties: String.t() | nil,
id: String.t() | nil,
insertTime: String.t() | nil,
manifest: String.t() | nil,
name: String.t() | nil,
properties: String.t() | nil,
type: String.t() | nil,
update: GoogleApi.DeploymentManager.V2.Model.ResourceUpdate.t() | nil,
updateTime: String.t() | nil,
url: String.t() | nil,
warnings: [GoogleApi.DeploymentManager.V2.Model.ResourceWarnings.t()] | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.