Class: Google::Cloud::AlloyDB::V1beta::Instance::InstanceNetworkConfig
- Inherits:
-
Object
- Object
- Google::Cloud::AlloyDB::V1beta::Instance::InstanceNetworkConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/alloydb/v1beta/resources.rb
Overview
Metadata related to instance-level network configuration.
Defined Under Namespace
Classes: AuthorizedNetwork
Instance Attribute Summary collapse
-
#authorized_external_networks ⇒ ::Array<::Google::Cloud::AlloyDB::V1beta::Instance::InstanceNetworkConfig::AuthorizedNetwork>
Optional.
-
#enable_outbound_public_ip ⇒ ::Boolean
Optional.
-
#enable_public_ip ⇒ ::Boolean
Optional.
Instance Attribute Details
#authorized_external_networks ⇒ ::Array<::Google::Cloud::AlloyDB::V1beta::Instance::InstanceNetworkConfig::AuthorizedNetwork>
Returns Optional. A list of external network authorized to access this instance.
991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 |
# File 'proto_docs/google/cloud/alloydb/v1beta/resources.rb', line 991 class InstanceNetworkConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # AuthorizedNetwork contains metadata for an authorized network. # @!attribute [rw] cidr_range # @return [::String] # CIDR range for one authorzied network of the instance. class AuthorizedNetwork include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#enable_outbound_public_ip ⇒ ::Boolean
Returns Optional. Enabling an outbound public IP address to support a database server sending requests out into the internet.
991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 |
# File 'proto_docs/google/cloud/alloydb/v1beta/resources.rb', line 991 class InstanceNetworkConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # AuthorizedNetwork contains metadata for an authorized network. # @!attribute [rw] cidr_range # @return [::String] # CIDR range for one authorzied network of the instance. class AuthorizedNetwork include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#enable_public_ip ⇒ ::Boolean
Returns Optional. Enabling public ip for the instance.
991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 |
# File 'proto_docs/google/cloud/alloydb/v1beta/resources.rb', line 991 class InstanceNetworkConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # AuthorizedNetwork contains metadata for an authorized network. # @!attribute [rw] cidr_range # @return [::String] # CIDR range for one authorzied network of the instance. class AuthorizedNetwork include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |