Compute Engine v1 API - Class GetRolloutPlanRequest (3.28.0)

public sealed class GetRolloutPlanRequest : IMessage<GetRolloutPlanRequest>, IEquatable<GetRolloutPlanRequest>, IDeepCloneable<GetRolloutPlanRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Compute Engine v1 API class GetRolloutPlanRequest.

A request message for RolloutPlans.Get. See the method description for details.

Inheritance

object > GetRolloutPlanRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

GetRolloutPlanRequest()

public GetRolloutPlanRequest()

GetRolloutPlanRequest(GetRolloutPlanRequest)

public GetRolloutPlanRequest(GetRolloutPlanRequest other)
Parameter
Name Description
other GetRolloutPlanRequest

Properties

Project

public string Project { get; set; }

Project ID for this request.

Property Value
Type Description
string

RolloutPlan

public string RolloutPlan { get; set; }

Name of the persistent rollout plan to return.

Property Value
Type Description
string