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