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.



22417
22418
22419
# File 'lib/google/apis/compute_alpha/classes.rb', line 22417

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

Instance Attribute Details

#bandwidth_percentage_policyGoogle::Apis::ComputeAlpha::InterconnectApplicationAwareInterconnectBandwidthPercentagePolicy

Corresponds to the JSON property bandwidthPercentagePolicy



22405
22406
22407
# File 'lib/google/apis/compute_alpha/classes.rb', line 22405

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)


22410
22411
22412
# File 'lib/google/apis/compute_alpha/classes.rb', line 22410

def profile_description
  @profile_description
end

#strict_priority_policyGoogle::Apis::ComputeAlpha::InterconnectApplicationAwareInterconnectStrictPriorityPolicy

Specify configuration for StrictPriorityPolicy. Corresponds to the JSON property strictPriorityPolicy



22415
22416
22417
# File 'lib/google/apis/compute_alpha/classes.rb', line 22415

def strict_priority_policy
  @strict_priority_policy
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



22422
22423
22424
22425
22426
# File 'lib/google/apis/compute_alpha/classes.rb', line 22422

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