Show / Hide Table of Contents

Class ServiceAttachment

Service attachment configuration.

Inheritance
object
ServiceAttachment
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.Looker.v1.Data
Assembly: Google.Apis.Looker.v1.dll
Syntax
public class ServiceAttachment : IDirectResponseSchema

Properties

ConnectionStatus

Output only. Connection status.

Declaration
[JsonProperty("connectionStatus")]
public virtual string ConnectionStatus { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

LocalFqdn

Required. Fully qualified domain name that will be used in the private DNS record created for the service attachment.

Declaration
[JsonProperty("localFqdn")]
public virtual string LocalFqdn { get; set; }
Property Value
Type Description
string

TargetServiceAttachmentUri

Required. URI of the service attachment to connect to. Format: projects/{project}/regions/{region}/serviceAttachments/{service_attachment}

Declaration
[JsonProperty("targetServiceAttachmentUri")]
public virtual string TargetServiceAttachmentUri { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX