MonitorConfiguration

class oci.apm_synthetics.models.MonitorConfiguration(**kwargs)

Bases: object

Details of monitor configuration.

Attributes

CONFIG_TYPE_BROWSER_CONFIG A constant which can be used with the config_type property of a MonitorConfiguration.
CONFIG_TYPE_DNSSEC_CONFIG A constant which can be used with the config_type property of a MonitorConfiguration.
CONFIG_TYPE_DNS_SERVER_CONFIG A constant which can be used with the config_type property of a MonitorConfiguration.
CONFIG_TYPE_DNS_TRACE_CONFIG A constant which can be used with the config_type property of a MonitorConfiguration.
CONFIG_TYPE_NETWORK_CONFIG A constant which can be used with the config_type property of a MonitorConfiguration.
CONFIG_TYPE_REST_CONFIG A constant which can be used with the config_type property of a MonitorConfiguration.
CONFIG_TYPE_SCRIPTED_BROWSER_CONFIG A constant which can be used with the config_type property of a MonitorConfiguration.
CONFIG_TYPE_SCRIPTED_REST_CONFIG A constant which can be used with the config_type property of a MonitorConfiguration.
config_type Gets the config_type of this MonitorConfiguration.
dns_configuration Gets the dns_configuration of this MonitorConfiguration.
is_failure_retried Gets the is_failure_retried of this MonitorConfiguration.

Methods

__init__(**kwargs) Initializes a new MonitorConfiguration object with values from keyword arguments.
get_subtype(object_dictionary) Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
CONFIG_TYPE_BROWSER_CONFIG = 'BROWSER_CONFIG'

A constant which can be used with the config_type property of a MonitorConfiguration. This constant has a value of “BROWSER_CONFIG”

CONFIG_TYPE_DNSSEC_CONFIG = 'DNSSEC_CONFIG'

A constant which can be used with the config_type property of a MonitorConfiguration. This constant has a value of “DNSSEC_CONFIG”

CONFIG_TYPE_DNS_SERVER_CONFIG = 'DNS_SERVER_CONFIG'

A constant which can be used with the config_type property of a MonitorConfiguration. This constant has a value of “DNS_SERVER_CONFIG”

CONFIG_TYPE_DNS_TRACE_CONFIG = 'DNS_TRACE_CONFIG'

A constant which can be used with the config_type property of a MonitorConfiguration. This constant has a value of “DNS_TRACE_CONFIG”

CONFIG_TYPE_NETWORK_CONFIG = 'NETWORK_CONFIG'

A constant which can be used with the config_type property of a MonitorConfiguration. This constant has a value of “NETWORK_CONFIG”

CONFIG_TYPE_REST_CONFIG = 'REST_CONFIG'

A constant which can be used with the config_type property of a MonitorConfiguration. This constant has a value of “REST_CONFIG”

CONFIG_TYPE_SCRIPTED_BROWSER_CONFIG = 'SCRIPTED_BROWSER_CONFIG'

A constant which can be used with the config_type property of a MonitorConfiguration. This constant has a value of “SCRIPTED_BROWSER_CONFIG”

CONFIG_TYPE_SCRIPTED_REST_CONFIG = 'SCRIPTED_REST_CONFIG'

A constant which can be used with the config_type property of a MonitorConfiguration. This constant has a value of “SCRIPTED_REST_CONFIG”

__init__(**kwargs)

Initializes a new MonitorConfiguration object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class:

The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • config_type (str) – The value to assign to the config_type property of this MonitorConfiguration. Allowed values for this property are: “BROWSER_CONFIG”, “SCRIPTED_BROWSER_CONFIG”, “REST_CONFIG”, “SCRIPTED_REST_CONFIG”, “NETWORK_CONFIG”, “DNS_SERVER_CONFIG”, “DNS_TRACE_CONFIG”, “DNSSEC_CONFIG”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • is_failure_retried (bool) – The value to assign to the is_failure_retried property of this MonitorConfiguration.
  • dns_configuration (oci.apm_synthetics.models.DnsConfiguration) – The value to assign to the dns_configuration property of this MonitorConfiguration.
config_type

Gets the config_type of this MonitorConfiguration. Type of configuration.

Allowed values for this property are: “BROWSER_CONFIG”, “SCRIPTED_BROWSER_CONFIG”, “REST_CONFIG”, “SCRIPTED_REST_CONFIG”, “NETWORK_CONFIG”, “DNS_SERVER_CONFIG”, “DNS_TRACE_CONFIG”, “DNSSEC_CONFIG”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The config_type of this MonitorConfiguration.
Return type:str
dns_configuration

Gets the dns_configuration of this MonitorConfiguration.

Returns:The dns_configuration of this MonitorConfiguration.
Return type:oci.apm_synthetics.models.DnsConfiguration
static get_subtype(object_dictionary)

Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.

is_failure_retried

Gets the is_failure_retried of this MonitorConfiguration. If isFailureRetried is enabled, then a failed call will be retried.

Returns:The is_failure_retried of this MonitorConfiguration.
Return type:bool