Class: Google::Cloud::NetworkConnectivity::V1::ServiceConfig
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkConnectivity::V1::ServiceConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkconnectivity/v1/data_transfer.rb
Overview
Specifies eligibility information for the service.
Defined Under Namespace
Modules: EligibilityCriteria
Instance Attribute Summary collapse
-
#eligibility_criteria ⇒ ::Google::Cloud::NetworkConnectivity::V1::ServiceConfig::EligibilityCriteria
readonly
Output only.
-
#support_end_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#eligibility_criteria ⇒ ::Google::Cloud::NetworkConnectivity::V1::ServiceConfig::EligibilityCriteria (readonly)
Returns Output only. The eligibility criteria for the service.
570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/data_transfer.rb', line 570 class ServiceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The eligibility information for the service. module EligibilityCriteria # The service is not eligible for Data Transfer Essentials configuration. # This is the default case. ELIGIBILITY_CRITERIA_UNSPECIFIED = 0 # The service is eligible for Data Transfer Essentials configuration only # for Premium Tier. NETWORK_SERVICE_TIER_PREMIUM_ONLY = 1 # The service is eligible for Data Transfer Essentials configuration only # for Standard Tier. NETWORK_SERVICE_TIER_STANDARD_ONLY = 2 # The service is eligible for Data Transfer Essentials configuration only # for the regional endpoint. REQUEST_ENDPOINT_REGIONAL_ENDPOINT_ONLY = 3 end end |
#support_end_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The end time for eligibility criteria support. If not specified, no planned end time is set.
570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/data_transfer.rb', line 570 class ServiceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The eligibility information for the service. module EligibilityCriteria # The service is not eligible for Data Transfer Essentials configuration. # This is the default case. ELIGIBILITY_CRITERIA_UNSPECIFIED = 0 # The service is eligible for Data Transfer Essentials configuration only # for Premium Tier. NETWORK_SERVICE_TIER_PREMIUM_ONLY = 1 # The service is eligible for Data Transfer Essentials configuration only # for Standard Tier. NETWORK_SERVICE_TIER_STANDARD_ONLY = 2 # The service is eligible for Data Transfer Essentials configuration only # for the regional endpoint. REQUEST_ENDPOINT_REGIONAL_ENDPOINT_ONLY = 3 end end |