Package com.ibm.cloud.is.vpc.v1.model
Interface ListVolumesOptions.Encryption
-
- Enclosing class:
- ListVolumesOptions
public static interface ListVolumesOptions.Encryption
Filters the collection to resources with an `encryption` property matching the specified value.
-
-
Field Summary
Fields Modifier and Type Field Description static String
PROVIDER_MANAGED
provider_managed.static String
USER_MANAGED
user_managed.
-
-
-
Field Detail
-
PROVIDER_MANAGED
static final String PROVIDER_MANAGED
provider_managed.- See Also:
- Constant Field Values
-
USER_MANAGED
static final String USER_MANAGED
user_managed.- See Also:
- Constant Field Values
-
-