Reference documentation and code samples for the Google Cloud Dms V1 Client class CreatePrivateConnectionRequest.
Request message to create a new private connection in the specified project and region.
Generated from protobuf message google.cloud.clouddms.v1.CreatePrivateConnectionRequest
Namespace
Google \ Cloud \ CloudDms \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The parent that owns the collection of PrivateConnections.
↳ private_connection_id
string
Required. The private connection identifier.
↳ private_connection
↳ request_id
string
Optional. A unique ID used to identify the request. If the server receives two requests with the same ID, then the second request is ignored. It is recommended to always set this value to a UUID. The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.
↳ skip_validation
bool
Optional. If set to true, will skip validations.
getParent
Required. The parent that owns the collection of PrivateConnections.
string
setParent
Required. The parent that owns the collection of PrivateConnections.
var
string
$this
getPrivateConnectionId
Required. The private connection identifier.
string
setPrivateConnectionId
Required. The private connection identifier.
var
string
$this
getPrivateConnection
Required. The private connection resource to create.
hasPrivateConnection
clearPrivateConnection
setPrivateConnection
Required. The private connection resource to create.
$this
getRequestId
Optional. A unique ID used to identify the request. If the server receives two requests with the same ID, then the second request is ignored.
It is recommended to always set this value to a UUID. The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.
string
setRequestId
Optional. A unique ID used to identify the request. If the server receives two requests with the same ID, then the second request is ignored.
It is recommended to always set this value to a UUID. The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.
var
string
$this
getSkipValidation
Optional. If set to true, will skip validations.
bool
setSkipValidation
Optional. If set to true, will skip validations.
var
bool
$this
static::build
parent
string
Required. The parent that owns the collection of PrivateConnections. Please see Google\Cloud\CloudDms\V1\DataMigrationServiceClient::locationName() for help formatting this field.
privateConnection
privateConnectionId
string
Required. The private connection identifier.