Compute Engine v1 API - Class GetVersionHostRequest (3.30.0)

public sealed class GetVersionHostRequest : IMessage<GetVersionHostRequest>, IEquatable<GetVersionHostRequest>, IDeepCloneable<GetVersionHostRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Compute Engine v1 API class GetVersionHostRequest.

A request message for Hosts.GetVersion. See the method description for details.

Inheritance

object > GetVersionHostRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

GetVersionHostRequest()

public GetVersionHostRequest()

GetVersionHostRequest(GetVersionHostRequest)

public GetVersionHostRequest(GetVersionHostRequest other)
Parameter
Name Description
other GetVersionHostRequest

Properties

Association

public string Association { get; set; }

The parent resource association for the Host. This field specifies the hierarchical context (e.g., reservation, block, sub-block) when accessing the host.

Property Value
Type Description
string

HasRequestId

public bool HasRequestId { get; }

Gets whether the "request_id" field is set

Property Value
Type Description
bool

Host

public string Host { get; set; }

The name of the host, formatted as RFC1035 or a resource ID number.

Property Value
Type Description
string

HostsGetVersionRequestResource

public HostsGetVersionRequest HostsGetVersionRequestResource { get; set; }

The body resource for this request

Property Value
Type Description
HostsGetVersionRequest

Project

public string Project { get; set; }

Project ID for this request.

Property Value
Type Description
string

RequestId

public string RequestId { get; set; }

An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.

Property Value
Type Description
string

Zone

public string Zone { get; set; }

Name of the zone for this request. Zone name should conform to RFC1035.

Property Value
Type Description
string