Package | Description |
---|---|
com.oracle.bmc.filestorage.model |
Modifier and Type | Method and Description |
---|---|
static MountTargetSummary.LifecycleState |
MountTargetSummary.LifecycleState.create(String key) |
MountTargetSummary.LifecycleState |
MountTargetSummary.getLifecycleState()
The current state of the mount target.
|
static MountTargetSummary.LifecycleState |
MountTargetSummary.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MountTargetSummary.LifecycleState[] |
MountTargetSummary.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
MountTargetSummary.Builder |
MountTargetSummary.Builder.lifecycleState(MountTargetSummary.LifecycleState lifecycleState)
The current state of the mount target.
|
Constructor and Description |
---|
MountTargetSummary(String availabilityDomain,
String compartmentId,
String displayName,
String exportSetId,
String id,
MountTargetSummary.LifecycleState lifecycleState,
List<String> privateIpIds,
String subnetId,
List<String> nsgIds,
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.