Class ResourceUpdate
Implements
Inherited Members
Namespace: Google.Apis.DeploymentManager.alpha.Data
Assembly: Google.Apis.DeploymentManager.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 |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
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 |
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 |
---|---|
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 |
---|---|
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 |
---|---|
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 |
---|---|
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 |
---|---|
IList<string> |
State
Output only. The state of the resource.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type | Description |
---|---|
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 |
---|---|
IList<ResourceUpdate.WarningsData> |