Show / Hide Table of Contents

Class ConnectionDetails

Details of the Connection.

Inheritance
object
ConnectionDetails
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 ConnectionDetails : IDirectResponseSchema

Properties

Connection

A BeyondCorp Connection in the project.

Declaration
[JsonProperty("connection")]
public virtual Connection Connection { get; set; }
Property Value
Type Description
Connection

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