Cluster Director v1 API - Class CreatePartition (1.0.0-beta01)

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

Reference documentation and code samples for the Cluster Director v1 API class CreatePartition.

When set in OperationStep, indicates that a partition should be created.

Inheritance

object > CreatePartition

Namespace

Google.Cloud.HypercomputeCluster.V1

Assembly

Google.Cloud.HypercomputeCluster.V1.dll

Constructors

CreatePartition()

public CreatePartition()

CreatePartition(CreatePartition)

public CreatePartition(CreatePartition other)
Parameter
Name Description
other CreatePartition

Properties

Partitions

public RepeatedField<string> Partitions { get; }

Output only. Name of the partition to create

Property Value
Type Description
RepeatedFieldstring