Resource: Destination
The Destination
resource. It specifies the IP prefix and the associated autonomous system numbers (ASN) that you want to include in a MulticloudDataTransferConfig
resource.
JSON representation |
---|
{ "name": string, "createTime": string, "updateTime": string, "labels": { string: string, ... }, "etag": string, "description": string, "ipPrefix": string, "endpoints": [ { object ( |
Fields | |
---|---|
name |
Identifier. The name of the |
createTime |
Output only. Time when the Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
updateTime |
Output only. Time when the Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
labels |
Optional. User-defined labels. An object containing a list of |
etag |
The etag is computed by the server, and might be sent with update and delete requests so that the client has an up-to-date value before proceeding. |
description |
Optional. A description of this resource. |
ipPrefix |
Required. Immutable. The IP prefix that represents your workload on another CSP. |
endpoints[] |
Required. Unordered list. The list of |
stateTimeline |
Output only. The timeline of the expected Example: "stateTimeline": { "states": [ { // The time when the |
uid |
Output only. The Google-generated unique ID for the |
DestinationEndpoint
The metadata for a DestinationEndpoint
resource.
JSON representation |
---|
{
"asn": string,
"csp": string,
"state": enum ( |
Fields | |
---|---|
asn |
Required. The ASN of the remote IP prefix. |
csp |
Required. The CSP of the remote IP prefix. |
state |
Output only. The state of the |
updateTime |
Output only. Time when the Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
State
The state of the DestinationEndpoint
resource.
Enums | |
---|---|
STATE_UNSPECIFIED |
An invalid state, which is the default case. |
VALID |
The DestinationEndpoint resource is valid. |
INVALID |
The DestinationEndpoint resource is invalid. |
Methods |
|
---|---|
|
Creates a Destination resource in a specified project and location. |
|
Deletes a Destination resource. |
|
Gets the details of a Destination resource. |
|
Lists the Destination resources in a specified project and location. |
|
Updates a Destination resource in a specified project and location. |