Class: Google::Cloud::AlloyDB::V1::Instance::InstanceNetworkConfig::AuthorizedNetwork
- Inherits:
-
Object
- Object
- Google::Cloud::AlloyDB::V1::Instance::InstanceNetworkConfig::AuthorizedNetwork
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/alloydb/v1/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.
912 913 914 915 |
# File 'proto_docs/google/cloud/alloydb/v1/resources.rb', line 912 class AuthorizedNetwork include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |