Class: Google::Apis::NetworkconnectivityV1alpha1::QuotaProperties

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

Overview

Represents the properties needed for quota operations.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ QuotaProperties

Returns a new instance of QuotaProperties.



1616
1617
1618
# File 'lib/google/apis/networkconnectivity_v1alpha1/classes.rb', line 1616

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

Instance Attribute Details

#quota_modeString

Quota mode for this operation. Corresponds to the JSON property quotaMode

Returns:

  • (String)


1614
1615
1616
# File 'lib/google/apis/networkconnectivity_v1alpha1/classes.rb', line 1614

def quota_mode
  @quota_mode
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1621
1622
1623
# File 'lib/google/apis/networkconnectivity_v1alpha1/classes.rb', line 1621

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