<?php
# Generated by the protocol buffer compiler.  DO NOT EDIT!
# source: google/cloud/clouddms/v1/clouddms_resources.proto

namespace Google\Cloud\CloudDms\V1;

use Google\Protobuf\Internal\GPBType;
use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;

/**
 * The source database will allow incoming connections from the destination
 * database's public IP. You can retrieve the Cloud SQL instance's public IP
 * from the Cloud SQL console or using Cloud SQL APIs. No additional
 * configuration is required.
 *
 * Generated from protobuf message <code>google.cloud.clouddms.v1.StaticIpConnectivity</code>
 */
class StaticIpConnectivity extends \Google\Protobuf\Internal\Message
{

    /**
     * Constructor.
     *
     * @param array $data {
     *     Optional. Data for populating the Message object.
     *
     * }
     */
    public function __construct($data = NULL) {
        \GPBMetadata\Google\Cloud\Clouddms\V1\ClouddmsResources::initOnce();
        parent::__construct($data);
    }

}

