Class: Google::Cloud::Dataproc::V1::InstanceReference

Inherits:
Object
  • Object
show all
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 Attribute Details

#instance_id::String

Returns The unique identifier of the Compute Engine instance.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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