Class: Google::Cloud::NetworkServices::V1::ServiceLbPolicy::IsolationConfig
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkServices::V1::ServiceLbPolicy::IsolationConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkservices/v1/service_lb_policy.rb
Overview
Configuration to provide isolation support for the associated Backend Service.
Instance Attribute Summary collapse
-
#isolation_granularity ⇒ ::Google::Cloud::NetworkServices::V1::ServiceLbPolicy::IsolationGranularity
Optional.
-
#isolation_mode ⇒ ::Google::Cloud::NetworkServices::V1::ServiceLbPolicy::IsolationMode
Optional.
Instance Attribute Details
#isolation_granularity ⇒ ::Google::Cloud::NetworkServices::V1::ServiceLbPolicy::IsolationGranularity
Returns Optional. The isolation granularity of the load balancer.
99 100 101 102 |
# File 'proto_docs/google/cloud/networkservices/v1/service_lb_policy.rb', line 99 class IsolationConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#isolation_mode ⇒ ::Google::Cloud::NetworkServices::V1::ServiceLbPolicy::IsolationMode
Returns Optional. The isolation mode of the load balancer.
99 100 101 102 |
# File 'proto_docs/google/cloud/networkservices/v1/service_lb_policy.rb', line 99 class IsolationConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |