Class: Google::Apis::ComputeAlpha::ServiceAttachmentConsumerProjectLimit

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ServiceAttachmentConsumerProjectLimit

Returns a new instance of ServiceAttachmentConsumerProjectLimit.



40742
40743
40744
# File 'lib/google/apis/compute_alpha/classes.rb', line 40742

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

Instance Attribute Details

#connection_limitFixnum

The value of the limit to set. Corresponds to the JSON property connectionLimit

Returns:

  • (Fixnum)


40735
40736
40737
# File 'lib/google/apis/compute_alpha/classes.rb', line 40735

def connection_limit
  @connection_limit
end

#project_id_or_numString

The project id or number for the project to set the limit for. Corresponds to the JSON property projectIdOrNum

Returns:

  • (String)


40740
40741
40742
# File 'lib/google/apis/compute_alpha/classes.rb', line 40740

def project_id_or_num
  @project_id_or_num
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



40747
40748
40749
40750
# File 'lib/google/apis/compute_alpha/classes.rb', line 40747

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