Class: Google::Apis::ComputeAlpha::ServiceAttachmentConsumerProjectLimit
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::ServiceAttachmentConsumerProjectLimit
- 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
-
#connection_limit ⇒ Fixnum
The value of the limit to set.
-
#project_id_or_num ⇒ String
The project id or number for the project to set the limit for.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ServiceAttachmentConsumerProjectLimit
constructor
A new instance of ServiceAttachmentConsumerProjectLimit.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ServiceAttachmentConsumerProjectLimit
Returns a new instance of ServiceAttachmentConsumerProjectLimit.
38033 38034 38035 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 38033 def initialize(**args) update!(**args) end |
Instance Attribute Details
#connection_limit ⇒ Fixnum
The value of the limit to set.
Corresponds to the JSON property connectionLimit
38026 38027 38028 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 38026 def connection_limit @connection_limit end |
#project_id_or_num ⇒ String
The project id or number for the project to set the limit for.
Corresponds to the JSON property projectIdOrNum
38031 38032 38033 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 38031 def project_id_or_num @project_id_or_num end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
38038 38039 38040 38041 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 38038 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 |