luminarycloud.enum.mesh_status

Classes

MeshStatus

Represents the status of a mesh.

Module Contents

class luminarycloud.enum.mesh_status.MeshStatus

Represents the status of a mesh.

Attributes:
UNSPECIFIED

A well-formed mesh resource will never have this value.

CREATING

Mesh is being created.

COMPLETED

Mesh was created successfully and can be used to create simulations.

FAILED

Mesh was not created successfully and is unusable.

UNSPECIFIED
CREATING
COMPLETED
FAILED