Enum SecurityPolicy.Type

  • All Implemented Interfaces:
    com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<SecurityPolicy.Type>
    Enclosing class:
    SecurityPolicy

    public static enum SecurityPolicy.Type
    extends Enum<SecurityPolicy.Type>
    implements com.google.protobuf.ProtocolMessageEnum
     The type indicates the intended use of the security policy. - CLOUD_ARMOR: Cloud Armor backend security policies can be configured to filter incoming HTTP requests targeting backend services. They filter requests before they hit the origin servers. - CLOUD_ARMOR_EDGE: Cloud Armor edge security policies can be configured to filter incoming HTTP requests targeting backend services (including Cloud CDN-enabled) as well as backend buckets (Cloud Storage). They filter requests before the request is served from Google's cache. - CLOUD_ARMOR_INTERNAL_SERVICE: Cloud Armor internal service policies can be configured to filter HTTP requests targeting services managed by Traffic Director in a service mesh. They filter requests before the request is served from the application. - CLOUD_ARMOR_NETWORK: Cloud Armor network policies can be configured to filter packets targeting network load balancing resources such as backend services, target pools, target instances, and instances with external IPs. They filter requests before the request is served from the application. This field can be set only at resource creation time.
     
    Protobuf enum google.cloud.compute.v1.SecurityPolicy.Type
    • Enum Constant Detail

      • UNDEFINED_TYPE

        public static final SecurityPolicy.Type UNDEFINED_TYPE
         A value indicating that the enum field is not set.
         
        UNDEFINED_TYPE = 0;
      • CLOUD_ARMOR_EDGE

        public static final SecurityPolicy.Type CLOUD_ARMOR_EDGE
        CLOUD_ARMOR_EDGE = 250728775;
      • CLOUD_ARMOR_NETWORK

        public static final SecurityPolicy.Type CLOUD_ARMOR_NETWORK
        CLOUD_ARMOR_NETWORK = 488527428;
    • Field Detail

      • UNDEFINED_TYPE_VALUE

        public static final int UNDEFINED_TYPE_VALUE
         A value indicating that the enum field is not set.
         
        UNDEFINED_TYPE = 0;
        See Also:
        Constant Field Values
      • CLOUD_ARMOR_VALUE

        public static final int CLOUD_ARMOR_VALUE
        CLOUD_ARMOR = 260640373;
        See Also:
        Constant Field Values
      • CLOUD_ARMOR_EDGE_VALUE

        public static final int CLOUD_ARMOR_EDGE_VALUE
        CLOUD_ARMOR_EDGE = 250728775;
        See Also:
        Constant Field Values
      • CLOUD_ARMOR_NETWORK_VALUE

        public static final int CLOUD_ARMOR_NETWORK_VALUE
        CLOUD_ARMOR_NETWORK = 488527428;
        See Also:
        Constant Field Values
    • Method Detail

      • values

        public static SecurityPolicy.Type[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (SecurityPolicy.Type c : SecurityPolicy.Type.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static SecurityPolicy.Type valueOf​(String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null
      • getNumber

        public final int getNumber()
        Specified by:
        getNumber in interface com.google.protobuf.Internal.EnumLite
        Specified by:
        getNumber in interface com.google.protobuf.ProtocolMessageEnum
      • valueOf

        @Deprecated
        public static SecurityPolicy.Type valueOf​(int value)
        Deprecated.
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        value - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null
      • forNumber

        public static SecurityPolicy.Type forNumber​(int value)
        Parameters:
        value - The numeric wire value of the corresponding enum entry.
        Returns:
        The enum associated with the given numeric wire value.
      • internalGetValueMap

        public static com.google.protobuf.Internal.EnumLiteMap<SecurityPolicy.Type> internalGetValueMap()
      • getValueDescriptor

        public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
        Specified by:
        getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
      • getDescriptorForType

        public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnum
      • getDescriptor

        public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
      • valueOf

        public static SecurityPolicy.Type valueOf​(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        desc - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null