Class: Google::Cloud::Dataproc::V1::InstanceReference
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1::InstanceReference
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataproc/v1/clusters.rb
Overview
A reference to a Compute Engine instance.
Instance Attribute Summary collapse
-
#instance_id ⇒ ::String
The unique identifier of the Compute Engine instance.
-
#instance_name ⇒ ::String
The user-friendly name of the Compute Engine instance.
-
#public_ecies_key ⇒ ::String
The public ECIES key used for sharing data with this instance.
-
#public_key ⇒ ::String
The public RSA key used for sharing data with this instance.
Instance Attribute Details
#instance_id ⇒ ::String
Returns The unique identifier of the Compute Engine instance.
630 631 632 633 |
# File 'proto_docs/google/cloud/dataproc/v1/clusters.rb', line 630 class InstanceReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#instance_name ⇒ ::String
Returns The user-friendly name of the Compute Engine instance.
630 631 632 633 |
# File 'proto_docs/google/cloud/dataproc/v1/clusters.rb', line 630 class InstanceReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#public_ecies_key ⇒ ::String
Returns The public ECIES key used for sharing data with this instance.
630 631 632 633 |
# File 'proto_docs/google/cloud/dataproc/v1/clusters.rb', line 630 class InstanceReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#public_key ⇒ ::String
Returns The public RSA key used for sharing data with this instance.
630 631 632 633 |
# File 'proto_docs/google/cloud/dataproc/v1/clusters.rb', line 630 class InstanceReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |