Class CreateNodeRequest (1.0.0)

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

Request for [CreateNode][google.cloud.tpu.v1.Tpu.CreateNode].

Inheritance

Object > CreateNodeRequest

Namespace

Google.Cloud.Tpu.V1

Assembly

Google.Cloud.Tpu.V1.dll

Constructors

CreateNodeRequest()

public CreateNodeRequest()

CreateNodeRequest(CreateNodeRequest)

public CreateNodeRequest(CreateNodeRequest other)
Parameter
NameDescription
otherCreateNodeRequest

Properties

Node

public Node Node { get; set; }

Required. The node.

Property Value
TypeDescription
Node

NodeId

public string NodeId { get; set; }

The unqualified resource name.

Property Value
TypeDescription
String

Parent

public string Parent { get; set; }

Required. The parent resource name.

Property Value
TypeDescription
String

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName