Class: Google::Apis::HypercomputeclusterV1::LustreReference
- Inherits:
-
Object
- Object
- Google::Apis::HypercomputeclusterV1::LustreReference
- 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 Managed Lustre instance.
Instance Attribute Summary collapse
-
#lustre ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ LustreReference
constructor
A new instance of LustreReference.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ LustreReference
Returns a new instance of LustreReference.
983 984 985 |
# File 'lib/google/apis/hypercomputecluster_v1/classes.rb', line 983 def initialize(**args) update!(**args) end |
Instance Attribute Details
#lustre ⇒ String
Output only. Name of the Managed Lustre instance, in the format projects/
project/locations/location/instances/instance`
Corresponds to the JSON propertylustre`
981 982 983 |
# File 'lib/google/apis/hypercomputecluster_v1/classes.rb', line 981 def lustre @lustre end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
988 989 990 |
# File 'lib/google/apis/hypercomputecluster_v1/classes.rb', line 988 def update!(**args) @lustre = args[:lustre] if args.key?(:lustre) end |