Package com.ibm.cloud.is.vpc.v1.model
Interface Share.AccessorBindingRole
-
- Enclosing class:
- Share
public static interface Share.AccessorBindingRole
The accessor binding role of this file share: - `none`: This file share is not participating in access with another file share - `origin`: This file share is the origin for one or more file shares (which may be in other accounts) - `accessor`: This file share is providing access to another file share (which may be in another account).
-
-
Field Detail
-
ACCESSOR
static final String ACCESSOR
accessor.- See Also:
- Constant Field Values
-
NONE
static final String NONE
none.- See Also:
- Constant Field Values
-
ORIGIN
static final String ORIGIN
origin.- See Also:
- Constant Field Values
-
-