Class HostConfig
HostConfig has different instance endpoints.
Implements
Inherited Members
Namespace: Google.Apis.SecureSourceManager.v1.Data
Assembly: Google.Apis.SecureSourceManager.v1.dll
Syntax
public class HostConfig : IDirectResponseSchema
Properties
Api
Output only. API hostname.
Declaration
[JsonProperty("api")]
public virtual string Api { 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 |
GitHttp
Output only. Git HTTP hostname.
Declaration
[JsonProperty("gitHttp")]
public virtual string GitHttp { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
GitSsh
Output only. Git SSH hostname.
Declaration
[JsonProperty("gitSsh")]
public virtual string GitSsh { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Html
Output only. HTML hostname.
Declaration
[JsonProperty("html")]
public virtual string Html { get; set; }
Property Value
| Type | Description |
|---|---|
| string |