GoogleApi.NetworkManagement.V1beta1.Model.ConnectivityTest (google_api_network_management v0.39.0)
View SourceA Connectivity Test for a network reachability analysis.
Attributes
-
bypassFirewallChecks
(type:boolean()
, default:nil
) - Whether the analysis should skip firewall checking. Default value is false. -
createTime
(type:DateTime.t
, default:nil
) - Output only. The time the test was created. -
description
(type:String.t
, default:nil
) - The user-supplied description of the Connectivity Test. Maximum of 512 characters. -
destination
(type:GoogleApi.NetworkManagement.V1beta1.Model.Endpoint.t
, default:nil
) - 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. -
displayName
(type:String.t
, default:nil
) - Output only. The display name of a Connectivity Test. -
labels
(type:map()
, default:nil
) - Resource labels to represent user-provided metadata. -
name
(type:String.t
, default:nil
) - Identifier. Unique name of the resource using the form:projects/{project_id}/locations/global/connectivityTests/{test}
-
probingDetails
(type:GoogleApi.NetworkManagement.V1beta1.Model.ProbingDetails.t
, default:nil
) - 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
(type:String.t
, default:nil
) - IP Protocol of the test. When not provided, "TCP" is assumed. -
reachabilityDetails
(type:GoogleApi.NetworkManagement.V1beta1.Model.ReachabilityDetails.t
, default:nil
) - 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. -
relatedProjects
(type:list(String.t)
, default:nil
) - Other projects that may be relevant for reachability analysis. This is applicable to scenarios where a test can cross project boundaries. -
returnReachabilityDetails
(type:GoogleApi.NetworkManagement.V1beta1.Model.ReachabilityDetails.t
, default:nil
) - 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. -
roundTrip
(type:boolean()
, default:nil
) - Whether run analysis for the return path from destination to source. Default value is false. -
source
(type:GoogleApi.NetworkManagement.V1beta1.Model.Endpoint.t
, default:nil
) - 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. -
updateTime
(type:DateTime.t
, default:nil
) - Output only. The time the test's configuration was updated.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.NetworkManagement.V1beta1.Model.ConnectivityTest{ bypassFirewallChecks: boolean() | nil, createTime: DateTime.t() | nil, description: String.t() | nil, destination: GoogleApi.NetworkManagement.V1beta1.Model.Endpoint.t() | nil, displayName: String.t() | nil, labels: map() | nil, name: String.t() | nil, probingDetails: GoogleApi.NetworkManagement.V1beta1.Model.ProbingDetails.t() | nil, protocol: String.t() | nil, reachabilityDetails: GoogleApi.NetworkManagement.V1beta1.Model.ReachabilityDetails.t() | nil, relatedProjects: [String.t()] | nil, returnReachabilityDetails: GoogleApi.NetworkManagement.V1beta1.Model.ReachabilityDetails.t() | nil, roundTrip: boolean() | nil, source: GoogleApi.NetworkManagement.V1beta1.Model.Endpoint.t() | nil, updateTime: DateTime.t() | nil }