Show / Hide Table of Contents

Class Rollout

A rollout resource that defines how service configuration versions are pushed to control plane systems. Typically, you create a new version of the service config, and then create a Rollout to push the service config.

Inheritance
object
Rollout
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.ServiceManagement.v1.Data
Assembly: Google.Apis.ServiceManagement.v1.dll
Syntax
public class Rollout : IDirectResponseSchema

Properties

CreateTime

object representation of CreateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type Description
object

CreateTimeDateTimeOffset

DateTimeOffset representation of CreateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

CreateTimeRaw

Creation time of the rollout. Readonly.

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

CreatedBy

The user who created the Rollout. Readonly.

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

DeleteServiceStrategy

The strategy associated with a rollout to delete a ManagedService. Readonly.

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

ETag

The ETag of the item.

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

RolloutId

Optional. Unique identifier of this Rollout. Must be no longer than 63 characters and only lower case letters, digits, '.', '_' and '-' are allowed. If not specified by client, the server will generate one. The generated id will have the form of , where "date" is the create date in ISO 8601 format. "revision number" is a monotonically increasing positive number that is reset every day for each service. An example of the generated rollout_id is '2016-02-16r1'

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

ServiceName

The name of the service associated with this Rollout.

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

Status

The status of this rollout. Readonly. In case of a failed rollout, the system will automatically rollback to the current Rollout version. Readonly.

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

TrafficPercentStrategy

Google Service Control selects service configurations based on traffic percentage.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX