Class: Google::Cloud::AlloyDB::V1beta::Instance::InstanceNetworkConfig::AuthorizedNetwork
- Inherits:
-
Object
- Object
- Google::Cloud::AlloyDB::V1beta::Instance::InstanceNetworkConfig::AuthorizedNetwork
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/alloydb/v1beta/resources.rb
Overview
AuthorizedNetwork contains metadata for an authorized network.
Instance Attribute Summary collapse
-
#cidr_range ⇒ ::String
CIDR range for one authorzied network of the instance.
Instance Attribute Details
#cidr_range ⇒ ::String
Returns CIDR range for one authorzied network of the instance.
999 1000 1001 1002 |
# File 'proto_docs/google/cloud/alloydb/v1beta/resources.rb', line 999 class AuthorizedNetwork include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |