Class: Google::Cloud::NetworkConnectivity::V1::MulticloudDataTransferSupportedService
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkConnectivity::V1::MulticloudDataTransferSupportedService
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkconnectivity/v1/data_transfer.rb
Overview
A service in your project in a region that is eligible for Data Transfer Essentials configuration.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Identifier.
-
#service_configs ⇒ ::Array<::Google::Cloud::NetworkConnectivity::V1::ServiceConfig>
readonly
Output only.
Instance Attribute Details
#name ⇒ ::String
Returns Identifier. The name of the service.
557 558 559 560 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/data_transfer.rb', line 557 class MulticloudDataTransferSupportedService include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#service_configs ⇒ ::Array<::Google::Cloud::NetworkConnectivity::V1::ServiceConfig> (readonly)
Returns Output only. The network service tier or regional endpoint supported for the service.
557 558 559 560 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/data_transfer.rb', line 557 class MulticloudDataTransferSupportedService include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |