Class Resource
Assembly: Google.Apis.DeploymentManager.v2beta.dll
Syntax
public class Resource : IDirectResponseSchema
Properties
AccessControl
The Access Control Policy set on this resource.
Declaration
[JsonProperty("accessControl")]
public virtual ResourceAccessControl AccessControl { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
FinalProperties
Output only. The evaluated properties of the resource with references expanded. Returned as serialized YAML.
Declaration
[JsonProperty("finalProperties")]
public virtual string FinalProperties { get; set; }
Property Value
Id
Declaration
[JsonProperty("id")]
public virtual ulong? Id { get; set; }
Property Value
InsertTime
Output only. Creation timestamp in RFC3339 text format.
Declaration
[JsonProperty("insertTime")]
public virtual string InsertTime { get; set; }
Property Value
Manifest
Output only. URL of the manifest representing the current configuration of this resource.
Declaration
[JsonProperty("manifest")]
public virtual string Manifest { get; set; }
Property Value
Name
Output only. The name of the resource as it appears in the YAML config.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Properties
Output only. The current properties of the resource before any references have been filled in. Returned as
serialized YAML.
Declaration
[JsonProperty("properties")]
public virtual string Properties { get; set; }
Property Value
Type
Output only. The type of the resource, for example compute.v1.instance
, or
cloudfunctions.v1beta1.function
.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Update
Output only. If Deployment Manager is currently updating or previewing an update to this resource, the
updated configuration appears here.
Declaration
[JsonProperty("update")]
public virtual ResourceUpdate Update { get; set; }
Property Value
UpdateTime
Output only. Update timestamp in RFC3339 text format.
Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTime { get; set; }
Property Value
Url
Output only. The URL of the actual resource.
Declaration
[JsonProperty("url")]
public virtual string Url { get; set; }
Property Value
Warnings
Output only. If warning messages are generated during processing of this resource, this field will be
populated.
Declaration
[JsonProperty("warnings")]
public virtual IList<Resource.WarningsData> Warnings { get; set; }
Property Value
Implements