public sealed class RevertInstanceRequest : IMessage<RevertInstanceRequest>, IEquatable<RevertInstanceRequest>, IDeepCloneable<RevertInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Filestore v1 API class RevertInstanceRequest.
RevertInstanceRequest reverts the given instance's file share to the specified snapshot.
Implements
IMessageRevertInstanceRequest, IEquatableRevertInstanceRequest, IDeepCloneableRevertInstanceRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Filestore.V1Assembly
Google.Cloud.Filestore.V1.dll
Constructors
RevertInstanceRequest()
public RevertInstanceRequest()
RevertInstanceRequest(RevertInstanceRequest)
public RevertInstanceRequest(RevertInstanceRequest other)
Parameter | |
---|---|
Name | Description |
other |
RevertInstanceRequest |
Properties
InstanceName
public InstanceName InstanceName { get; set; }
InstanceName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
InstanceName |
Name
public string Name { get; set; }
Required.
projects/{project_id}/locations/{location_id}/instances/{instance_id}
.
The resource name of the instance, in the format
Property Value | |
---|---|
Type | Description |
string |
TargetSnapshotId
public string TargetSnapshotId { get; set; }
Required. The snapshot resource ID, in the format 'my-snapshot', where the
specified ID is the {snapshot_id} of the fully qualified name like
projects/{project_id}/locations/{location_id}/instances/{instance_id}/snapshots/{snapshot_id}
Property Value | |
---|---|
Type | Description |
string |