Enum PeriodicPartialMaintenanceSchedule.Type (1.105.0)

public enum PeriodicPartialMaintenanceSchedule.Type extends Enum<PeriodicPartialMaintenanceSchedule.Type> implements ProtocolMessageEnum

Protobuf enum google.cloud.compute.v1.PeriodicPartialMaintenanceSchedule.Type

Implements

ProtocolMessageEnum

Static Fields

Name Description
MAINTENANCE_TYPE_UNSPECIFIED

Default value.

MAINTENANCE_TYPE_UNSPECIFIED = 351550814;

MAINTENANCE_TYPE_UNSPECIFIED_VALUE

Default value.

MAINTENANCE_TYPE_UNSPECIFIED = 351550814;

PRIVATE_ZONE_MAINTENANCE

The zone is in a private maintenance window.

PRIVATE_ZONE_MAINTENANCE = 55583292;

PRIVATE_ZONE_MAINTENANCE_VALUE

The zone is in a private maintenance window.

PRIVATE_ZONE_MAINTENANCE = 55583292;

UNDEFINED_TYPE

A value indicating that the enum field is not set.

UNDEFINED_TYPE = 0;

UNDEFINED_TYPE_VALUE

A value indicating that the enum field is not set.

UNDEFINED_TYPE = 0;

UNRECOGNIZED

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()