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.
Parameters | |
---|---|
Name | Description |
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 |
Google\Cloud\CloudDms\V1\PrivateConnection
Required. The private connection resource to create. |
↳ 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.
Returns | |
---|---|
Type | Description |
string |
setParent
Required. The parent that owns the collection of PrivateConnections.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getPrivateConnectionId
Required. The private connection identifier.
Returns | |
---|---|
Type | Description |
string |
setPrivateConnectionId
Required. The private connection identifier.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getPrivateConnection
Required. The private connection resource to create.
Returns | |
---|---|
Type | Description |
Google\Cloud\CloudDms\V1\PrivateConnection|null |
hasPrivateConnection
clearPrivateConnection
setPrivateConnection
Required. The private connection resource to create.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\CloudDms\V1\PrivateConnection
|
Returns | |
---|---|
Type | Description |
$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.
Returns | |
---|---|
Type | Description |
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.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getSkipValidation
Optional. If set to true, will skip validations.
Returns | |
---|---|
Type | Description |
bool |
setSkipValidation
Optional. If set to true, will skip validations.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
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 |
Google\Cloud\CloudDms\V1\PrivateConnection
Required. The private connection resource to create. |
privateConnectionId |
string
Required. The private connection identifier. |
Returns | |
---|---|
Type | Description |
Google\Cloud\CloudDms\V1\CreatePrivateConnectionRequest |