Class: Google::Cloud::AlloyDB::V1alpha::Instance::InstanceNetworkConfig
- Inherits:
-
Object
- Object
- Google::Cloud::AlloyDB::V1alpha::Instance::InstanceNetworkConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/alloydb/v1alpha/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::V1alpha::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::V1alpha::Instance::InstanceNetworkConfig::AuthorizedNetwork>
Returns Optional. A list of external network authorized to access this instance.
1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 1020 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.
1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 1020 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.
1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 1020 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 |