Class: Google::Monitoring::V3::InternalChecker

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/uptime.rb

Overview

Nimbus InternalCheckers.

Instance Attribute Summary collapse

Instance Attribute Details

#checker_idString

Returns The checker ID.

Returns:

  • (String)

    The checker ID.



36
# File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/uptime.rb', line 36

class InternalChecker; end

#display_nameString

Returns The checker's human-readable name.

Returns:

  • (String)

    The checker's human-readable name.



36
# File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/uptime.rb', line 36

class InternalChecker; end

#gcp_zoneString

Returns The GCP zone the uptime check should egress from. Only respected for internal uptime checks, where internal_network is specified.

Returns:

  • (String)

    The GCP zone the uptime check should egress from. Only respected for internal uptime checks, where internal_network is specified.



36
# File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/uptime.rb', line 36

class InternalChecker; end

#networkString

Returns The internal network to perform this uptime check on.

Returns:

  • (String)

    The internal network to perform this uptime check on.



36
# File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/uptime.rb', line 36

class InternalChecker; end

#project_idString

Returns The GCP project ID. Not necessarily the same as the project_id for the config.

Returns:

  • (String)

    The GCP project ID. Not necessarily the same as the project_id for the config.



36
# File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/uptime.rb', line 36

class InternalChecker; end