Package com.google.cloud.compute.v1
Enum RouterInterface.ManagementType
- java.lang.Object
-
- java.lang.Enum<RouterInterface.ManagementType>
-
- com.google.cloud.compute.v1.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 enumgoogle.cloud.compute.v1.RouterInterface.ManagementType
-
-
Enum Constant Summary
Enum Constants Enum Constant Description MANAGED_BY_ATTACHMENTThe interface is automatically created for PARTNER type InterconnectAttachment, Google will automatically create/update/delete this interface when the PARTNER InterconnectAttachment is created/provisioned/deleted.MANAGED_BY_USERDefault value, the interface is manually created and managed by user.UNDEFINED_MANAGEMENT_TYPEA value indicating that the enum field is not set.UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static intMANAGED_BY_ATTACHMENT_VALUEThe interface is automatically created for PARTNER type InterconnectAttachment, Google will automatically create/update/delete this interface when the PARTNER InterconnectAttachment is created/provisioned/deleted.static intMANAGED_BY_USER_VALUEDefault value, the interface is manually created and managed by user.static intUNDEFINED_MANAGEMENT_TYPE_VALUEA value indicating that the enum field is not set.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static RouterInterface.ManagementTypeforNumber(int value)static com.google.protobuf.Descriptors.EnumDescriptorgetDescriptor()com.google.protobuf.Descriptors.EnumDescriptorgetDescriptorForType()intgetNumber()com.google.protobuf.Descriptors.EnumValueDescriptorgetValueDescriptor()static com.google.protobuf.Internal.EnumLiteMap<RouterInterface.ManagementType>internalGetValueMap()static RouterInterface.ManagementTypevalueOf(int value)Deprecated.static RouterInterface.ManagementTypevalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static RouterInterface.ManagementTypevalueOf(String name)Returns the enum constant of this type with the specified name.static RouterInterface.ManagementType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
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;
-
UNRECOGNIZED
public static final RouterInterface.ManagementType UNRECOGNIZED
-
-
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 nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.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 nameNullPointerException- 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.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<RouterInterface.ManagementType> internalGetValueMap()
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.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 nameNullPointerException- if the argument is null
-
-