CreateCollectdTimeSeriesRequest class
The CreateCollectdTimeSeries request.
Constructors
Properties
-
collectdPayloads
↔ List<
CollectdPayload> -
The collectd payloads representing the time series data. You must not
include more than a single point for each time series, so no two payloads
can have the same values for all of the fields plugin, plugin_instance,
type, and type_instance.
read / write
- collectdVersion ↔ String
-
The version of collectd that collected the data. Example: "5.3.0-192.el6".
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- resource ↔ MonitoredResource
-
The monitored resource associated with the time series.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited