This product is not supported for your selected Datadog site. ().
Cette page n'est pas encore disponible en français, sa traduction est en cours.
Si vous avez des questions ou des retours sur notre projet de traduction actuel, n'hésitez pas à nous contacter.

gcp_datamigration_private_connection

ancestors

Type: UNORDERED_LIST_STRING

create_time

Type: TIMESTAMP
Provider name: createTime
Description: Output only. The create time of the resource.

error

Type: STRUCT
Provider name: error
Description: Output only. The error details in case of state FAILED.

  • code
    Type: INT32
    Provider name: code
    Description: The status code, which should be an enum value of google.rpc.Code.
  • message
    Type: STRING
    Provider name: message
    Description: A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.

gcp_display_name

Type: STRING
Provider name: displayName
Description: The private connection display name.

labels

Type: UNORDERED_LIST_STRING

name

Type: STRING
Provider name: name
Description: The name of the resource.

organization_id

Type: STRING

parent

Type: STRING

project_id

Type: STRING

project_number

Type: STRING

resource_name

Type: STRING

satisfies_pzi

Type: BOOLEAN
Provider name: satisfiesPzi
Description: Output only. Reserved for future use.

satisfies_pzs

Type: BOOLEAN
Provider name: satisfiesPzs
Description: Output only. Reserved for future use.

state

Type: STRING
Provider name: state
Description: Output only. The state of the private connection.
Possible values:

  • STATE_UNSPECIFIED
  • CREATING - The private connection is in creation state - creating resources.
  • CREATED - The private connection has been created with all of its resources.
  • FAILED - The private connection creation has failed.
  • DELETING - The private connection is being deleted.
  • FAILED_TO_DELETE - Delete request has failed, resource is in invalid state.
  • DELETED - The private connection has been deleted.

tags

Type: UNORDERED_LIST_STRING

update_time

Type: TIMESTAMP
Provider name: updateTime
Description: Output only. The last update time of the resource.

vpc_peering_config

Type: STRUCT
Provider name: vpcPeeringConfig
Description: VPC peering configuration.

  • subnet
    Type: STRING
    Provider name: subnet
    Description: Required. A free subnet for peering. (CIDR of /29)
  • vpc_name
    Type: STRING
    Provider name: vpcName
    Description: Required. Fully qualified name of the VPC that Database Migration Service will peer to.