Uses of Class
com.oracle.bmc.opsi.model.ExadataMemberSummary.EntityType
-
Packages that use ExadataMemberSummary.EntityType Package Description com.oracle.bmc.opsi.model -
-
Uses of ExadataMemberSummary.EntityType in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return ExadataMemberSummary.EntityType Modifier and Type Method Description static ExadataMemberSummary.EntityTypeExadataMemberSummary.EntityType. create(String key)ExadataMemberSummary.EntityTypeExadataMemberSummary. getEntityType()Entity type of exadata member targetstatic ExadataMemberSummary.EntityTypeExadataMemberSummary.EntityType. valueOf(String name)Returns the enum constant of this type with the specified name.static ExadataMemberSummary.EntityType[]ExadataMemberSummary.EntityType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.opsi.model with parameters of type ExadataMemberSummary.EntityType Modifier and Type Method Description ExadataMemberSummary.BuilderExadataMemberSummary.Builder. entityType(ExadataMemberSummary.EntityType entityType)Entity type of exadata member targetConstructors in com.oracle.bmc.opsi.model with parameters of type ExadataMemberSummary.EntityType Constructor Description ExadataMemberSummary(String name, String displayName, ExadataMemberSummary.EntityType entityType)Deprecated.
-