Class: DatadogAPIClient::V1::SyntheticsPrivateLocationCreationResponse
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::SyntheticsPrivateLocationCreationResponse
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/synthetics_private_location_creation_response.rb
Overview
Object that contains the new private location, the public key for result encryption, and the configuration skeleton.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#config ⇒ Object
Configuration skeleton for the private location.
-
#private_location ⇒ Object
Object containing information about the private location to create.
-
#result_encryption ⇒ Object
Public key for the result encryption.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v1/models/synthetics_private_location_creation_response.rb', line 33 def additional_properties @additional_properties end |
#config ⇒ Object
Configuration skeleton for the private location. See installation instructions of the private location on how to use this configuration.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/synthetics_private_location_creation_response.rb', line 25 def config @config end |
#private_location ⇒ Object
Object containing information about the private location to create.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/synthetics_private_location_creation_response.rb', line 28 def private_location @private_location end |
#result_encryption ⇒ Object
Public key for the result encryption.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/synthetics_private_location_creation_response.rb', line 31 def result_encryption @result_encryption end |