Class: Google::Cloud::Orchestration::Airflow::Service::V1::WebServerNetworkAccessControl::AllowedIpRange
- Inherits:
-
Object
- Object
- Google::Cloud::Orchestration::Airflow::Service::V1::WebServerNetworkAccessControl::AllowedIpRange
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb
Overview
Allowed IP range with user-provided description.
Instance Attribute Summary collapse
-
#description ⇒ ::String
Optional.
-
#value ⇒ ::String
IP address or range, defined using CIDR notation, of requests that this rule applies to.
Instance Attribute Details
#description ⇒ ::String
286 287 288 289 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 286 class AllowedIpRange include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#value ⇒ ::String
286 287 288 289 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 286 class AllowedIpRange include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |