Package | Description |
---|---|
com.oracle.bmc.limits.model |
Modifier and Type | Method and Description |
---|---|
static Quota.Builder |
Quota.builder()
Create a new builder.
|
Quota.Builder |
Quota.Builder.compartmentId(String compartmentId)
The OCID of the compartment containing the resource this quota applies to.
|
Quota.Builder |
Quota.Builder.copy(Quota model) |
Quota.Builder |
Quota.Builder.definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
Quota.Builder |
Quota.Builder.description(String description)
The description you assign to the quota.
|
Quota.Builder |
Quota.Builder.freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
Quota.Builder |
Quota.Builder.id(String id)
The OCID of the quota.
|
Quota.Builder |
Quota.Builder.lifecycleState(Quota.LifecycleState lifecycleState)
The quota’s current state.
|
Quota.Builder |
Quota.Builder.locks(List<ResourceLock> locks)
Locks associated with this resource.
|
Quota.Builder |
Quota.Builder.name(String name)
The name you assign to the quota during creation.
|
Quota.Builder |
Quota.Builder.statements(List<String> statements)
An array of one or more quota statements written in the declarative quota statement
language.
|
Quota.Builder |
Quota.Builder.timeCreated(Date timeCreated)
Date and time the quota was created, in the format defined by RFC 3339.
|
Quota.Builder |
Quota.toBuilder() |
Copyright © 2016–2024. All rights reserved.