Reference documentation and code samples for the Google Cloud Secure Source Manager V1 Client class HostConfig.
HostConfig has different instance endpoints.
Generated from protobuf message google.cloud.securesourcemanager.v1.Instance.HostConfig
Namespace
Google \ Cloud \ SecureSourceManager \ V1 \ InstanceMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
| data | arrayOptional. Data for populating the Message object. | 
| ↳ html | stringOutput only. HTML hostname. | 
| ↳ api | stringOutput only. API hostname. | 
| ↳ git_http | stringOutput only. Git HTTP hostname. | 
| ↳ git_ssh | stringOutput only. Git SSH hostname. | 
getHtml
Output only. HTML hostname.
| Returns | |
|---|---|
| Type | Description | 
| string | |
setHtml
Output only. HTML hostname.
| Parameter | |
|---|---|
| Name | Description | 
| var | string | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getApi
Output only. API hostname.
| Returns | |
|---|---|
| Type | Description | 
| string | |
setApi
Output only. API hostname.
| Parameter | |
|---|---|
| Name | Description | 
| var | string | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getGitHttp
Output only. Git HTTP hostname.
| Returns | |
|---|---|
| Type | Description | 
| string | |
setGitHttp
Output only. Git HTTP hostname.
| Parameter | |
|---|---|
| Name | Description | 
| var | string | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getGitSsh
Output only. Git SSH hostname.
| Returns | |
|---|---|
| Type | Description | 
| string | |
setGitSsh
Output only. Git SSH hostname.
| Parameter | |
|---|---|
| Name | Description | 
| var | string | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |