Service
class Service extends AbstractService
Gnocci Metric v1 Service class
Traits
Methods
Retrieves a collection of \OpenStack\Metric\v1\Gnocchi\Models\ResourceType type in a generator format.
Retrieves a collection of \OpenStack\Metric\v1\Gnocchi\Models\Resource type in a generator format.
Retrieves a Resource object and populates its unique identifier object. This operation will not perform a GET or HEAD request by default; you will need to call retrieve() if you want to pull in remote state from the API.
Retrieves a collection of \OpenStack\Metric\v1\Gnocchi\Models\Resource type in a generator format.
Retrieves a collection of Metric type in a generator format.
Details
listResourceTypes()
Retrieves a collection of \OpenStack\Metric\v1\Gnocchi\Models\ResourceType type in a generator format.
listResources(array $options = array())
Retrieves a collection of \OpenStack\Metric\v1\Gnocchi\Models\Resource type in a generator format.
getResource(array $options = array())
Retrieves a Resource object and populates its unique identifier object. This operation will not perform a GET or HEAD request by default; you will need to call retrieve() if you want to pull in remote state from the API.
searchResources(array $options = array())
Retrieves a collection of \OpenStack\Metric\v1\Gnocchi\Models\Resource type in a generator format.
getMetric(string $id)
Retrieves a Metric object and populates its unique identifier object. This operation will not perform a GET or HEAD request by default; you will need to call retrieve() if you want to pull in remote state from the API.