Class: Google::Cloud::AlloyDB::V1alpha::Instance::InstanceNetworkConfig::AuthorizedNetwork

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/alloydb/v1alpha/resources.rb

Overview

AuthorizedNetwork contains metadata for an authorized network.

Instance Attribute Summary collapse

Instance Attribute Details

#cidr_range::String

Returns CIDR range for one authorzied network of the instance.

Returns:

  • (::String)

    CIDR range for one authorzied network of the instance.



892
893
894
895
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 892

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