Uses of Class
com.oracle.bmc.managementagent.model.PropertyUnits
-
Packages that use PropertyUnits Package Description com.oracle.bmc.managementagent.model -
-
Uses of PropertyUnits in com.oracle.bmc.managementagent.model
Methods in com.oracle.bmc.managementagent.model that return PropertyUnits Modifier and Type Method Description static PropertyUnitsPropertyUnits. create(String key)PropertyUnitsManagementAgentProperty. getUnits()Unit for the propertystatic PropertyUnitsPropertyUnits. 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.Methods in com.oracle.bmc.managementagent.model with parameters of type PropertyUnits Modifier and Type Method Description ManagementAgentProperty.BuilderManagementAgentProperty.Builder. units(PropertyUnits units)Unit for the propertyConstructors in com.oracle.bmc.managementagent.model with parameters of type PropertyUnits Constructor Description ManagementAgentProperty(String name, List<String> values, PropertyUnits units)Deprecated.
-