Package | Description |
---|---|
com.oracle.bmc.fleetappsmanagement.model |
Modifier and Type | Method and Description |
---|---|
static ComplianceLevel |
ComplianceLevel.create(String key) |
ComplianceLevel |
ComplianceRecordDimension.getComplianceLevel()
Level at which the compliance is calculated.
|
static ComplianceLevel |
ComplianceLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComplianceLevel[] |
ComplianceLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ComplianceRecordDimension.Builder |
ComplianceRecordDimension.Builder.complianceLevel(ComplianceLevel complianceLevel)
Level at which the compliance is calculated.
|
Constructor and Description |
---|
ComplianceRecordDimension(ComplianceState complianceState,
ComplianceLevel complianceLevel)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.