Enum InterconnectGroupsCreateMembers.IntentMismatchBehavior (1.74.0)

public enum InterconnectGroupsCreateMembers.IntentMismatchBehavior extends Enum<InterconnectGroupsCreateMembers.IntentMismatchBehavior> implements ProtocolMessageEnum

How to behave when configured.topologyCapability.supportedSLA would not equal intent.topologyCapability after this call.

Protobuf enum google.cloud.compute.v1.InterconnectGroupsCreateMembers.IntentMismatchBehavior

Implements

ProtocolMessageEnum

Static Fields

Name Description
CREATE

CREATE = 385389820;

CREATE_VALUE

CREATE = 385389820;

REJECT

REJECT = 266102687;

REJECT_VALUE

REJECT = 266102687;

UNDEFINED_INTENT_MISMATCH_BEHAVIOR

A value indicating that the enum field is not set.

UNDEFINED_INTENT_MISMATCH_BEHAVIOR = 0;

UNDEFINED_INTENT_MISMATCH_BEHAVIOR_VALUE

A value indicating that the enum field is not set.

UNDEFINED_INTENT_MISMATCH_BEHAVIOR = 0;

UNRECOGNIZED
UNSPECIFIED

UNSPECIFIED = 526786327;

UNSPECIFIED_VALUE

UNSPECIFIED = 526786327;

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()