Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

OperationStep

import type { OperationStep } from "https://googleapis.deno.dev/v1/hypercomputecluster:v1.ts";

Message describing the status of a single step in a cluster mutation long-running operation.

interface OperationStep {
readonly checkClusterHealth?: CheckClusterHealth;
readonly createFilestoreInstance?: CreateFilestoreInstance;
readonly createLoginNode?: CreateLoginNode;
readonly createLustreInstance?: CreateLustreInstance;
readonly createNetwork?: CreateNetwork;
readonly createNodeset?: CreateNodeset;
readonly createOrchestrator?: CreateOrchestrator;
readonly createPartition?: CreatePartition;
readonly createPrivateServiceAccess?: CreatePrivateServiceAccess;
readonly createStorageBucket?: CreateStorageBucket;
readonly deleteFilestoreInstance?: DeleteFilestoreInstance;
readonly deleteLoginNode?: DeleteLoginNode;
readonly deleteLustreInstance?: DeleteLustreInstance;
readonly deleteNetwork?: DeleteNetwork;
readonly deleteNodeset?: DeleteNodeset;
readonly deleteOrchestrator?: DeleteOrchestrator;
readonly deletePartition?: DeletePartition;
readonly deletePrivateServiceAccess?: DeletePrivateServiceAccess;
readonly deleteStorageBucket?: DeleteStorageBucket;
readonly state?:
| "STATE_UNSPECIFIED"
| "WAITING"
| "IN_PROGRESS"
| "DONE";
readonly updateLoginNode?: UpdateLoginNode;
readonly updateNodeset?: UpdateNodeset;
readonly updateOrchestrator?: UpdateOrchestrator;
readonly updatePartition?: UpdatePartition;
}

§Properties

§
readonly checkClusterHealth?: CheckClusterHealth
[src]

Output only. If set, indicates that cluster health check is part of the operation.

§
readonly createFilestoreInstance?: CreateFilestoreInstance
[src]

Output only. If set, indicates that new Filestore instance creation is part of the operation.

§
readonly createLoginNode?: CreateLoginNode
[src]

Output only. If set, indicates that new login node creation is part of the operation.

§
readonly createLustreInstance?: CreateLustreInstance
[src]

Output only. If set, indicates that new Lustre instance creation is part of the operation.

§
readonly createNetwork?: CreateNetwork
[src]

Output only. If set, indicates that new network creation is part of the operation.

§
readonly createNodeset?: CreateNodeset
[src]

Output only. If set, indicates that new nodeset creation is part of the operation.

§
readonly createOrchestrator?: CreateOrchestrator
[src]

Output only. If set, indicates that orchestrator creation is part of the operation.

§
readonly createPartition?: CreatePartition
[src]

Output only. If set, indicates that new partition creation is part of the operation.

§
readonly createPrivateServiceAccess?: CreatePrivateServiceAccess
[src]

Output only. If set, indicates that new private service access creation is part of the operation.

§
readonly createStorageBucket?: CreateStorageBucket
[src]

Output only. If set, indicates that new Cloud Storage bucket creation is part of the operation.

§
readonly deleteFilestoreInstance?: DeleteFilestoreInstance
[src]

Output only. If set, indicates that Filestore instance deletion is part of the operation.

§
readonly deleteLoginNode?: DeleteLoginNode
[src]

Output only. If set, indicates that login node deletion is part of the operation.

§
readonly deleteLustreInstance?: DeleteLustreInstance
[src]

Output only. If set, indicates that Lustre instance deletion is part of the operation.

§
readonly deleteNetwork?: DeleteNetwork
[src]

Output only. If set, indicates that network deletion is part of the operation.

§
readonly deleteNodeset?: DeleteNodeset
[src]

Output only. If set, indicates that nodeset deletion is part of the operation.

§
readonly deleteOrchestrator?: DeleteOrchestrator
[src]

Output only. If set, indicates that orchestrator deletion is part of the operation.

§
readonly deletePartition?: DeletePartition
[src]

Output only. If set, indicates that partition deletion is part of the operation.

§
readonly deletePrivateServiceAccess?: DeletePrivateServiceAccess
[src]

Output only. If set, indicates that private service access deletion is part of the operation.

§
readonly deleteStorageBucket?: DeleteStorageBucket
[src]

Output only. If set, indicates that Cloud Storage bucket deletion is part of the operation.

§
readonly state?: "STATE_UNSPECIFIED" | "WAITING" | "IN_PROGRESS" | "DONE"
[src]

Output only. State of the operation step.

§
readonly updateLoginNode?: UpdateLoginNode
[src]

Output only. If set, indicates that login node update is part of the operation.

§
readonly updateNodeset?: UpdateNodeset
[src]

Output only. If set, indicates that nodeset update is part of the operation.

§
readonly updateOrchestrator?: UpdateOrchestrator
[src]

Output only. If set, indicates that an orchestrator update is part of the operation.

§
readonly updatePartition?: UpdatePartition
[src]

Output only. If set, indicates that partition update is part of the operation.