Class GoogleManagedServiceInfo
For display only. Metadata associated with ARRIVE_AT_GOOGLE_MANAGED_SERVICE state.
Implements
Inherited Members
Namespace: Google.Apis.NetworkManagement.v1beta1.Data
Assembly: Google.Apis.NetworkManagement.v1beta1.dll
Syntax
public class GoogleManagedServiceInfo : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IpAddress
IP address of the Google-managed service endpoint.
Declaration
[JsonProperty("ipAddress")]
public virtual string IpAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NetworkUri
URI of the Google-managed service endpoint network, it is empty if the IP address is a public IP address.
Declaration
[JsonProperty("networkUri")]
public virtual string NetworkUri { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ServiceType
Type of a Google-managed service.
Declaration
[JsonProperty("serviceType")]
public virtual string ServiceType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ServiceUri
URI of the Google-managed service.
Declaration
[JsonProperty("serviceUri")]
public virtual string ServiceUri { get; set; }
Property Value
| Type | Description |
|---|---|
| string |