Class: Google::Cloud::Compute::V1::GetSerialPortOutputInstanceRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::GetSerialPortOutputInstanceRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A request message for Instances.GetSerialPortOutput. See the method description for details.
Instance Attribute Summary collapse
-
#instance ⇒ ::String
Name of the instance for this request.
-
#port ⇒ ::Integer
Specifies which COM or serial port to retrieve data from.
-
#project ⇒ ::String
Project ID for this request.
-
#start ⇒ ::Integer
Specifies the starting byte position of the output to return.
-
#zone ⇒ ::String
The name of the zone for this request.
Instance Attribute Details
#instance ⇒ ::String
9927 9928 9929 9930 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 9927 class GetSerialPortOutputInstanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#port ⇒ ::Integer
9927 9928 9929 9930 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 9927 class GetSerialPortOutputInstanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
9927 9928 9929 9930 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 9927 class GetSerialPortOutputInstanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#start ⇒ ::Integer
9927 9928 9929 9930 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 9927 class GetSerialPortOutputInstanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#zone ⇒ ::String
9927 9928 9929 9930 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 9927 class GetSerialPortOutputInstanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |