Class: DatadogAPIClient::V1::SyntheticsPrivateLocationCreationResponse

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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

#configObject

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_locationObject

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_encryptionObject

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