Package | Description |
---|---|
com.oracle.bmc.limits.model |
Modifier and Type | Method and Description |
---|---|
ResourceLock |
ResourceLock.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<ResourceLock> |
QuotaSummary.getLocks()
Locks associated with this resource.
|
List<ResourceLock> |
Quota.getLocks()
Locks associated with this resource.
|
Modifier and Type | Method and Description |
---|---|
ResourceLock.Builder |
ResourceLock.Builder.copy(ResourceLock model) |
Modifier and Type | Method and Description |
---|---|
QuotaSummary.Builder |
QuotaSummary.Builder.locks(List<ResourceLock> locks)
Locks associated with this resource.
|
Quota.Builder |
Quota.Builder.locks(List<ResourceLock> locks)
Locks associated with this resource.
|
Constructor and Description |
---|
Quota(String id,
String compartmentId,
String name,
List<String> statements,
List<ResourceLock> locks,
String description,
Date timeCreated,
Quota.LifecycleState lifecycleState,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
QuotaSummary(String id,
String compartmentId,
String name,
String description,
Date timeCreated,
List<ResourceLock> locks,
QuotaSummary.LifecycleState lifecycleState,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.