Class ServerlessExternalConnectionInfo
For display only. Metadata associated with a serverless public connection.
Implements
Inherited Members
Namespace: Google.Apis.NetworkManagement .v1beta1.Data
Assembly: Google.Apis.NetworkManagement.v1beta1.dll
Syntax
public class ServerlessExternalConnectionInfo : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SelectedIpAddress
Selected starting IP address, from the Google dynamic address pool.
Declaration
[JsonProperty("selectedIpAddress")]
public virtual string SelectedIpAddress { get; set; }
Property Value
Type | Description |
---|---|
string |