Class: Google::Cloud::Compute::V1::ForwardingRuleServiceDirectoryRegistration
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::ForwardingRuleServiceDirectoryRegistration
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
Describes the auto-registration of the forwarding rule to Service Directory. The region and project of the Service Directory resource generated from this registration will be the same as this forwarding rule.
Instance Attribute Summary collapse
-
#namespace ⇒ ::String
Service Directory namespace to register the forwarding rule under.
-
#service ⇒ ::String
Service Directory service to register the forwarding rule under.
-
#service_directory_region ⇒ ::String
[Optional] Service Directory region to register this global forwarding rule under.
Instance Attribute Details
#namespace ⇒ ::String
Returns Service Directory namespace to register the forwarding rule under.
9249 9250 9251 9252 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 9249 class ForwardingRuleServiceDirectoryRegistration include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#service ⇒ ::String
Returns Service Directory service to register the forwarding rule under.
9249 9250 9251 9252 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 9249 class ForwardingRuleServiceDirectoryRegistration include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#service_directory_region ⇒ ::String
Returns [Optional] Service Directory region to register this global forwarding rule under. Default to "us-central1". Only used for PSC for Google APIs. All PSC for Google APIs forwarding rules on the same network should use the same Service Directory region.
9249 9250 9251 9252 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 9249 class ForwardingRuleServiceDirectoryRegistration include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |