Class GoogleCloudBeyondcorpAppconnectionsV1ResolveAppConnectionsResponseAppConnectionDetails
Details of the AppConnection.
Inheritance
GoogleCloudBeyondcorpAppconnectionsV1ResolveAppConnectionsResponseAppConnectionDetails
Implements
Inherited Members
Namespace: Google.Apis.BeyondCorp.v1.Data
Assembly: Google.Apis.BeyondCorp.v1.dll
Syntax
public class GoogleCloudBeyondcorpAppconnectionsV1ResolveAppConnectionsResponseAppConnectionDetails : IDirectResponseSchema
Properties
AppConnection
A BeyondCorp AppConnection in the project.
Declaration
[JsonProperty("appConnection")]
public virtual GoogleCloudBeyondcorpAppconnectionsV1AppConnection AppConnection { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudBeyondcorpAppconnectionsV1AppConnection |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RecentMigVms
If type=GCP_REGIONAL_MIG, contains most recent VM instances, like
https://www.googleapis.com/compute/v1/projects/{project_id}/zones/{zone_id}/instances/{instance_id}.
Declaration
[JsonProperty("recentMigVms")]
public virtual IList<string> RecentMigVms { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |