Reference documentation and code samples for the Secure Source Manager V1 API class Google::Cloud::SecureSourceManager::V1::Instance::PrivateConfig::CustomHostConfig.
Custom host config for the instance.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#api
def api() -> ::String
Returns
- (::String) — Required. The custom API hostname for the instance, e.g., "api.source.internal.mycompany.com"
#api=
def api=(value) -> ::String
Parameter
- value (::String) — Required. The custom API hostname for the instance, e.g., "api.source.internal.mycompany.com"
Returns
- (::String) — Required. The custom API hostname for the instance, e.g., "api.source.internal.mycompany.com"
#git_http
def git_http() -> ::String
Returns
- (::String) — Required. The custom git http hostname for the instance, e.g., "git.source.internal.mycompany.com"
#git_http=
def git_http=(value) -> ::String
Parameter
- value (::String) — Required. The custom git http hostname for the instance, e.g., "git.source.internal.mycompany.com"
Returns
- (::String) — Required. The custom git http hostname for the instance, e.g., "git.source.internal.mycompany.com"
#git_ssh
def git_ssh() -> ::String
Returns
- (::String) — Required. The custom git ssh hostname for the instance, e.g., "ssh.source.internal.mycompany.com"
#git_ssh=
def git_ssh=(value) -> ::String
Parameter
- value (::String) — Required. The custom git ssh hostname for the instance, e.g., "ssh.source.internal.mycompany.com"
Returns
- (::String) — Required. The custom git ssh hostname for the instance, e.g., "ssh.source.internal.mycompany.com"
#html
def html() -> ::String
Returns
- (::String) — Required. The custom UI hostname for the instance, e.g., "git.source.internal.mycompany.com"
#html=
def html=(value) -> ::String
Parameter
- value (::String) — Required. The custom UI hostname for the instance, e.g., "git.source.internal.mycompany.com"
Returns
- (::String) — Required. The custom UI hostname for the instance, e.g., "git.source.internal.mycompany.com"