Click or drag to resize

GetTotalBillingAmountByResourcesItem Class

Part of the request data contract for GetTotalBillingAmountByResources operation. Provides additional filtering per resource.
Inheritance Hierarchy
SystemObject
  Aruba.Cloud.Provisioning.EntitiesGetTotalBillingAmountByResourcesItem

Namespace:  Aruba.Cloud.Provisioning.Entities
Assembly:  Aruba.Cloud.Provisioning.Entities (in Aruba.Cloud.Provisioning.Entities.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[DataContractAttribute]
public class GetTotalBillingAmountByResourcesItem

The GetTotalBillingAmountByResourcesItem type exposes the following members.

Constructors
  NameDescription
Public methodGetTotalBillingAmountByResourcesItem
Initializes a new instance of the GetTotalBillingAmountByResourcesItem class
Top
Fields
  NameDescription
Public fieldBeginValidityDate
Start of the period for which the amounts will be calculated
Public fieldDataCenterId
Resource data center ID
Public fieldEndValidityDate
End of the period for which the amounts will be calculated
Public fieldQuantity
Resource quantity that will be used to calculate total amount
Public fieldResourceId
Resource ID
Top
See Also