Class: DatadogAPIClient::V2::BillConfig
- Inherits:
 - 
      Object
      
        
- Object
 - DatadogAPIClient::V2::BillConfig
 
 
- Includes:
 - BaseGenericModel
 
- Defined in:
 - lib/datadog_api_client/v2/models/bill_config.rb
 
Overview
Bill config.
Instance Attribute Summary collapse
- 
  
    
      #additional_properties  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute additional_properties.
 - 
  
    
      #export_name  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
The name of the configured Azure Export.
 - 
  
    
      #export_path  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
The path where the Azure Export is saved.
 - 
  
    
      #storage_account  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
The name of the storage account where the Azure Export is saved.
 - 
  
    
      #storage_container  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
The name of the storage container where the Azure Export is saved.
 
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
      36 37 38  | 
    
      # File 'lib/datadog_api_client/v2/models/bill_config.rb', line 36 def additional_properties @additional_properties end  | 
  
#export_name ⇒ Object
The name of the configured Azure Export.
      25 26 27  | 
    
      # File 'lib/datadog_api_client/v2/models/bill_config.rb', line 25 def export_name @export_name end  | 
  
#export_path ⇒ Object
The path where the Azure Export is saved.
      28 29 30  | 
    
      # File 'lib/datadog_api_client/v2/models/bill_config.rb', line 28 def export_path @export_path end  | 
  
#storage_account ⇒ Object
The name of the storage account where the Azure Export is saved.
      31 32 33  | 
    
      # File 'lib/datadog_api_client/v2/models/bill_config.rb', line 31 def storage_account @storage_account end  | 
  
#storage_container ⇒ Object
The name of the storage container where the Azure Export is saved.
      34 35 36  | 
    
      # File 'lib/datadog_api_client/v2/models/bill_config.rb', line 34 def storage_container @storage_container end  |