Class: Google::Cloud::SecureSourceManager::V1::Instance::HostConfig
- Inherits:
-
Object
- Object
- Google::Cloud::SecureSourceManager::V1::Instance::HostConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb
Overview
HostConfig has different instance endpoints.
Instance Attribute Summary collapse
-
#api ⇒ ::String
readonly
Output only.
-
#git_http ⇒ ::String
readonly
Output only.
-
#git_ssh ⇒ ::String
readonly
Output only.
-
#html ⇒ ::String
readonly
Output only.
Instance Attribute Details
#api ⇒ ::String (readonly)
Returns Output only. API hostname.
86 87 88 89 |
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 86 class HostConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#git_http ⇒ ::String (readonly)
Returns Output only. Git HTTP hostname.
86 87 88 89 |
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 86 class HostConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#git_ssh ⇒ ::String (readonly)
Returns Output only. Git SSH hostname.
86 87 88 89 |
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 86 class HostConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#html ⇒ ::String (readonly)
Returns Output only. HTML hostname.
86 87 88 89 |
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 86 class HostConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |