public sealed class StopInstanceRequest : IMessage<StopInstanceRequest>, IEquatable<StopInstanceRequest>, IDeepCloneable<StopInstanceRequest>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Run Admin v2 API class StopInstanceRequest.
Request message for deleting an Instance.
Implements
IMessageStopInstanceRequest, IEquatableStopInstanceRequest, IDeepCloneableStopInstanceRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Run.V2Assembly
Google.Cloud.Run.V2.dll
Constructors
StopInstanceRequest()
public StopInstanceRequest()StopInstanceRequest(StopInstanceRequest)
public StopInstanceRequest(StopInstanceRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
StopInstanceRequest |
Properties
Etag
public string Etag { get; set; }Optional. A system-generated fingerprint for this version of the resource. This may be used to detect modification conflict during updates.
| Property Value | |
|---|---|
| Type | Description |
string |
|
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. The name of the Instance to stop.
Format:
projects/{project}/locations/{location}/instances/{instance},
where {project} can be project id or number.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ValidateOnly
public bool ValidateOnly { get; set; }Optional. Indicates that the request should be validated without actually stopping any resources.
| Property Value | |
|---|---|
| Type | Description |
bool |
|