Show / Hide Table of Contents

Class Reasons

Containers transition between and within states based on reasons sent from various systems. CCFE will provide the CLH with reasons for the current state per system.The current systems that CCFE supports are: Service Management (Inception) Data Governance (Wipeout) Abuse (Ares) Billing (Internal Cloud Billing API) Service Activation (Service Controller)

Inheritance
object
Reasons
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Appengine.v1alpha.Data
Assembly: Google.Apis.Appengine.v1alpha.dll
Syntax
public class Reasons : IDirectResponseSchema

Properties

Abuse

Declaration
[JsonProperty("abuse")]
public virtual string Abuse { get; set; }
Property Value
Type Description
string

Billing

Declaration
[JsonProperty("billing")]
public virtual string Billing { get; set; }
Property Value
Type Description
string

DataGovernance

Declaration
[JsonProperty("dataGovernance")]
public virtual string DataGovernance { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

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

ServiceActivation

Consumer Container denotes if the service is active within a project or not. This information could be used to clean up resources in case service in DISABLED_FULL i.e. Service is inactive > 30 days.

Declaration
[JsonProperty("serviceActivation")]
public virtual string ServiceActivation { get; set; }
Property Value
Type Description
string

ServiceManagement

Declaration
[JsonProperty("serviceManagement")]
public virtual string ServiceManagement { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX