public sealed class InstancesSetNameRequest : IMessage<InstancesSetNameRequest>, IEquatable<InstancesSetNameRequest>, IDeepCloneable<InstancesSetNameRequest>, IBufferMessage, IMessageImplements
IMessageInstancesSetNameRequest, IEquatableInstancesSetNameRequest, IDeepCloneableInstancesSetNameRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
InstancesSetNameRequest()
public InstancesSetNameRequest()InstancesSetNameRequest(InstancesSetNameRequest)
public InstancesSetNameRequest(InstancesSetNameRequest other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        InstancesSetNameRequest | 
      
Properties
CurrentName
public string CurrentName { get; set; }The current name of this resource, used to prevent conflicts. Provide the latest name when making a request to change name.
| Property Value | |
|---|---|
| Type | Description | 
string | 
        |
HasCurrentName
public bool HasCurrentName { get; }Gets whether the "current_name" field is set
| Property Value | |
|---|---|
| Type | Description | 
bool | 
        |
HasName
public bool HasName { get; }Gets whether the "name" field is set
| Property Value | |
|---|---|
| Type | Description | 
bool | 
        |
Name
public string Name { get; set; }The name to be applied to the instance. Needs to be RFC 1035 compliant.
| Property Value | |
|---|---|
| Type | Description | 
string | 
        |