public sealed class ResolveAppConnectionsResponse.Types.AppConnectionDetails : IMessage<ResolveAppConnectionsResponse.Types.AppConnectionDetails>, IEquatable<ResolveAppConnectionsResponse.Types.AppConnectionDetails>, IDeepCloneable<ResolveAppConnectionsResponse.Types.AppConnectionDetails>, IBufferMessage, IMessage
Reference documentation and code samples for the BeyondCorp AppConnections v1 API class ResolveAppConnectionsResponse.Types.AppConnectionDetails.
public RepeatedField<string> RecentMigVms { get; }
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}.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-02 UTC."],[[["This document provides reference documentation and code samples for the `ResolveAppConnectionsResponse.Types.AppConnectionDetails` class within the BeyondCorp AppConnections v1 API."],["The `AppConnectionDetails` class is a representation of the details for an AppConnection, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor (`AppConnectionDetails()`) and a copy constructor (`AppConnectionDetails(AppConnectionDetails other)`) for creating instances, in addition to inherited members of the object class."],["Key properties include `AppConnection`, which represents a BeyondCorp AppConnection in the project, and `RecentMigVms`, which contains the most recent VM instances for `GCP_REGIONAL_MIG` type connections."],["The class is in the namespace `Google.Cloud.BeyondCorp.AppConnections.V1` and is found in the assembly `Google.Cloud.BeyondCorp.AppConnections.V1.dll`."]]],[]]