Show / Hide Table of Contents

Class ResourceUpdate

Inheritance
System.Object
ResourceUpdate
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.DeploymentManagerAlpha.alpha.Data
Assembly: Google.Apis.DeploymentManagerAlpha.alpha.dll
Syntax
public class ResourceUpdate : IDirectResponseSchema

Properties

AccessControl

The Access Control Policy to set on this resource after updating the resource itself.

Declaration
[JsonProperty("accessControl")]
public virtual ResourceAccessControl AccessControl { get; set; }
Property Value
Type Description
ResourceAccessControl

Credential

Output only. The credential that will be used creating/updating this resource.

Declaration
[JsonProperty("credential")]
public virtual Credential Credential { get; set; }
Property Value
Type Description
Credential

Error

Output only. If errors are generated during update of the resource, this field will be populated.

Declaration
[JsonProperty("error")]
public virtual ResourceUpdate.ErrorData Error { get; set; }
Property Value
Type Description
ResourceUpdate.ErrorData

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

FinalProperties

Output only. The expanded properties of the resource with reference values expanded. Returned as serialized YAML.

Declaration
[JsonProperty("finalProperties")]
public virtual string FinalProperties { get; set; }
Property Value
Type Description
System.String

Intent

Output only. The intent of the resource: PREVIEW, UPDATE, or CANCEL.

Declaration
[JsonProperty("intent")]
public virtual string Intent { get; set; }
Property Value
Type Description
System.String

Manifest

Output only. URL of the manifest representing the update configuration of this resource.

Declaration
[JsonProperty("manifest")]
public virtual string Manifest { get; set; }
Property Value
Type Description
System.String

Properties

Output only. The set of updated properties for this resource, before references are expanded. Returned as serialized YAML.

Declaration
[JsonProperty("properties")]
public virtual string Properties { get; set; }
Property Value
Type Description
System.String

RuntimePolicies

Output only. In case this is an action, it will show the runtimePolicies that this action will have after updating the deployment.

Declaration
[JsonProperty("runtimePolicies")]
public virtual IList<string> RuntimePolicies { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<System.String>

State

Output only. The state of the resource.

Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type Description
System.String

Warnings

Output only. If warning messages are generated during processing of this resource, this field will be populated.

Declaration
[JsonProperty("warnings")]
public virtual IList<ResourceUpdate.WarningsData> Warnings { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<ResourceUpdate.WarningsData>

Implements

IDirectResponseSchema
Back to top