Cloud Dataproc V1 API - Class Google::Cloud::Dataproc::V1::InstanceReference (v0.25.0)

Reference documentation and code samples for the Cloud Dataproc V1 API class Google::Cloud::Dataproc::V1::InstanceReference.

A reference to a Compute Engine instance.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#instance_id

def instance_id() -> ::String
Returns
  • (::String) — The unique identifier of the Compute Engine instance.

#instance_id=

def instance_id=(value) -> ::String
Parameter
  • value (::String) — The unique identifier of the Compute Engine instance.
Returns
  • (::String) — The unique identifier of the Compute Engine instance.

#instance_name

def instance_name() -> ::String
Returns
  • (::String) — The user-friendly name of the Compute Engine instance.

#instance_name=

def instance_name=(value) -> ::String
Parameter
  • value (::String) — The user-friendly name of the Compute Engine instance.
Returns
  • (::String) — The user-friendly name of the Compute Engine instance.

#public_ecies_key

def public_ecies_key() -> ::String
Returns
  • (::String) — The public ECIES key used for sharing data with this instance.

#public_ecies_key=

def public_ecies_key=(value) -> ::String
Parameter
  • value (::String) — The public ECIES key used for sharing data with this instance.
Returns
  • (::String) — The public ECIES key used for sharing data with this instance.

#public_key

def public_key() -> ::String
Returns
  • (::String) — The public RSA key used for sharing data with this instance.

#public_key=

def public_key=(value) -> ::String
Parameter
  • value (::String) — The public RSA key used for sharing data with this instance.
Returns
  • (::String) — The public RSA key used for sharing data with this instance.