Reference documentation and code samples for the Google Cloud Migration Center V1 Client class FitLevel.
Fit level.
Protobuf type google.cloud.migrationcenter.v1.FitDescriptor.FitLevel
Namespace
Google \ Cloud \ MigrationCenter \ V1 \ FitDescriptorMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
FIT_LEVEL_UNSPECIFIED
Value: 0
Not enough information.
Generated from protobuf enum FIT_LEVEL_UNSPECIFIED = 0;
FIT
Value: 1
Fit.
Generated from protobuf enum FIT = 1;
NO_FIT
Value: 2
No Fit.
Generated from protobuf enum NO_FIT = 2;
REQUIRES_EFFORT
Value: 3
Fit with effort.
Generated from protobuf enum REQUIRES_EFFORT = 3;