Show / Hide Table of Contents

Class NetworkPath

Message describing NetworkPath resource.

Inheritance
object
NetworkPath
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.v1.Data
Assembly: Google.Apis.NetworkManagement.v1.dll
Syntax
public class NetworkPath : IDirectResponseSchema

Properties

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 NetworkPath was created.

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

Destination

Output only. IP address or hostname of the network path destination.

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

DestinationGeoLocation

Output only. Geographical location of the destination MonitoringPoint.

Declaration
[JsonProperty("destinationGeoLocation")]
public virtual GeoLocation DestinationGeoLocation { get; set; }
Property Value
Type Description
GeoLocation

DestinationMonitoringPointId

Output only. Provider's UUID of the destination MonitoringPoint. This id may not point to a resource in the Google Cloud.

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

DisplayName

Output only. The display name of the network path.

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

DualEnded

Output only. Indicates if the network path is dual ended. When true, the network path is measured both: from both source to destination, and from destination to source. When false, the network path is measured from the source through the destination back to the source (round trip measurement).

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

ETag

The ETag of the item.

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

MonitoringEnabled

Output only. Is monitoring enabled for the network path.

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

MonitoringPolicyDisplayName

Output only. Display name of the monitoring policy.

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

MonitoringPolicyId

Output only. ID of monitoring policy.

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

MonitoringStatus

Output only. The monitoring status of the network path.

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

Name

Identifier. Name of the resource. Format: projects/{project}/locations/{location}/networkMonitoringProviders/{network_monitoring_provider}/networkPaths/{network_path}

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

NetworkProtocol

Output only. The network protocol of the network path.

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

ProviderTags

Output only. The provider tags of the network path.

Declaration
[JsonProperty("providerTags")]
public virtual IList<ProviderTag> ProviderTags { get; set; }
Property Value
Type Description
IList<ProviderTag>

ProviderUiUri

Output only. Link to provider's UI; link shows the NetworkPath.

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

SourceMonitoringPointId

Output only. Provider's UUID of the source MonitoringPoint. This id may not point to a resource in the Google Cloud.

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

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