Class: Google::Cloud::CloudDMS::V1::SqlIpConfig
- Inherits:
-
Object
- Object
- Google::Cloud::CloudDMS::V1::SqlIpConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/clouddms/v1/clouddms_resources.rb
Overview
IP Management configuration.
Instance Attribute Summary collapse
-
#allocated_ip_range ⇒ ::String
Optional.
-
#authorized_networks ⇒ ::Array<::Google::Cloud::CloudDMS::V1::SqlAclEntry>
The list of external networks that are allowed to connect to the instance using the IP.
-
#enable_ipv4 ⇒ ::Google::Protobuf::BoolValue
Whether the instance should be assigned an IPv4 address or not.
-
#private_network ⇒ ::String
The resource link for the VPC network from which the Cloud SQL instance is accessible for private IP.
-
#require_ssl ⇒ ::Google::Protobuf::BoolValue
Whether SSL connections over IP should be enforced or not.
Instance Attribute Details
#allocated_ip_range ⇒ ::String
284 285 286 287 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms_resources.rb', line 284 class SqlIpConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#authorized_networks ⇒ ::Array<::Google::Cloud::CloudDMS::V1::SqlAclEntry>
284 285 286 287 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms_resources.rb', line 284 class SqlIpConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#enable_ipv4 ⇒ ::Google::Protobuf::BoolValue
284 285 286 287 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms_resources.rb', line 284 class SqlIpConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#private_network ⇒ ::String
284 285 286 287 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms_resources.rb', line 284 class SqlIpConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#require_ssl ⇒ ::Google::Protobuf::BoolValue
284 285 286 287 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms_resources.rb', line 284 class SqlIpConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |