Package | Description |
---|---|
com.oracle.bmc.governancerulescontrolplane.model |
Modifier and Type | Method and Description |
---|---|
static InclusionCriterion.Type |
InclusionCriterion.Type.create(String key) |
InclusionCriterion.Type |
InclusionCriterionSummary.getType()
Type of inclusion criterion - TENANCY, ALL or TAG.
|
InclusionCriterion.Type |
CreateInclusionCriterionDetails.getType()
Type of inclusion criterion - TENANCY, ALL or TAG.
|
InclusionCriterion.Type |
InclusionCriterion.getType()
Type of inclusion criterion - TENANCY, ALL or TAG.
|
static InclusionCriterion.Type |
InclusionCriterion.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InclusionCriterion.Type[] |
InclusionCriterion.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
InclusionCriterionSummary.Builder |
InclusionCriterionSummary.Builder.type(InclusionCriterion.Type type)
Type of inclusion criterion - TENANCY, ALL or TAG.
|
CreateInclusionCriterionDetails.Builder |
CreateInclusionCriterionDetails.Builder.type(InclusionCriterion.Type type)
Type of inclusion criterion - TENANCY, ALL or TAG.
|
InclusionCriterion.Builder |
InclusionCriterion.Builder.type(InclusionCriterion.Type type)
Type of inclusion criterion - TENANCY, ALL or TAG.
|
Constructor and Description |
---|
CreateInclusionCriterionDetails(String governanceRuleId,
InclusionCriterion.Type type,
Association association)
Deprecated.
|
InclusionCriterion(String id,
String governanceRuleId,
InclusionCriterion.Type type,
Association association,
InclusionCriterion.LifecycleState lifecycleState,
Date timeCreated,
Date timeUpdated)
Deprecated.
|
InclusionCriterionSummary(String id,
String governanceRuleId,
InclusionCriterion.Type type,
Association association,
InclusionCriterion.LifecycleState lifecycleState,
Date timeCreated,
Date timeUpdated)
Deprecated.
|
Copyright © 2016–2025. All rights reserved.