Interface AttachTagOptions.TagType
-
- Enclosing class:
- AttachTagOptions
public static interface AttachTagOptions.TagType
The type of the tag. Supported values are `user`, `service` and `access`. `service` and `access` are not supported for IMS resources.
-
-
Field Detail
-
USER
static final java.lang.String USER
user.- See Also:
- Constant Field Values
-
SERVICE
static final java.lang.String SERVICE
service.- See Also:
- Constant Field Values
-
ACCESS
static final java.lang.String ACCESS
access.- See Also:
- Constant Field Values
-
-