Enum UtilizationReportView (1.29.0)

public enum UtilizationReportView extends Enum<UtilizationReportView> implements ProtocolMessageEnum

Controls the level of details of a Utilization Report.

Protobuf enum google.cloud.vmmigration.v1.UtilizationReportView

Implements

ProtocolMessageEnum

Static Fields

NameDescription
BASIC

Get the report metadata, without the list of VMs and their utilization info.

BASIC = 1;

BASIC_VALUE

Get the report metadata, without the list of VMs and their utilization info.

BASIC = 1;

FULL

Include everything.

FULL = 2;

FULL_VALUE

Include everything.

FULL = 2;

UNRECOGNIZED
UTILIZATION_REPORT_VIEW_UNSPECIFIED

The default / unset value. The API will default to FULL on single report request and BASIC for multiple reports request.

UTILIZATION_REPORT_VIEW_UNSPECIFIED = 0;

UTILIZATION_REPORT_VIEW_UNSPECIFIED_VALUE

The default / unset value. The API will default to FULL on single report request and BASIC for multiple reports request.

UTILIZATION_REPORT_VIEW_UNSPECIFIED = 0;

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()