Class: DatadogAPIClient::V1::SyntheticsPrivateLocation

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v1/models/synthetics_private_location.rb

Overview

Object containing information about the private location to create.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



42
43
44
# File 'lib/datadog_api_client/v1/models/synthetics_private_location.rb', line 42

def additional_properties
  @additional_properties
end

#descriptionObject

Description of the private location.



25
26
27
# File 'lib/datadog_api_client/v1/models/synthetics_private_location.rb', line 25

def description
  @description
end

#idObject

Unique identifier of the private location.



28
29
30
# File 'lib/datadog_api_client/v1/models/synthetics_private_location.rb', line 28

def id
  @id
end

#metadataObject

Object containing metadata about the private location.



31
32
33
# File 'lib/datadog_api_client/v1/models/synthetics_private_location.rb', line 31

def 
  @metadata
end

#nameObject

Name of the private location.



34
35
36
# File 'lib/datadog_api_client/v1/models/synthetics_private_location.rb', line 34

def name
  @name
end

#secretsObject

Secrets for the private location. Only present in the response when creating the private location.



37
38
39
# File 'lib/datadog_api_client/v1/models/synthetics_private_location.rb', line 37

def secrets
  @secrets
end

#tagsObject

Array of tags attached to the private location.



40
41
42
# File 'lib/datadog_api_client/v1/models/synthetics_private_location.rb', line 40

def tags
  @tags
end