Class: Google::Apis::HypercomputeclusterV1::FilestoreReference

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/hypercomputecluster_v1/classes.rb,
lib/google/apis/hypercomputecluster_v1/representations.rb,
lib/google/apis/hypercomputecluster_v1/representations.rb

Overview

A reference to a Filestore instance.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ FilestoreReference

Returns a new instance of FilestoreReference.



778
779
780
# File 'lib/google/apis/hypercomputecluster_v1/classes.rb', line 778

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#filestoreString

Output only. Name of the Filestore instance, in the format projects/project/ locations/location/instances/instance` Corresponds to the JSON propertyfilestore`

Returns:

  • (String)


776
777
778
# File 'lib/google/apis/hypercomputecluster_v1/classes.rb', line 776

def filestore
  @filestore
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



783
784
785
# File 'lib/google/apis/hypercomputecluster_v1/classes.rb', line 783

def update!(**args)
  @filestore = args[:filestore] if args.key?(:filestore)
end