google_api_spectrum v0.1.0 GoogleApi.Spectrum.V1explorer.Model.PawsGetSpectrumBatchResponse View Source
The response message for the batch available spectrum query contains a schedule of available spectrum for the device at multiple locations.
Attributes
- databaseChange (DbUpdateSpec): A database may include the databaseChange parameter to notify a device of a change to its database URI, providing one or more alternate database URIs. The device should use this information to update its list of pre-configured databases by (only) replacing its entry for the responding database with the list of alternate URIs. Defaults to:
null
. - deviceDesc (DeviceDescriptor): The database must return in its available spectrum response the device descriptor information it received in the master device's available spectrum batch request. Defaults to:
null
. - geoSpectrumSchedules ([GeoSpectrumSchedule]): The available spectrum batch response must contain a geo-spectrum schedule list, The list may be empty if spectrum is not available. The database may return more than one geo-spectrum schedule to represent future changes to the available spectrum. How far in advance a schedule may be provided depends upon the applicable regulatory domain. The database may return available spectrum for fewer geolocations than requested. The device must not make assumptions about the order of the entries in the list, and must use the geolocation value in each geo-spectrum schedule entry to match available spectrum to a location. Defaults to:
null
. - kind (String.t): Identifies what kind of resource this is. Value: the fixed string "spectrum#pawsGetSpectrumBatchResponse". Defaults to:
null
. - maxContiguousBwHz (float()): The database may return a constraint on the allowed maximum contiguous bandwidth (in Hertz). A regulatory domain may require the database to return this parameter. When this parameter is present in the response, the device must apply this constraint to its spectrum-selection logic to ensure that no single block of spectrum has bandwidth that exceeds this value. Defaults to:
null
. - maxTotalBwHz (float()): The database may return a constraint on the allowed maximum total bandwidth (in Hertz), which does not need to be contiguous. A regulatory domain may require the database to return this parameter. When this parameter is present in the available spectrum batch response, the device must apply this constraint to its spectrum-selection logic to ensure that total bandwidth does not exceed this value. Defaults to:
null
. - needsSpectrumReport (boolean()): For regulatory domains that require a spectrum-usage report from devices, the database must return true for this parameter if the geo-spectrum schedules list is not empty; otherwise, the database should either return false or omit this parameter. If this parameter is present and its value is true, the device must send a spectrum use notify message to the database; otherwise, the device should not send the notification. Defaults to:
null
. - rulesetInfo (RulesetInfo): The database should return ruleset information, which identifies the applicable regulatory authority and ruleset for the available spectrum batch response. If included, the device must use the corresponding ruleset to interpret the response. Values provided in the returned ruleset information, such as maxLocationChange, take precedence over any conflicting values provided in the ruleset information returned in a prior initialization response sent by the database to the device. Defaults to:
null
. - timestamp (String.t): The database includes a timestamp of the form, YYYY-MM-DDThh:mm:ssZ (Internet timestamp format per RFC3339), in its available spectrum batch response. The timestamp should be used by the device as a reference for the start and stop times specified in the response spectrum schedules. Defaults to:
null
. - type (String.t): The message type (e.g., INIT_REQ, AVAIL_SPECTRUM_REQ, …). Required field. Defaults to:
null
. - version (String.t): The PAWS version. Must be exactly 1.0. Required field. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields
Link to this section Types
Link to this type
t()
View Source
t() :: %GoogleApi.Spectrum.V1explorer.Model.PawsGetSpectrumBatchResponse{ databaseChange: GoogleApi.Spectrum.V1explorer.Model.DbUpdateSpec.t(), deviceDesc: GoogleApi.Spectrum.V1explorer.Model.DeviceDescriptor.t(), geoSpectrumSchedules: [ GoogleApi.Spectrum.V1explorer.Model.GeoSpectrumSchedule.t() ], kind: any(), maxContiguousBwHz: any(), maxTotalBwHz: any(), needsSpectrumReport: any(), rulesetInfo: GoogleApi.Spectrum.V1explorer.Model.RulesetInfo.t(), timestamp: any(), type: any(), version: any() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.