Show / Hide Table of Contents

Class ConnectivityTest

A Connectivity Test for a network reachability analysis.

Inheritance
object
ConnectivityTest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.NetworkManagement.v1beta1.Data
Assembly: Google.Apis.NetworkManagement.v1beta1.dll
Syntax
public class ConnectivityTest : IDirectResponseSchema

Properties

BypassFirewallChecks

Whether the analysis should skip firewall checking. Default value is false.

Declaration
[JsonProperty("bypassFirewallChecks")]
public virtual bool? BypassFirewallChecks { get; set; }
Property Value
Type Description
bool?

CreateTime

object representation of CreateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type Description
object

CreateTimeDateTimeOffset

DateTimeOffset representation of CreateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

CreateTimeRaw

Output only. The time the test was created.

Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type Description
string

Description

The user-supplied description of the Connectivity Test. Maximum of 512 characters.

Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type Description
string

Destination

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.

Declaration
[JsonProperty("destination")]
public virtual Endpoint Destination { get; set; }
Property Value
Type Description
Endpoint

DisplayName

Output only. The display name of a Connectivity Test.

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Labels

Resource labels to represent user-provided metadata.

Declaration
[JsonProperty("labels")]
public virtual IDictionary<string, string> Labels { get; set; }
Property Value
Type Description
IDictionary<string, string>

Name

Identifier. Unique name of the resource using the form: projects/{project_id}/locations/global/connectivityTests/{test}

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

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.

Declaration
[JsonProperty("probingDetails")]
public virtual ProbingDetails ProbingDetails { get; set; }
Property Value
Type Description
ProbingDetails

Protocol

IP Protocol of the test. When not provided, "TCP" is assumed.

Declaration
[JsonProperty("protocol")]
public virtual string Protocol { get; set; }
Property Value
Type Description
string

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.

Declaration
[JsonProperty("reachabilityDetails")]
public virtual ReachabilityDetails ReachabilityDetails { get; set; }
Property Value
Type Description
ReachabilityDetails

RelatedProjects

Other projects that may be relevant for reachability analysis. This is applicable to scenarios where a test can cross project boundaries.

Declaration
[JsonProperty("relatedProjects")]
public virtual IList<string> RelatedProjects { get; set; }
Property Value
Type Description
IList<string>

ReturnReachabilityDetails

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.

Declaration
[JsonProperty("returnReachabilityDetails")]
public virtual ReachabilityDetails ReturnReachabilityDetails { get; set; }
Property Value
Type Description
ReachabilityDetails

RoundTrip

Whether run analysis for the return path from destination to source. Default value is false.

Declaration
[JsonProperty("roundTrip")]
public virtual bool? RoundTrip { get; set; }
Property Value
Type Description
bool?

Source

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.

Declaration
[JsonProperty("source")]
public virtual Endpoint Source { get; set; }
Property Value
Type Description
Endpoint

UpdateTime

object representation of UpdateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")]
public virtual object UpdateTime { get; set; }
Property Value
Type Description
object

UpdateTimeDateTimeOffset

DateTimeOffset representation of UpdateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

UpdateTimeRaw

Output only. The time the test's configuration was updated.

Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTimeRaw { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX