Service doublecloud.network.v1.NetworkConnectionService
Get
Returns the specified Network Connection.
Request
Field |
Description |
|
string ID of the Network Connection resource to return. |
Response
Field |
Description |
|
string ID of the network connection. |
|
string ID of the network. |
|
one of: |
|
doublecloud.network.v1.AWSNetworkConnectionInfo AWS connection info. |
|
doublecloud.network.v1.GoogleNetworkConnectionInfo Google Cloud connection info. |
|
google.protobuf.Timestamp Creation timestamp. |
|
string Description of the network connection. |
|
doublecloud.network.v1.NetworkConnection.NetworkConnectionStatus Current state of the network connection. |
|
string The reason for the status change. |
List
Retrieves a list of Network Connections of the specified Project.
Request
Field |
Description |
|
string ID of the project to list Networks Connections in. |
|
doublecloud.v1.Paging Paging information of the request |
Response
Field |
Description |
|
list List of Network Connection resources. |
|
|
|
doublecloud.v1.NextPage Pagination information of the response |
Create
Creates a Network Connection.
Request
Field |
Description |
|
string ID of the Network. |
|
one of: |
|
doublecloud.network.v1.CreateAWSNetworkConnectionRequest Connect DoubleCloud Network with AWS VPC. |
|
doublecloud.network.v1.CreateGoogleNetworkConnectionRequest Connect DoubleCloud Network with Google Cloud VPC. |
|
string Description of the Network Connection. |
Response
Field |
Description |
|
string ID of the operation. |
|
string ID of the project where operation performed. |
|
string Description of the operation. |
|
string ID of the user or service account who initiated the operation. |
|
list Operation metadata (e.g. cluster_id for create cluster operation). |
|
|
|
google.protobuf.Timestamp The time when the operation was created. |
|
google.protobuf.Timestamp The time when the operation was started. |
|
google.protobuf.Timestamp The time when the operation was finished. |
|
doublecloud.v1.Operation.Status The status of the operation. |
|
google.rpc.Status The error result of the operation in case of failure or cancellation. |
|
string ID of the resource operation performed on. |
Delete
Deletes the specified Network Connection.
Request
Field |
Description |
|
string ID of the Network Connection to delete. To get the Network Connection ID, use a [NetworkConnectionService.List] request. |
Response
Field |
Description |
|
string ID of the operation. |
|
string ID of the project where operation performed. |
|
string Description of the operation. |
|
string ID of the user or service account who initiated the operation. |
|
list Operation metadata (e.g. cluster_id for create cluster operation). |
|
|
|
google.protobuf.Timestamp The time when the operation was created. |
|
google.protobuf.Timestamp The time when the operation was started. |
|
google.protobuf.Timestamp The time when the operation was finished. |
|
doublecloud.v1.Operation.Status The status of the operation. |
|
google.rpc.Status The error result of the operation in case of failure or cancellation. |
|
string ID of the resource operation performed on. |