public sealed class ConnectivityTest : IMessage<ConnectivityTest>, IEquatable<ConnectivityTest>, IDeepCloneable<ConnectivityTest>, IBufferMessage, IMessage
Reference documentation and code samples for the Network Management v1 API class ConnectivityTest.
A Connectivity Test for a network reachability analysis.
Implements
IMessageConnectivityTest, IEquatableConnectivityTest, IDeepCloneableConnectivityTest, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkManagement.V1Assembly
Google.Cloud.NetworkManagement.V1.dll
Constructors
ConnectivityTest()
public ConnectivityTest()
ConnectivityTest(ConnectivityTest)
public ConnectivityTest(ConnectivityTest other)
Parameter | |
---|---|
Name | Description |
other | ConnectivityTest |
Properties
BypassFirewallChecks
public bool BypassFirewallChecks { get; set; }
Whether the test should skip firewall checking. If not provided, we assume false.
Property Value | |
---|---|
Type | Description |
bool |
ConnectivityTestName
public ConnectivityTestName ConnectivityTestName { get; set; }
ConnectivityTestName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
ConnectivityTestName |
CreateTime
public Timestamp CreateTime { get; set; }
Output only. The time the test was created.
Property Value | |
---|---|
Type | Description |
Timestamp |
Description
public string Description { get; set; }
The user-supplied description of the Connectivity Test. Maximum of 512 characters.
Property Value | |
---|---|
Type | Description |
string |
Destination
public Endpoint Destination { get; set; }
Required. Destination specification of the Connectivity Test.
You can use a combination of destination IP address, Compute Engine VM instance, or VPC network to uniquely identify the destination location.
Even if the destination IP address is not unique, the source IP location is unique. Usually, the analysis can infer the destination endpoint from route information.
If the destination you specify is a VM instance and the instance has multiple network interfaces, then you must also specify either a destination IP address or VPC network to identify the destination interface.
A reachability analysis proceeds even if the destination location is ambiguous. However, the result can include endpoints that you don't intend to test.
Property Value | |
---|---|
Type | Description |
Endpoint |
DisplayName
public string DisplayName { get; set; }
Output only. The display name of a Connectivity Test.
Property Value | |
---|---|
Type | Description |
string |
Labels
public MapField<string, string> Labels { get; }
Resource labels to represent user-provided metadata.
Property Value | |
---|---|
Type | Description |
MapFieldstringstring |
Name
public string Name { get; set; }
Required. Unique name of the resource using the form:
projects/{project_id}/locations/global/connectivityTests/{test_id}
Property Value | |
---|---|
Type | Description |
string |
ProbingDetails
public ProbingDetails ProbingDetails { get; set; }
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.
Property Value | |
---|---|
Type | Description |
ProbingDetails |
Protocol
public string Protocol { get; set; }
IP Protocol of the test. When not provided, "TCP" is assumed.
Property Value | |
---|---|
Type | Description |
string |
ReachabilityDetails
public ReachabilityDetails ReachabilityDetails { get; set; }
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.
Property Value | |
---|---|
Type | Description |
ReachabilityDetails |
RelatedProjects
public RepeatedField<string> RelatedProjects { get; }
Other projects that may be relevant for reachability analysis. This is applicable to scenarios where a test can cross project boundaries.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
Source
public Endpoint Source { get; set; }
Required. Source specification of the Connectivity Test.
You can use a combination of source IP address, virtual machine (VM) instance, or Compute Engine network to uniquely identify the source location.
Examples: If the source IP address is an internal IP address within a Google Cloud Virtual Private Cloud (VPC) network, then you must also specify the VPC network. Otherwise, specify the VM instance, which already contains its internal IP address and VPC network information.
If the source of the test is within an on-premises network, then you must provide the destination VPC network.
If the source endpoint is a Compute Engine VM instance with multiple network interfaces, the instance itself is not sufficient to identify the endpoint. So, you must also specify the source IP address or VPC network.
A reachability analysis proceeds even if the source location is ambiguous. However, the test result may include endpoints that you don't intend to test.
Property Value | |
---|---|
Type | Description |
Endpoint |
UpdateTime
public Timestamp UpdateTime { get; set; }
Output only. The time the test's configuration was updated.
Property Value | |
---|---|
Type | Description |
Timestamp |