Class: DatadogAPIClient::V2::ServiceDefinitionV2Dot1
- Inherits:
 - 
      Object
      
        
- Object
 - DatadogAPIClient::V2::ServiceDefinitionV2Dot1
 
 
- Includes:
 - BaseGenericModel
 
- Defined in:
 - lib/datadog_api_client/v2/models/service_definition_v2_dot1.rb
 
Overview
Service definition v2.1 for providing service metadata and integrations.
Instance Attribute Summary collapse
- 
  
    
      #additional_properties  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute additional_properties.
 - 
  
    
      #application  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Identifier for a group of related services serving a product feature, which the service is a part of.
 - 
  
    
      #contacts  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of contacts related to the services.
 - 
  
    
      #dd_service  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
Unique identifier of the service.
 - 
  
    
      #description  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A short description of the service.
 - 
  
    
      #extensions  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Extensions to v2.1 schema.
 - 
  
    
      #integrations  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Third party integrations that Datadog supports.
 - 
  
    
      #lifecycle  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The current life cycle phase of the service.
 - 
  
    
      #links  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of links related to the services.
 - 
  
    
      #schema_version  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
Schema version being used.
 - 
  
    
      #tags  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A set of custom tags.
 - 
  
    
      #team  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Team that owns the service.
 - 
  
    
      #tier  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Importance of the service.
 
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
      60 61 62  | 
    
      # File 'lib/datadog_api_client/v2/models/service_definition_v2_dot1.rb', line 60 def additional_properties @additional_properties end  | 
  
#application ⇒ Object
Identifier for a group of related services serving a product feature, which the service is a part of.
      25 26 27  | 
    
      # File 'lib/datadog_api_client/v2/models/service_definition_v2_dot1.rb', line 25 def application @application end  | 
  
#contacts ⇒ Object
A list of contacts related to the services.
      28 29 30  | 
    
      # File 'lib/datadog_api_client/v2/models/service_definition_v2_dot1.rb', line 28 def contacts @contacts end  | 
  
#dd_service ⇒ Object
Unique identifier of the service. Must be unique across all services and is used to match with a service in Datadog.
      31 32 33  | 
    
      # File 'lib/datadog_api_client/v2/models/service_definition_v2_dot1.rb', line 31 def dd_service @dd_service end  | 
  
#description ⇒ Object
A short description of the service.
      34 35 36  | 
    
      # File 'lib/datadog_api_client/v2/models/service_definition_v2_dot1.rb', line 34 def description @description end  | 
  
#extensions ⇒ Object
Extensions to v2.1 schema.
      37 38 39  | 
    
      # File 'lib/datadog_api_client/v2/models/service_definition_v2_dot1.rb', line 37 def extensions @extensions end  | 
  
#integrations ⇒ Object
Third party integrations that Datadog supports.
      40 41 42  | 
    
      # File 'lib/datadog_api_client/v2/models/service_definition_v2_dot1.rb', line 40 def integrations @integrations end  | 
  
#lifecycle ⇒ Object
The current life cycle phase of the service.
      43 44 45  | 
    
      # File 'lib/datadog_api_client/v2/models/service_definition_v2_dot1.rb', line 43 def lifecycle @lifecycle end  | 
  
#links ⇒ Object
A list of links related to the services.
      46 47 48  | 
    
      # File 'lib/datadog_api_client/v2/models/service_definition_v2_dot1.rb', line 46 def links @links end  | 
  
#schema_version ⇒ Object
Schema version being used.
      49 50 51  | 
    
      # File 'lib/datadog_api_client/v2/models/service_definition_v2_dot1.rb', line 49 def schema_version @schema_version end  | 
  
#tags ⇒ Object
A set of custom tags.
      52 53 54  | 
    
      # File 'lib/datadog_api_client/v2/models/service_definition_v2_dot1.rb', line 52 def @tags end  | 
  
#team ⇒ Object
Team that owns the service. It is used to locate a team defined in Datadog Teams if it exists.
      55 56 57  | 
    
      # File 'lib/datadog_api_client/v2/models/service_definition_v2_dot1.rb', line 55 def team @team end  | 
  
#tier ⇒ Object
Importance of the service.
      58 59 60  | 
    
      # File 'lib/datadog_api_client/v2/models/service_definition_v2_dot1.rb', line 58 def tier @tier end  |