Class: DatadogAPIClient::V1::SyntheticsPrivateLocation
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::SyntheticsPrivateLocation
- 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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#description ⇒ Object
readonly
Description of the private location.
-
#id ⇒ Object
Unique identifier of the private location.
-
#metadata ⇒ Object
Object containing metadata about the private location.
-
#name ⇒ Object
readonly
Name of the private location.
-
#secrets ⇒ Object
Secrets for the private location.
-
#tags ⇒ Object
readonly
Array of tags attached to the private location.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
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 |
#description ⇒ Object
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 |
#id ⇒ Object
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 |
#metadata ⇒ Object
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 |
#name ⇒ Object
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 |
#secrets ⇒ Object
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 |
#tags ⇒ Object
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 end |