VMware Engine v1 API - Class GetNodeRequest (1.3.0)

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

Reference documentation and code samples for the VMware Engine v1 API class GetNodeRequest.

Request message for [VmwareEngine.GetNode][google.cloud.vmwareengine.v1.VmwareEngine.GetNode]

Inheritance

object > GetNodeRequest

Namespace

Google.Cloud.VmwareEngine.V1

Assembly

Google.Cloud.VmwareEngine.V1.dll

Constructors

GetNodeRequest()

public GetNodeRequest()

GetNodeRequest(GetNodeRequest)

public GetNodeRequest(GetNodeRequest other)
Parameter
NameDescription
otherGetNodeRequest

Properties

Name

public string Name { get; set; }

Required. The resource name of the node to retrieve. For example: projects/{project}/locations/{location}/privateClouds/{private_cloud}/clusters/{cluster}/nodes/{node}

Property Value
TypeDescription
string

NodeName

public NodeName NodeName { get; set; }

NodeName-typed view over the Name resource name property.

Property Value
TypeDescription
NodeName