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:



191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
# File 'proto_docs/google/cloud/networkmanagement/v1/connectivity_test.rb', line 191

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.
    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:



191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
# File 'proto_docs/google/cloud/networkmanagement/v1/connectivity_test.rb', line 191

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.
    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.



191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
# File 'proto_docs/google/cloud/networkmanagement/v1/connectivity_test.rb', line 191

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.
    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:



191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
# File 'proto_docs/google/cloud/networkmanagement/v1/connectivity_test.rb', line 191

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.
    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