Enum RouterInterface.ManagementType

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

    public static enum RouterInterface.ManagementType
    extends Enum<RouterInterface.ManagementType>
    implements com.google.protobuf.ProtocolMessageEnum
     [Output Only] The resource that configures and manages this interface. - MANAGED_BY_USER is the default value and can be managed directly by users. - MANAGED_BY_ATTACHMENT is an interface that is configured and managed by Cloud Interconnect, specifically, by an InterconnectAttachment of type PARTNER. Google automatically creates, updates, and deletes this type of interface when the PARTNER InterconnectAttachment is created, updated, or deleted.
     
    Protobuf enum google.cloud.compute.v1.RouterInterface.ManagementType
    • Enum Constant Detail

      • UNDEFINED_MANAGEMENT_TYPE

        public static final RouterInterface.ManagementType UNDEFINED_MANAGEMENT_TYPE
         A value indicating that the enum field is not set.
         
        UNDEFINED_MANAGEMENT_TYPE = 0;
      • MANAGED_BY_ATTACHMENT

        public static final RouterInterface.ManagementType MANAGED_BY_ATTACHMENT
         The interface is automatically created for PARTNER type InterconnectAttachment, Google will automatically create/update/delete this interface when the PARTNER InterconnectAttachment is created/provisioned/deleted. This type of interface cannot be manually managed by user.
         
        MANAGED_BY_ATTACHMENT = 458926411;
      • MANAGED_BY_USER

        public static final RouterInterface.ManagementType MANAGED_BY_USER
         Default value, the interface is manually created and managed by user.
         
        MANAGED_BY_USER = 317294067;
    • Field Detail

      • UNDEFINED_MANAGEMENT_TYPE_VALUE

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

        public static final int MANAGED_BY_ATTACHMENT_VALUE
         The interface is automatically created for PARTNER type InterconnectAttachment, Google will automatically create/update/delete this interface when the PARTNER InterconnectAttachment is created/provisioned/deleted. This type of interface cannot be manually managed by user.
         
        MANAGED_BY_ATTACHMENT = 458926411;
        See Also:
        Constant Field Values
      • MANAGED_BY_USER_VALUE

        public static final int MANAGED_BY_USER_VALUE
         Default value, the interface is manually created and managed by user.
         
        MANAGED_BY_USER = 317294067;
        See Also:
        Constant Field Values
    • Method Detail

      • values

        public static RouterInterface.ManagementType[] 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 (RouterInterface.ManagementType c : RouterInterface.ManagementType.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static RouterInterface.ManagementType 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 RouterInterface.ManagementType 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 RouterInterface.ManagementType forNumber​(int value)
        Parameters:
        value - The numeric wire value of the corresponding enum entry.
        Returns:
        The enum associated with the given numeric wire value.
      • 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 RouterInterface.ManagementType 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