public sealed class CreateNodeRequest : IMessage<CreateNodeRequest>, IEquatable<CreateNodeRequest>, IDeepCloneable<CreateNodeRequest>, IBufferMessage, IMessageReference documentation and code samples for the Cloud TPU v1 API class CreateNodeRequest.
Request for [CreateNode][google.cloud.tpu.v1.Tpu.CreateNode].
Implements
IMessageCreateNodeRequest, IEquatableCreateNodeRequest, IDeepCloneableCreateNodeRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Tpu.V1Assembly
Google.Cloud.Tpu.V1.dll
Constructors
CreateNodeRequest()
public CreateNodeRequest()CreateNodeRequest(CreateNodeRequest)
public CreateNodeRequest(CreateNodeRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateNodeRequest |
Properties
Node
public Node Node { get; set; }Required. The node.
| Property Value | |
|---|---|
| Type | Description |
Node |
|
NodeId
public string NodeId { get; set; }The unqualified resource name.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. The parent resource name.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }LocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
LocationName |
|