REST Resource: projects.locations.multicloudDataTransferSupportedServices

Resource: MulticloudDataTransferSupportedService

A service in your project in a region that is eligible for Data Transfer Essentials configuration.

JSON representation
{
  "name": string,
  "serviceConfigs": [
    {
      object (ServiceConfig)
    }
  ]
}
Fields
name

string

Identifier. The name of the service.

serviceConfigs[]

object (ServiceConfig)

Output only. The network service tier or regional endpoint supported for the service.

ServiceConfig

Specifies eligibility information for the service.

JSON representation
{
  "eligibilityCriteria": enum (EligibilityCriteria),
  "supportEndTime": string
}
Fields
eligibilityCriteria

enum (EligibilityCriteria)

Output only. The eligibility criteria for the service.

supportEndTime

string (Timestamp format)

Output only. The end time for eligibility criteria support. If not specified, no planned end time is set.

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: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

EligibilityCriteria

The eligibility information for the service.

Enums
ELIGIBILITY_CRITERIA_UNSPECIFIED The service is not eligible for Data Transfer Essentials configuration. This is the default case.
NETWORK_SERVICE_TIER_PREMIUM_ONLY The service is eligible for Data Transfer Essentials configuration only for Premium Tier.
NETWORK_SERVICE_TIER_STANDARD_ONLY The service is eligible for Data Transfer Essentials configuration only for Standard Tier.
REQUEST_ENDPOINT_REGIONAL_ENDPOINT_ONLY The service is eligible for Data Transfer Essentials configuration only for the regional endpoint.

Methods

get

Gets the details of a service that is supported for Data Transfer Essentials.

list

Lists the services in the project for a region that are supported for Data Transfer Essentials.