Class: Google::Cloud::Orchestration::Airflow::Service::V1::MasterAuthorizedNetworksConfig::CidrBlock
- Inherits:
-
Object
- Object
- Google::Cloud::Orchestration::Airflow::Service::V1::MasterAuthorizedNetworksConfig::CidrBlock
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb
Overview
CIDR block with an optional name.
Instance Attribute Summary collapse
-
#cidr_block ⇒ ::String
CIDR block that must be specified in CIDR notation.
-
#display_name ⇒ ::String
User-defined name that identifies the CIDR block.
Instance Attribute Details
#cidr_block ⇒ ::String
Returns CIDR block that must be specified in CIDR notation.
1703 1704 1705 1706 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 1703 class CidrBlock include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#display_name ⇒ ::String
Returns User-defined name that identifies the CIDR block.
1703 1704 1705 1706 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 1703 class CidrBlock include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |