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
-
#allocated_ip_range_override ⇒ ::String
Optional.
-
#authorized_external_networks ⇒ ::Array<::Google::Cloud::AlloyDB::V1alpha::Instance::InstanceNetworkConfig::AuthorizedNetwork>
Optional.
-
#enable_outbound_public_ip ⇒ ::Boolean
Optional.
-
#enable_public_ip ⇒ ::Boolean
Optional.
-
#network ⇒ ::String
readonly
Output only.
Instance Attribute Details
#allocated_ip_range_override ⇒ ::String
1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 1167 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 |
#authorized_external_networks ⇒ ::Array<::Google::Cloud::AlloyDB::V1alpha::Instance::InstanceNetworkConfig::AuthorizedNetwork>
1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 1167 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
1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 1167 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
1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 1167 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 |
#network ⇒ ::String (readonly)
1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 1167 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 |