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 and Description |
|---|
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.
|
MANAGED_BY_USER
Default value, the interface is manually created and managed by user.
|
UNDEFINED_MANAGEMENT_TYPE
A value indicating that the enum field is not set.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static 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.
|
static int |
MANAGED_BY_USER_VALUE
Default value, the interface is manually created and managed by user.
|
static int |
UNDEFINED_MANAGEMENT_TYPE_VALUE
A value indicating that the enum field is not set.
|
| Modifier and Type | Method and Description |
|---|---|
static RouterInterface.ManagementType |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<RouterInterface.ManagementType> |
internalGetValueMap() |
static RouterInterface.ManagementType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static RouterInterface.ManagementType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static RouterInterface.ManagementType |
valueOf(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.
|
public static final RouterInterface.ManagementType UNDEFINED_MANAGEMENT_TYPE
A value indicating that the enum field is not set.
UNDEFINED_MANAGEMENT_TYPE = 0;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;public static final RouterInterface.ManagementType MANAGED_BY_USER
Default value, the interface is manually created and managed by user.
MANAGED_BY_USER = 317294067;public static final RouterInterface.ManagementType UNRECOGNIZED
public static final int UNDEFINED_MANAGEMENT_TYPE_VALUE
A value indicating that the enum field is not set.
UNDEFINED_MANAGEMENT_TYPE = 0;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;public static final int MANAGED_BY_USER_VALUE
Default value, the interface is manually created and managed by user.
MANAGED_BY_USER = 317294067;public static RouterInterface.ManagementType[] values()
for (RouterInterface.ManagementType c : RouterInterface.ManagementType.values()) System.out.println(c);
public static RouterInterface.ManagementType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static RouterInterface.ManagementType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static RouterInterface.ManagementType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<RouterInterface.ManagementType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static RouterInterface.ManagementType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.