Package | Description |
---|---|
com.oracle.bmc.managementagent.model |
Modifier and Type | Method and Description |
---|---|
static PropertyUnits |
PropertyUnits.create(String key) |
PropertyUnits |
ManagementAgentProperty.getUnits()
Unit for the property
|
static PropertyUnits |
PropertyUnits.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertyUnits[] |
PropertyUnits.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ManagementAgentProperty.Builder |
ManagementAgentProperty.Builder.units(PropertyUnits units)
Unit for the property
|
Constructor and Description |
---|
ManagementAgentProperty(String name,
List<String> values,
PropertyUnits units)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.