Class: Google::Cloud::Orchestration::Airflow::Service::V1::MasterAuthorizedNetworksConfig::CidrBlock

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#cidr_block::String

Returns CIDR block that must be specified in CIDR notation.

Returns:

  • (::String)

    CIDR block that must be specified in CIDR notation.



1261
1262
1263
1264
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 1261

class CidrBlock
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#display_name::String

Returns User-defined name that identifies the CIDR block.

Returns:

  • (::String)

    User-defined name that identifies the CIDR block.



1261
1262
1263
1264
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 1261

class CidrBlock
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end