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.



1699
1700
1701
1702
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 1699

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.



1699
1700
1701
1702
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 1699

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