Class ServiceAttachment
Service attachment configuration.
Implements
Inherited Members
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 |