Reference documentation and code samples for the Network Management V1 API class Google::Cloud::NetworkManagement::V1::ConnectivityTest.
A Connectivity Test for a network reachability analysis.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#bypass_firewall_checks
def bypass_firewall_checks() -> ::Boolean
- (::Boolean) — Whether the analysis should skip firewall checking. Default value is false.
#bypass_firewall_checks=
def bypass_firewall_checks=(value) -> ::Boolean
- value (::Boolean) — Whether the analysis should skip firewall checking. Default value is false.
- (::Boolean) — Whether the analysis should skip firewall checking. Default value is false.
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
- (::Google::Protobuf::Timestamp) — Output only. The time the test was created.
#description
def description() -> ::String
- (::String) — The user-supplied description of the Connectivity Test. Maximum of 512 characters.
#description=
def description=(value) -> ::String
- value (::String) — The user-supplied description of the Connectivity Test. Maximum of 512 characters.
- (::String) — The user-supplied description of the Connectivity Test. Maximum of 512 characters.
#destination
def destination() -> ::Google::Cloud::NetworkManagement::V1::Endpoint
-
(::Google::Cloud::NetworkManagement::V1::Endpoint) — Required. Destination specification of the Connectivity Test.
You can use a combination of destination IP address, URI of a supported endpoint, project ID, or VPC network to identify the destination location.
Reachability analysis proceeds even if the destination location is ambiguous. However, the test result might include endpoints or use a destination that you don't intend to test.
#destination=
def destination=(value) -> ::Google::Cloud::NetworkManagement::V1::Endpoint
-
value (::Google::Cloud::NetworkManagement::V1::Endpoint) — Required. Destination specification of the Connectivity Test.
You can use a combination of destination IP address, URI of a supported endpoint, project ID, or VPC network to identify the destination location.
Reachability analysis proceeds even if the destination location is ambiguous. However, the test result might include endpoints or use a destination that you don't intend to test.
-
(::Google::Cloud::NetworkManagement::V1::Endpoint) — Required. Destination specification of the Connectivity Test.
You can use a combination of destination IP address, URI of a supported endpoint, project ID, or VPC network to identify the destination location.
Reachability analysis proceeds even if the destination location is ambiguous. However, the test result might include endpoints or use a destination that you don't intend to test.
#display_name
def display_name() -> ::String
- (::String) — Output only. The display name of a Connectivity Test.
#labels
def labels() -> ::Google::Protobuf::Map{::String => ::String}
- (::Google::Protobuf::Map{::String => ::String}) — Resource labels to represent user-provided metadata.
#labels=
def labels=(value) -> ::Google::Protobuf::Map{::String => ::String}
- value (::Google::Protobuf::Map{::String => ::String}) — Resource labels to represent user-provided metadata.
- (::Google::Protobuf::Map{::String => ::String}) — Resource labels to represent user-provided metadata.
#name
def name() -> ::String
-
(::String) — Identifier. Unique name of the resource using the form:
projects/{project_id}/locations/global/connectivityTests/{test_id}
#name=
def name=(value) -> ::String
-
value (::String) — Identifier. Unique name of the resource using the form:
projects/{project_id}/locations/global/connectivityTests/{test_id}
-
(::String) — Identifier. Unique name of the resource using the form:
projects/{project_id}/locations/global/connectivityTests/{test_id}
#probing_details
def probing_details() -> ::Google::Cloud::NetworkManagement::V1::ProbingDetails
- (::Google::Cloud::NetworkManagement::V1::ProbingDetails) — Output only. The probing details of this test from the latest run, present for applicable tests only. The details are updated when creating a new test, updating an existing test, or triggering a one-time rerun of an existing test.
#protocol
def protocol() -> ::String
- (::String) — IP Protocol of the test. When not provided, "TCP" is assumed.
#protocol=
def protocol=(value) -> ::String
- value (::String) — IP Protocol of the test. When not provided, "TCP" is assumed.
- (::String) — IP Protocol of the test. When not provided, "TCP" is assumed.
#reachability_details
def reachability_details() -> ::Google::Cloud::NetworkManagement::V1::ReachabilityDetails
- (::Google::Cloud::NetworkManagement::V1::ReachabilityDetails) — Output only. The reachability details of this test from the latest run. The details are updated when creating a new test, updating an existing test, or triggering a one-time rerun of an existing test.
#related_projects
def related_projects() -> ::Array<::String>
- (::Array<::String>) — Other projects that may be relevant for reachability analysis. This is applicable to scenarios where a test can cross project boundaries.
#related_projects=
def related_projects=(value) -> ::Array<::String>
- value (::Array<::String>) — Other projects that may be relevant for reachability analysis. This is applicable to scenarios where a test can cross project boundaries.
- (::Array<::String>) — Other projects that may be relevant for reachability analysis. This is applicable to scenarios where a test can cross project boundaries.
#return_reachability_details
def return_reachability_details() -> ::Google::Cloud::NetworkManagement::V1::ReachabilityDetails
- (::Google::Cloud::NetworkManagement::V1::ReachabilityDetails) — Output only. The reachability details of this test from the latest run for the return path. The details are updated when creating a new test, updating an existing test, or triggering a one-time rerun of an existing test.
#round_trip
def round_trip() -> ::Boolean
- (::Boolean) — Whether run analysis for the return path from destination to source. Default value is false.
#round_trip=
def round_trip=(value) -> ::Boolean
- value (::Boolean) — Whether run analysis for the return path from destination to source. Default value is false.
- (::Boolean) — Whether run analysis for the return path from destination to source. Default value is false.
#source
def source() -> ::Google::Cloud::NetworkManagement::V1::Endpoint
-
(::Google::Cloud::NetworkManagement::V1::Endpoint) — Required. Source specification of the Connectivity Test.
You can use a combination of source IP address, URI of a supported endpoint, project ID, or VPC network to identify the source location.
Reachability analysis might proceed even if the source location is ambiguous. However, the test result might include endpoints or use a source that you don't intend to test.
#source=
def source=(value) -> ::Google::Cloud::NetworkManagement::V1::Endpoint
-
value (::Google::Cloud::NetworkManagement::V1::Endpoint) — Required. Source specification of the Connectivity Test.
You can use a combination of source IP address, URI of a supported endpoint, project ID, or VPC network to identify the source location.
Reachability analysis might proceed even if the source location is ambiguous. However, the test result might include endpoints or use a source that you don't intend to test.
-
(::Google::Cloud::NetworkManagement::V1::Endpoint) — Required. Source specification of the Connectivity Test.
You can use a combination of source IP address, URI of a supported endpoint, project ID, or VPC network to identify the source location.
Reachability analysis might proceed even if the source location is ambiguous. However, the test result might include endpoints or use a source that you don't intend to test.
#update_time
def update_time() -> ::Google::Protobuf::Timestamp
- (::Google::Protobuf::Timestamp) — Output only. The time the test's configuration was updated.