Class: Google::Cloud::Container::V1::MasterAuthorizedNetworksConfig::CidrBlock

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/container/v1/cluster_service.rb

Overview

CidrBlock contains an optional name and one CIDR block.

Instance Attribute Summary collapse

Instance Attribute Details

#cidr_block::String

Returns cidr_block must be specified in CIDR notation.

Returns:

  • (::String)

    cidr_block must be specified in CIDR notation.



573
574
575
576
# File 'proto_docs/google/container/v1/cluster_service.rb', line 573

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

#display_name::String

Returns display_name is an optional field for users to identify CIDR blocks.

Returns:

  • (::String)

    display_name is an optional field for users to identify CIDR blocks.



573
574
575
576
# File 'proto_docs/google/container/v1/cluster_service.rb', line 573

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