Class: Google::Cloud::Workstations::V1::WorkstationConfig::ReadinessCheck
- Inherits:
-
Object
- Object
- Google::Cloud::Workstations::V1::WorkstationConfig::ReadinessCheck
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/workstations/v1/workstations.rb
Overview
A readiness check to be performed on a workstation.
Instance Attribute Summary collapse
-
#path ⇒ ::String
Optional.
-
#port ⇒ ::Integer
Optional.
Instance Attribute Details
#path ⇒ ::String
Returns Optional. Path to which the request should be sent.
584 585 586 587 |
# File 'proto_docs/google/cloud/workstations/v1/workstations.rb', line 584 class ReadinessCheck include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#port ⇒ ::Integer
Returns Optional. Port to which the request should be sent.
584 585 586 587 |
# File 'proto_docs/google/cloud/workstations/v1/workstations.rb', line 584 class ReadinessCheck include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |