Class OperationStep (0.4.0)

OperationStep(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
create_network google.cloud.hypercomputecluster_v1.types.CreateNetwork
Output only. If set, indicates that new network creation is part of the operation. This field is a member of oneof_ type.
create_private_service_access google.cloud.hypercomputecluster_v1.types.CreatePrivateServiceAccess
Output only. If set, indicates that new private service access creation is part of the operation. This field is a member of oneof_ type.
create_filestore_instance google.cloud.hypercomputecluster_v1.types.CreateFilestoreInstance
Output only. If set, indicates that new Filestore instance creation is part of the operation. This field is a member of oneof_ type.
create_storage_bucket google.cloud.hypercomputecluster_v1.types.CreateStorageBucket
Output only. If set, indicates that new Cloud Storage bucket creation is part of the operation. This field is a member of oneof_ type.
create_lustre_instance google.cloud.hypercomputecluster_v1.types.CreateLustreInstance
Output only. If set, indicates that new Lustre instance creation is part of the operation. This field is a member of oneof_ type.
create_orchestrator google.cloud.hypercomputecluster_v1.types.CreateOrchestrator
Output only. If set, indicates that orchestrator creation is part of the operation. This field is a member of oneof_ type.
create_nodeset google.cloud.hypercomputecluster_v1.types.CreateNodeset
Output only. If set, indicates that new nodeset creation is part of the operation. This field is a member of oneof_ type.
create_partition google.cloud.hypercomputecluster_v1.types.CreatePartition
Output only. If set, indicates that new partition creation is part of the operation. This field is a member of oneof_ type.
create_login_node google.cloud.hypercomputecluster_v1.types.CreateLoginNode
Output only. If set, indicates that new login node creation is part of the operation. This field is a member of oneof_ type.
check_cluster_health google.cloud.hypercomputecluster_v1.types.CheckClusterHealth
Output only. If set, indicates that cluster health check is part of the operation. This field is a member of oneof_ type.
update_orchestrator google.cloud.hypercomputecluster_v1.types.UpdateOrchestrator
Output only. If set, indicates that an orchestrator update is part of the operation. This field is a member of oneof_ type.
update_nodeset google.cloud.hypercomputecluster_v1.types.UpdateNodeset
Output only. If set, indicates that nodeset update is part of the operation. This field is a member of oneof_ type.
update_partition google.cloud.hypercomputecluster_v1.types.UpdatePartition
Output only. If set, indicates that partition update is part of the operation. This field is a member of oneof_ type.
update_login_node google.cloud.hypercomputecluster_v1.types.UpdateLoginNode
Output only. If set, indicates that login node update is part of the operation. This field is a member of oneof_ type.
delete_orchestrator google.cloud.hypercomputecluster_v1.types.DeleteOrchestrator
Output only. If set, indicates that orchestrator deletion is part of the operation. This field is a member of oneof_ type.
delete_nodeset google.cloud.hypercomputecluster_v1.types.DeleteNodeset
Output only. If set, indicates that nodeset deletion is part of the operation. This field is a member of oneof_ type.
delete_partition google.cloud.hypercomputecluster_v1.types.DeletePartition
Output only. If set, indicates that partition deletion is part of the operation. This field is a member of oneof_ type.
delete_login_node google.cloud.hypercomputecluster_v1.types.DeleteLoginNode
Output only. If set, indicates that login node deletion is part of the operation. This field is a member of oneof_ type.
delete_filestore_instance google.cloud.hypercomputecluster_v1.types.DeleteFilestoreInstance
Output only. If set, indicates that Filestore instance deletion is part of the operation. This field is a member of oneof_ type.
delete_storage_bucket google.cloud.hypercomputecluster_v1.types.DeleteStorageBucket
Output only. If set, indicates that Cloud Storage bucket deletion is part of the operation. This field is a member of oneof_ type.
delete_lustre_instance google.cloud.hypercomputecluster_v1.types.DeleteLustreInstance
Output only. If set, indicates that Lustre instance deletion is part of the operation. This field is a member of oneof_ type.
delete_private_service_access google.cloud.hypercomputecluster_v1.types.DeletePrivateServiceAccess
Output only. If set, indicates that private service access deletion is part of the operation. This field is a member of oneof_ type.
delete_network google.cloud.hypercomputecluster_v1.types.DeleteNetwork
Output only. If set, indicates that network deletion is part of the operation. This field is a member of oneof_ type.
state google.cloud.hypercomputecluster_v1.types.OperationStep.State
Output only. State of the operation step.

Classes

State

State(value)

State of the operation step.