Class: Google::Apis::ComputeBeta::Subsetting

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

Overview

Subsetting configuration for this BackendService. Currently this is applicable only for Internal TCP/UDP load balancing and Internal HTTP(S) load balancing.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ Subsetting

Returns a new instance of Subsetting.



34756
34757
34758
# File 'lib/google/apis/compute_beta/classes.rb', line 34756

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

Instance Attribute Details

#policyString

Corresponds to the JSON property policy

Returns:

  • (String)


34754
34755
34756
# File 'lib/google/apis/compute_beta/classes.rb', line 34754

def policy
  @policy
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



34761
34762
34763
# File 'lib/google/apis/compute_beta/classes.rb', line 34761

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