Show / Hide Table of Contents

Class GoogleCloudBeyondcorpAppconnectionsV1alphaResolveAppConnectionsResponseAppConnectionDetails

Details of the AppConnection.

Inheritance
object
GoogleCloudBeyondcorpAppconnectionsV1alphaResolveAppConnectionsResponseAppConnectionDetails
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.BeyondCorp.v1alpha.Data
Assembly: Google.Apis.BeyondCorp.v1alpha.dll
Syntax
public class GoogleCloudBeyondcorpAppconnectionsV1alphaResolveAppConnectionsResponseAppConnectionDetails : IDirectResponseSchema

Properties

AppConnection

A BeyondCorp AppConnection in the project.

Declaration
[JsonProperty("appConnection")]
public virtual GoogleCloudBeyondcorpAppconnectionsV1alphaAppConnection AppConnection { get; set; }
Property Value
Type Description
GoogleCloudBeyondcorpAppconnectionsV1alphaAppConnection

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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX