<?php
/*
 * Copyright 2022 Google LLC
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     https://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/*
 * GENERATED CODE WARNING
 * Generated by gapic-generator-php from the file
 * https://github.com/googleapis/googleapis/blob/master/google/cloud/compute/v1/compute.proto
 * Updates to the above are reflected here through a refresh process.
 */

namespace Google\Cloud\Compute\V1\Enums\Warning;

/**
 * Code contains string constants that represent the names of each value in the
 * google.cloud.compute.v1.Warning.Code descriptor.
 */
class Code
{
    const UNDEFINED_CODE = 'UNDEFINED_CODE';

    const CLEANUP_FAILED = 'CLEANUP_FAILED';

    const DEPRECATED_RESOURCE_USED = 'DEPRECATED_RESOURCE_USED';

    const DEPRECATED_TYPE_USED = 'DEPRECATED_TYPE_USED';

    const DISK_SIZE_LARGER_THAN_IMAGE_SIZE = 'DISK_SIZE_LARGER_THAN_IMAGE_SIZE';

    const EXPERIMENTAL_TYPE_USED = 'EXPERIMENTAL_TYPE_USED';

    const EXTERNAL_API_WARNING = 'EXTERNAL_API_WARNING';

    const FIELD_VALUE_OVERRIDEN = 'FIELD_VALUE_OVERRIDEN';

    const INJECTED_KERNELS_DEPRECATED = 'INJECTED_KERNELS_DEPRECATED';

    const INVALID_HEALTH_CHECK_FOR_DYNAMIC_WIEGHTED_LB = 'INVALID_HEALTH_CHECK_FOR_DYNAMIC_WIEGHTED_LB';

    const LARGE_DEPLOYMENT_WARNING = 'LARGE_DEPLOYMENT_WARNING';

    const MISSING_TYPE_DEPENDENCY = 'MISSING_TYPE_DEPENDENCY';

    const NEXT_HOP_ADDRESS_NOT_ASSIGNED = 'NEXT_HOP_ADDRESS_NOT_ASSIGNED';

    const NEXT_HOP_CANNOT_IP_FORWARD = 'NEXT_HOP_CANNOT_IP_FORWARD';

    const NEXT_HOP_INSTANCE_HAS_NO_IPV6_INTERFACE = 'NEXT_HOP_INSTANCE_HAS_NO_IPV6_INTERFACE';

    const NEXT_HOP_INSTANCE_NOT_FOUND = 'NEXT_HOP_INSTANCE_NOT_FOUND';

    const NEXT_HOP_INSTANCE_NOT_ON_NETWORK = 'NEXT_HOP_INSTANCE_NOT_ON_NETWORK';

    const NEXT_HOP_NOT_RUNNING = 'NEXT_HOP_NOT_RUNNING';

    const NOT_CRITICAL_ERROR = 'NOT_CRITICAL_ERROR';

    const NO_RESULTS_ON_PAGE = 'NO_RESULTS_ON_PAGE';

    const PARTIAL_SUCCESS = 'PARTIAL_SUCCESS';

    const REQUIRED_TOS_AGREEMENT = 'REQUIRED_TOS_AGREEMENT';

    const RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING = 'RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING';

    const RESOURCE_NOT_DELETED = 'RESOURCE_NOT_DELETED';

    const SCHEMA_VALIDATION_IGNORED = 'SCHEMA_VALIDATION_IGNORED';

    const SINGLE_INSTANCE_PROPERTY_TEMPLATE = 'SINGLE_INSTANCE_PROPERTY_TEMPLATE';

    const UNDECLARED_PROPERTIES = 'UNDECLARED_PROPERTIES';

    const UNREACHABLE = 'UNREACHABLE';
}
