Uses of Interface
org.openstack4j.model.telemetry.TraitDescription
-
Packages that use TraitDescription Package Description org.openstack4j.api.telemetry org.openstack4j.openstack.telemetry.domain org.openstack4j.openstack.telemetry.internal -
-
Uses of TraitDescription in org.openstack4j.api.telemetry
Methods in org.openstack4j.api.telemetry that return types with arguments of type TraitDescription Modifier and Type Method Description List<? extends TraitDescription>EventService. listTraitDescriptions(String eventType)Return all trait names for an event type -
Uses of TraitDescription in org.openstack4j.openstack.telemetry.domain
Classes in org.openstack4j.openstack.telemetry.domain that implement TraitDescription Modifier and Type Class Description classCeilometerTraitDescriptionA description of a trait, with no associated value. -
Uses of TraitDescription in org.openstack4j.openstack.telemetry.internal
Methods in org.openstack4j.openstack.telemetry.internal that return types with arguments of type TraitDescription Modifier and Type Method Description List<? extends TraitDescription>EventServiceImpl. listTraitDescriptions(String eventType)Return all trait names for an event type
-