This product is not supported for your selected Datadog site. ().

gcp_vmmigration_datacenter_connector

ancestors

Type: UNORDERED_LIST_STRING

appliance_infrastructure_version

Type: STRING
Provider name: applianceInfrastructureVersion
Description: Output only. Appliance OVA version. This is the OVA which is manually installed by the user and contains the infrastructure for the automatically updatable components on the appliance.

appliance_software_version

Type: STRING
Provider name: applianceSoftwareVersion
Description: Output only. Appliance last installed update bundle version. This is the version of the automatically updatable components on the appliance.

available_versions

Type: STRUCT
Provider name: availableVersions
Description: Output only. The available versions for updating this appliance.

  • in_place_update
    Type: STRUCT
    Provider name: inPlaceUpdate
    Description: The latest version for in place update. The current appliance can be updated to this version using the API or m4c CLI.
    • critical
      Type: BOOLEAN
      Provider name: critical
      Description: Determine whether it’s critical to upgrade the appliance to this version.
    • release_notes_uri
      Type: STRING
      Provider name: releaseNotesUri
      Description: Link to a page that contains the version release notes.
    • uri
      Type: STRING
      Provider name: uri
      Description: A link for downloading the version.
    • version
      Type: STRING
      Provider name: version
      Description: The appliance version.
  • new_deployable_appliance
    Type: STRUCT
    Provider name: newDeployableAppliance
    Description: The newest deployable version of the appliance. The current appliance can’t be updated into this version, and the owner must manually deploy this OVA to a new appliance.
    • critical
      Type: BOOLEAN
      Provider name: critical
      Description: Determine whether it’s critical to upgrade the appliance to this version.
    • release_notes_uri
      Type: STRING
      Provider name: releaseNotesUri
      Description: Link to a page that contains the version release notes.
    • uri
      Type: STRING
      Provider name: uri
      Description: A link for downloading the version.
    • version
      Type: STRING
      Provider name: version
      Description: The appliance version.

bucket

Type: STRING
Provider name: bucket
Description: Output only. The communication channel between the datacenter connector and Google Cloud.

create_time

Type: TIMESTAMP
Provider name: createTime
Description: Output only. The time the connector was created (as an API call, not when it was actually installed).

error

Type: STRUCT
Provider name: error
Description: Output only. Provides details on the state of the Datacenter Connector in case of an error.

  • 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.

labels

Type: UNORDERED_LIST_STRING

name

Type: STRING
Provider name: name
Description: Output only. The connector’s name.

organization_id

Type: STRING

parent

Type: STRING

project_id

Type: STRING

project_number

Type: STRING

registration_id

Type: STRING
Provider name: registrationId
Description: Immutable. A unique key for this connector. This key is internal to the OVA connector and is supplied with its creation during the registration process and can not be modified.

resource_name

Type: STRING

service_account

Type: STRING
Provider name: serviceAccount
Description: The service account to use in the connector when communicating with the cloud.

state

Type: STRING
Provider name: state
Description: Output only. State of the DatacenterConnector, as determined by the health checks.
Possible values:

  • STATE_UNSPECIFIED - The state is unknown. This is used for API compatibility only and is not used by the system.
  • PENDING - The state was not sampled by the health checks yet.
  • OFFLINE - The source was sampled by health checks and is not available.
  • FAILED - The source is available but might not be usable yet due to unvalidated credentials or another reason. The credentials referred to are the ones to the Source. The error message will contain further details.
  • ACTIVE - The source exists and its credentials were verified.

state_time

Type: TIMESTAMP
Provider name: stateTime
Description: Output only. The time the state was last set.

tags

Type: UNORDERED_LIST_STRING

update_time

Type: TIMESTAMP
Provider name: updateTime
Description: Output only. The last time the connector was updated with an API call.

upgrade_status

Type: STRUCT
Provider name: upgradeStatus
Description: Output only. The status of the current / last upgradeAppliance operation.

  • error
    Type: STRUCT
    Provider name: error
    Description: Output only. Provides details on the state of the upgrade operation in case of an error.
    • 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.
  • previous_version
    Type: STRING
    Provider name: previousVersion
    Description: The version from which we upgraded.
  • start_time
    Type: TIMESTAMP
    Provider name: startTime
    Description: The time the operation was started.
  • state
    Type: STRING
    Provider name: state
    Description: The state of the upgradeAppliance operation.
    Possible values:
    • STATE_UNSPECIFIED - The state was not sampled by the health checks yet.
    • RUNNING - The upgrade has started.
    • FAILED - The upgrade failed.
    • SUCCEEDED - The upgrade finished successfully.
  • version
    Type: STRING
    Provider name: version
    Description: The version to upgrade to.

version

Type: STRING
Provider name: version
Description: The version running in the DatacenterConnector. This is supplied by the OVA connector during the registration process and can not be modified.