Package | Description |
---|---|
com.oracle.bmc.filestorage | |
com.oracle.bmc.filestorage.model |
Modifier and Type | Method and Description |
---|---|
Waiter<GetMountTargetRequest,GetMountTargetResponse> |
FileStorageWaiters.forMountTarget(GetMountTargetRequest request,
MountTarget.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetMountTargetRequest,GetMountTargetResponse> |
FileStorageWaiters.forMountTarget(GetMountTargetRequest request,
MountTarget.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetMountTargetRequest,GetMountTargetResponse> |
FileStorageWaiters.forMountTarget(GetMountTargetRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
MountTarget.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static MountTarget.LifecycleState |
MountTarget.LifecycleState.create(String key) |
MountTarget.LifecycleState |
MountTarget.getLifecycleState()
The current state of the mount target.
|
static MountTarget.LifecycleState |
MountTarget.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MountTarget.LifecycleState[] |
MountTarget.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
MountTarget.Builder |
MountTarget.Builder.lifecycleState(MountTarget.LifecycleState lifecycleState)
The current state of the mount target.
|
Constructor and Description |
---|
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.
|
Copyright © 2016–2024. All rights reserved.