Class: Google::Apis::ComputeBeta::BackendBucketUsedBy

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ BackendBucketUsedBy

Returns a new instance of BackendBucketUsedBy.



3479
3480
3481
# File 'lib/google/apis/compute_beta/classes.rb', line 3479

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

Instance Attribute Details

#referenceString

[Output Only] Server-defined URL for UrlMaps referencing that BackendBucket. Corresponds to the JSON property reference

Returns:

  • (String)


3477
3478
3479
# File 'lib/google/apis/compute_beta/classes.rb', line 3477

def reference
  @reference
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3484
3485
3486
# File 'lib/google/apis/compute_beta/classes.rb', line 3484

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