Class: Google::Apis::ComputeAlpha::InterconnectApplicationAwareInterconnect

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

Overview

Configuration information for enabling Application Aware Interconnect (AAI) on this Cloud Interconnect connection between Google and your on-premises router.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ InterconnectApplicationAwareInterconnect

Returns a new instance of InterconnectApplicationAwareInterconnect.



22367
22368
22369
# File 'lib/google/apis/compute_alpha/classes.rb', line 22367

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

Instance Attribute Details

#bandwidth_percentage_policyGoogle::Apis::ComputeAlpha::InterconnectApplicationAwareInterconnectBandwidthPercentagePolicy

Corresponds to the JSON property bandwidthPercentagePolicy



22355
22356
22357
# File 'lib/google/apis/compute_alpha/classes.rb', line 22355

def bandwidth_percentage_policy
  @bandwidth_percentage_policy
end

#profile_descriptionString

A description for the AAI profile on this interconnect. Corresponds to the JSON property profileDescription

Returns:

  • (String)


22360
22361
22362
# File 'lib/google/apis/compute_alpha/classes.rb', line 22360

def profile_description
  @profile_description
end

#strict_priority_policyGoogle::Apis::ComputeAlpha::InterconnectApplicationAwareInterconnectStrictPriorityPolicy

Specify configuration for StrictPriorityPolicy. Corresponds to the JSON property strictPriorityPolicy



22365
22366
22367
# File 'lib/google/apis/compute_alpha/classes.rb', line 22365

def strict_priority_policy
  @strict_priority_policy
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



22372
22373
22374
22375
22376
# File 'lib/google/apis/compute_alpha/classes.rb', line 22372

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