Class: Google::Apis::ComputeBeta::ServiceAttachmentsScopedList
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::ServiceAttachmentsScopedList
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_beta/classes.rb,
lib/google/apis/compute_beta/representations.rb,
lib/google/apis/compute_beta/representations.rb
Defined Under Namespace
Classes: Warning
Instance Attribute Summary collapse
-
#service_attachments ⇒ Array<Google::Apis::ComputeBeta::ServiceAttachment>
A list of ServiceAttachments contained in this scope.
-
#warning ⇒ Google::Apis::ComputeBeta::ServiceAttachmentsScopedList::Warning
Informational warning which replaces the list of service attachments when the list is empty.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ServiceAttachmentsScopedList
constructor
A new instance of ServiceAttachmentsScopedList.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ServiceAttachmentsScopedList
Returns a new instance of ServiceAttachmentsScopedList.
32257 32258 32259 |
# File 'lib/google/apis/compute_beta/classes.rb', line 32257 def initialize(**args) update!(**args) end |
Instance Attribute Details
#service_attachments ⇒ Array<Google::Apis::ComputeBeta::ServiceAttachment>
A list of ServiceAttachments contained in this scope.
Corresponds to the JSON property serviceAttachments
32249 32250 32251 |
# File 'lib/google/apis/compute_beta/classes.rb', line 32249 def @service_attachments end |
#warning ⇒ Google::Apis::ComputeBeta::ServiceAttachmentsScopedList::Warning
Informational warning which replaces the list of service attachments when the
list is empty.
Corresponds to the JSON property warning
32255 32256 32257 |
# File 'lib/google/apis/compute_beta/classes.rb', line 32255 def warning @warning end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
32262 32263 32264 32265 |
# File 'lib/google/apis/compute_beta/classes.rb', line 32262 def update!(**args) @service_attachments = args[:service_attachments] if args.key?(:service_attachments) @warning = args[:warning] if args.key?(:warning) end |