Reference documentation and code samples for the Google Cloud Network Connectivity V1 Client class EligibilityCriteria.
The eligibility information for the service.
Protobuf type google.cloud.networkconnectivity.v1.ServiceConfig.EligibilityCriteria
Namespace
Google \ Cloud \ NetworkConnectivity \ V1 \ ServiceConfigMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
ELIGIBILITY_CRITERIA_UNSPECIFIED
Value: 0
The service is not eligible for Data Transfer Essentials configuration.
This is the default case.
Generated from protobuf enum ELIGIBILITY_CRITERIA_UNSPECIFIED = 0;
NETWORK_SERVICE_TIER_PREMIUM_ONLY
Value: 1
The service is eligible for Data Transfer Essentials configuration only for Premium Tier.
Generated from protobuf enum NETWORK_SERVICE_TIER_PREMIUM_ONLY = 1;
NETWORK_SERVICE_TIER_STANDARD_ONLY
Value: 2
The service is eligible for Data Transfer Essentials configuration only for Standard Tier.
Generated from protobuf enum NETWORK_SERVICE_TIER_STANDARD_ONLY = 2;
REQUEST_ENDPOINT_REGIONAL_ENDPOINT_ONLY
Value: 3
The service is eligible for Data Transfer Essentials configuration only for the regional endpoint.
Generated from protobuf enum REQUEST_ENDPOINT_REGIONAL_ENDPOINT_ONLY = 3;