Enum Trust.TrustDirection (1.9.0)

public enum Trust.TrustDirection extends Enum<Trust.TrustDirection> implements ProtocolMessageEnum

Represents the direction of trust. See System.DirectoryServices.ActiveDirectory.TrustDirection for more information.

Protobuf enum google.cloud.managedidentities.v1.Trust.TrustDirection

Implements

ProtocolMessageEnum

Static Fields

NameDescription
BIDIRECTIONAL

The bidirectional direction represents the trusted / trusting side.

BIDIRECTIONAL = 3;

BIDIRECTIONAL_VALUE

The bidirectional direction represents the trusted / trusting side.

BIDIRECTIONAL = 3;

INBOUND

The inbound direction represents the trusting side.

INBOUND = 1;

INBOUND_VALUE

The inbound direction represents the trusting side.

INBOUND = 1;

OUTBOUND

The outboud direction represents the trusted side.

OUTBOUND = 2;

OUTBOUND_VALUE

The outboud direction represents the trusted side.

OUTBOUND = 2;

TRUST_DIRECTION_UNSPECIFIED

Not set.

TRUST_DIRECTION_UNSPECIFIED = 0;

TRUST_DIRECTION_UNSPECIFIED_VALUE

Not set.

TRUST_DIRECTION_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()