Class DirectVpcEgressConnectionInfo
For display only. Metadata associated with a serverless direct VPC egress connection.
Implements
Inherited Members
Namespace: Google.Apis.NetworkManagement .v1beta1.Data
Assembly: Google.Apis.NetworkManagement.v1beta1.dll
Syntax
public class DirectVpcEgressConnectionInfo : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NetworkUri
URI of direct access network.
Declaration
[JsonProperty("networkUri")]
public virtual string NetworkUri { get; set; }
Property Value
Type | Description |
---|---|
string |
Region
Region in which the Direct VPC egress is deployed.
Declaration
[JsonProperty("region")]
public virtual string Region { get; set; }
Property Value
Type | Description |
---|---|
string |
SelectedIpAddress
Selected starting IP address, from the selected IP range.
Declaration
[JsonProperty("selectedIpAddress")]
public virtual string SelectedIpAddress { get; set; }
Property Value
Type | Description |
---|---|
string |
SelectedIpRange
Selected IP range.
Declaration
[JsonProperty("selectedIpRange")]
public virtual string SelectedIpRange { get; set; }
Property Value
Type | Description |
---|---|
string |
SubnetworkUri
URI of direct access subnetwork.
Declaration
[JsonProperty("subnetworkUri")]
public virtual string SubnetworkUri { get; set; }
Property Value
Type | Description |
---|---|
string |