public sealed class GoogleServiceInfo : IMessage<GoogleServiceInfo>, IEquatable<GoogleServiceInfo>, IDeepCloneable<GoogleServiceInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Network Management v1 API class GoogleServiceInfo.
For display only. Details of a Google Service sending packets to a VPC network. Although the source IP might be a publicly routable address, some Google Services use special routes within Google production infrastructure to reach Compute Engine Instances. https://cloud.google.com/vpc/docs/routes#special_return_paths
Implements
IMessageGoogleServiceInfo, IEquatableGoogleServiceInfo, IDeepCloneableGoogleServiceInfo, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkManagement.V1Assembly
Google.Cloud.NetworkManagement.V1.dll
Constructors
GoogleServiceInfo()
public GoogleServiceInfo()
GoogleServiceInfo(GoogleServiceInfo)
public GoogleServiceInfo(GoogleServiceInfo other)
Parameter | |
---|---|
Name | Description |
other |
GoogleServiceInfo |
Properties
GoogleServiceType
public GoogleServiceInfo.Types.GoogleServiceType GoogleServiceType { get; set; }
Recognized type of a Google Service.
Property Value | |
---|---|
Type | Description |
GoogleServiceInfoTypesGoogleServiceType |
SourceIp
public string SourceIp { get; set; }
Source IP address.
Property Value | |
---|---|
Type | Description |
string |