public sealed class GetRestorePlanRequest : IMessage<GetRestorePlanRequest>, IEquatable<GetRestorePlanRequest>, IDeepCloneable<GetRestorePlanRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Backup for GKE v1 API class GetRestorePlanRequest.
Request message for GetRestorePlan.
Implements
IMessageGetRestorePlanRequest, IEquatableGetRestorePlanRequest, IDeepCloneableGetRestorePlanRequest, 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 |