Class: Google::Cloud::Compute::V1::InterconnectApplicationAwareInterconnect
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::InterconnectApplicationAwareInterconnect
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
Configuration information for application awareness on this Cloud Interconnect.
Instance Attribute Summary collapse
- #bandwidth_percentage_policy ⇒ ::Google::Cloud::Compute::V1::InterconnectApplicationAwareInterconnectBandwidthPercentagePolicy
-
#profile_description ⇒ ::String
Description for the application awareness profile on this Cloud Interconnect.
-
#shape_average_percentages ⇒ ::Array<::Google::Cloud::Compute::V1::InterconnectApplicationAwareInterconnectBandwidthPercentage>
Optional field to specify a list of shape average percentages to be applied in conjunction with StrictPriorityPolicy or BandwidthPercentagePolicy.
- #strict_priority_policy ⇒ ::Google::Cloud::Compute::V1::InterconnectApplicationAwareInterconnectStrictPriorityPolicy
Instance Attribute Details
#bandwidth_percentage_policy ⇒ ::Google::Cloud::Compute::V1::InterconnectApplicationAwareInterconnectBandwidthPercentagePolicy
16641 16642 16643 16644 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 16641 class InterconnectApplicationAwareInterconnect include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#profile_description ⇒ ::String
Returns Description for the application awareness profile on this Cloud Interconnect.
16641 16642 16643 16644 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 16641 class InterconnectApplicationAwareInterconnect include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#shape_average_percentages ⇒ ::Array<::Google::Cloud::Compute::V1::InterconnectApplicationAwareInterconnectBandwidthPercentage>
Returns Optional field to specify a list of shape average percentages to be applied in conjunction with StrictPriorityPolicy or BandwidthPercentagePolicy.
16641 16642 16643 16644 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 16641 class InterconnectApplicationAwareInterconnect include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#strict_priority_policy ⇒ ::Google::Cloud::Compute::V1::InterconnectApplicationAwareInterconnectStrictPriorityPolicy
16641 16642 16643 16644 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 16641 class InterconnectApplicationAwareInterconnect include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |