public enum SACRealm.State extends Enum<SACRealm.State> implements ProtocolMessageEnumState of the realm.
Protobuf enum google.cloud.networksecurity.v1.SACRealm.State
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
KEY_EXPIRED |
Is not attached to a partner and has an expired pairing key. Used only for Prisma Access. |
KEY_EXPIRED_VALUE |
Is not attached to a partner and has an expired pairing key. Used only for Prisma Access. |
PARTNER_ATTACHED |
Currently attached to a partner. |
PARTNER_ATTACHED_VALUE |
Currently attached to a partner. |
PARTNER_DETACHED |
Was once attached to a partner but has been detached. |
PARTNER_DETACHED_VALUE |
Was once attached to a partner but has been detached. |
PENDING_PARTNER_ATTACHMENT |
Has never been attached to a partner. Used only for Prisma Access. |
PENDING_PARTNER_ATTACHMENT_VALUE |
Has never been attached to a partner. Used only for Prisma Access. |
STATE_UNSPECIFIED |
No state specified. This should not be used. |
STATE_UNSPECIFIED_VALUE |
No state specified. This should not be used. |
UNRECOGNIZED |
|
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() |
|