Package | Description |
---|---|
com.oracle.bmc.filestorage.model |
Modifier and Type | Method and Description |
---|---|
static MountTarget.IdmapType |
MountTarget.IdmapType.create(String key) |
MountTarget.IdmapType |
UpdateMountTargetDetails.getIdmapType()
The method used to map a Unix UID to secondary groups, if any.
|
MountTarget.IdmapType |
CreateMountTargetDetails.getIdmapType()
The method used to map a Unix UID to secondary groups, if any.
|
MountTarget.IdmapType |
MountTarget.getIdmapType()
The method used to map a Unix UID to secondary groups.
|
static MountTarget.IdmapType |
MountTarget.IdmapType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MountTarget.IdmapType[] |
MountTarget.IdmapType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
UpdateMountTargetDetails.Builder |
UpdateMountTargetDetails.Builder.idmapType(MountTarget.IdmapType idmapType)
The method used to map a Unix UID to secondary groups, if any.
|
CreateMountTargetDetails.Builder |
CreateMountTargetDetails.Builder.idmapType(MountTarget.IdmapType idmapType)
The method used to map a Unix UID to secondary groups, if any.
|
MountTarget.Builder |
MountTarget.Builder.idmapType(MountTarget.IdmapType idmapType)
The method used to map a Unix UID to secondary groups.
|
Constructor and Description |
---|
CreateMountTargetDetails(String availabilityDomain,
String compartmentId,
String displayName,
String hostnameLabel,
String ipAddress,
String subnetId,
MountTarget.IdmapType idmapType,
CreateLdapIdmapDetails ldapIdmap,
List<String> nsgIds,
CreateKerberosDetails kerberos,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
List<ResourceLock> locks,
Long requestedThroughput)
Deprecated.
|
MountTarget(String availabilityDomain,
String compartmentId,
String displayName,
String exportSetId,
String id,
String lifecycleDetails,
MountTarget.LifecycleState lifecycleState,
List<String> privateIpIds,
String subnetId,
MountTarget.IdmapType idmapType,
LdapIdmap ldapIdmap,
List<String> nsgIds,
Kerberos kerberos,
Date timeBillingCycleEnd,
Long observedThroughput,
Long requestedThroughput,
Long reservedStorageCapacity,
Date timeCreated,
List<ResourceLock> locks,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
UpdateMountTargetDetails(String displayName,
MountTarget.IdmapType idmapType,
UpdateLdapIdmapDetails ldapIdmap,
List<String> nsgIds,
UpdateKerberosDetails kerberos,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.