BillingCloudUsage
The BillingCloudUsage
is a detailed record representing cloud usage within
Edge, designed to provide insights into the billing aspects of the cloud
resources utilized.
Properties
id
Property (int). Optional; Unique identifier for the cloud usage record.
billing_date
Property (date). Optional; Date of the billing record.
cost_allocation_tag
Property (str). Optional; Billing tag.
org_name
Property (str). Optional; Organization name.
classification
Property (str). Optional; Classification, either internal or external.
usage_type
Property (str). Optional; Usage type.
usage_quantity
Property (Decimal). Optional; Usage quantity.
usage_quantity_units
Property (str). Optional; Usage quantity units.
estimated
Property (bool). Optional; Estimated flag when data was retrieved.
Methods
to_dict
to_dict() -> dict
Converts the BillingCloudUsage instance into a dictionary.
Returns
dict Connection contents as a dictionary.