Class: Google::Cloud::NetworkManagement::V1::ReachabilityDetails

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/networkmanagement/v1/connectivity_test.rb

Overview

Results of the configuration analysis from the last run of the test.

Defined Under Namespace

Modules: Result

Instance Attribute Summary collapse

Instance Attribute Details

#error::Google::Rpc::Status

Returns The details of a failure or a cancellation of reachability analysis.

Returns:



279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
# File 'proto_docs/google/cloud/networkmanagement/v1/connectivity_test.rb', line 279

class ReachabilityDetails
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The overall result of the test's configuration analysis.
  module Result
    # No result was specified.
    RESULT_UNSPECIFIED = 0

    # Possible scenarios are:
    #
    # * The configuration analysis determined that a packet originating from
    #   the source is expected to reach the destination.
    # * The analysis didn't complete because the user lacks permission for
    #   some of the resources in the trace. However, at the time the user's
    #   permission became insufficient, the trace had been successful so far.
    REACHABLE = 1

    # A packet originating from the source is expected to be dropped before
    # reaching the destination.
    UNREACHABLE = 2

    # The source and destination endpoints do not uniquely identify
    # the test location in the network, and the reachability result contains
    # multiple traces. For some traces, a packet could be delivered, and for
    # others, it would not be. This result is also assigned to
    # configuration analysis of return path if on its own it should be
    # REACHABLE, but configuration analysis of forward path is AMBIGUOUS.
    AMBIGUOUS = 4

    # The configuration analysis did not complete. Possible reasons are:
    #
    # * A permissions error occurred--for example, the user might not have
    #   read permission for all of the resources named in the test.
    # * An internal error occurred.
    # * The analyzer received an invalid or unsupported argument or was unable
    #   to identify a known endpoint.
    UNDETERMINED = 5
  end
end

#result::Google::Cloud::NetworkManagement::V1::ReachabilityDetails::Result

Returns The overall result of the test's configuration analysis.

Returns:



279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
# File 'proto_docs/google/cloud/networkmanagement/v1/connectivity_test.rb', line 279

class ReachabilityDetails
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The overall result of the test's configuration analysis.
  module Result
    # No result was specified.
    RESULT_UNSPECIFIED = 0

    # Possible scenarios are:
    #
    # * The configuration analysis determined that a packet originating from
    #   the source is expected to reach the destination.
    # * The analysis didn't complete because the user lacks permission for
    #   some of the resources in the trace. However, at the time the user's
    #   permission became insufficient, the trace had been successful so far.
    REACHABLE = 1

    # A packet originating from the source is expected to be dropped before
    # reaching the destination.
    UNREACHABLE = 2

    # The source and destination endpoints do not uniquely identify
    # the test location in the network, and the reachability result contains
    # multiple traces. For some traces, a packet could be delivered, and for
    # others, it would not be. This result is also assigned to
    # configuration analysis of return path if on its own it should be
    # REACHABLE, but configuration analysis of forward path is AMBIGUOUS.
    AMBIGUOUS = 4

    # The configuration analysis did not complete. Possible reasons are:
    #
    # * A permissions error occurred--for example, the user might not have
    #   read permission for all of the resources named in the test.
    # * An internal error occurred.
    # * The analyzer received an invalid or unsupported argument or was unable
    #   to identify a known endpoint.
    UNDETERMINED = 5
  end
end

#traces::Array<::Google::Cloud::NetworkManagement::V1::Trace>

Returns Result may contain a list of traces if a test has multiple possible paths in the network, such as when destination endpoint is a load balancer with multiple backends.

Returns:

  • (::Array<::Google::Cloud::NetworkManagement::V1::Trace>)

    Result may contain a list of traces if a test has multiple possible paths in the network, such as when destination endpoint is a load balancer with multiple backends.



279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
# File 'proto_docs/google/cloud/networkmanagement/v1/connectivity_test.rb', line 279

class ReachabilityDetails
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The overall result of the test's configuration analysis.
  module Result
    # No result was specified.
    RESULT_UNSPECIFIED = 0

    # Possible scenarios are:
    #
    # * The configuration analysis determined that a packet originating from
    #   the source is expected to reach the destination.
    # * The analysis didn't complete because the user lacks permission for
    #   some of the resources in the trace. However, at the time the user's
    #   permission became insufficient, the trace had been successful so far.
    REACHABLE = 1

    # A packet originating from the source is expected to be dropped before
    # reaching the destination.
    UNREACHABLE = 2

    # The source and destination endpoints do not uniquely identify
    # the test location in the network, and the reachability result contains
    # multiple traces. For some traces, a packet could be delivered, and for
    # others, it would not be. This result is also assigned to
    # configuration analysis of return path if on its own it should be
    # REACHABLE, but configuration analysis of forward path is AMBIGUOUS.
    AMBIGUOUS = 4

    # The configuration analysis did not complete. Possible reasons are:
    #
    # * A permissions error occurred--for example, the user might not have
    #   read permission for all of the resources named in the test.
    # * An internal error occurred.
    # * The analyzer received an invalid or unsupported argument or was unable
    #   to identify a known endpoint.
    UNDETERMINED = 5
  end
end

#verify_time::Google::Protobuf::Timestamp

Returns The time of the configuration analysis.

Returns:



279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
# File 'proto_docs/google/cloud/networkmanagement/v1/connectivity_test.rb', line 279

class ReachabilityDetails
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The overall result of the test's configuration analysis.
  module Result
    # No result was specified.
    RESULT_UNSPECIFIED = 0

    # Possible scenarios are:
    #
    # * The configuration analysis determined that a packet originating from
    #   the source is expected to reach the destination.
    # * The analysis didn't complete because the user lacks permission for
    #   some of the resources in the trace. However, at the time the user's
    #   permission became insufficient, the trace had been successful so far.
    REACHABLE = 1

    # A packet originating from the source is expected to be dropped before
    # reaching the destination.
    UNREACHABLE = 2

    # The source and destination endpoints do not uniquely identify
    # the test location in the network, and the reachability result contains
    # multiple traces. For some traces, a packet could be delivered, and for
    # others, it would not be. This result is also assigned to
    # configuration analysis of return path if on its own it should be
    # REACHABLE, but configuration analysis of forward path is AMBIGUOUS.
    AMBIGUOUS = 4

    # The configuration analysis did not complete. Possible reasons are:
    #
    # * A permissions error occurred--for example, the user might not have
    #   read permission for all of the resources named in the test.
    # * An internal error occurred.
    # * The analyzer received an invalid or unsupported argument or was unable
    #   to identify a known endpoint.
    UNDETERMINED = 5
  end
end