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 |
FailureReason
Output only. Reason the service attachment creation failed. This value will only be populated if the service attachment encounters an issue during provisioning.
Declaration
[JsonProperty("failureReason")]
public virtual string FailureReason { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LocalFqdn
Optional. 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 |
LocalFqdns
Optional. List of fully qualified domain names that will be used in the private DNS record created for the service attachment.
Declaration
[JsonProperty("localFqdns")]
public virtual IList<string> LocalFqdns { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<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 |