public sealed class GetRestorePlanRequest : IMessage<GetRestorePlanRequest>, IEquatable<GetRestorePlanRequest>, IDeepCloneable<GetRestorePlanRequest>, IBufferMessage, IMessage
Request message for GetRestorePlan.
Implements
IMessage<GetRestorePlanRequest>, IEquatable<GetRestorePlanRequest>, IDeepCloneable<GetRestorePlanRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.GkeBackup.V1Assembly
Google.Cloud.GkeBackup.V1.dll
Constructors
GetRestorePlanRequest()
public GetRestorePlanRequest()
GetRestorePlanRequest(GetRestorePlanRequest)
public GetRestorePlanRequest(GetRestorePlanRequest other)
Parameter | |
---|---|
Name | Description |
other | GetRestorePlanRequest |
Properties
Name
public string Name { get; set; }
Required. Fully qualified RestorePlan name. Format: projects//locations//restorePlans/*
Property Value | |
---|---|
Type | Description |
String |
RestorePlanName
public RestorePlanName RestorePlanName { get; set; }
RestorePlanName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
RestorePlanName |