Class: Google::Cloud::AlloyDB::V1alpha::Instance::InstanceNetworkConfig::AuthorizedNetwork
- Inherits:
-
Object
- Object
- Google::Cloud::AlloyDB::V1alpha::Instance::InstanceNetworkConfig::AuthorizedNetwork
- 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
-
#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.
1028 1029 1030 1031 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 1028 class AuthorizedNetwork include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |