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.
6775 6776 6777 6778 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 6775 class ForwardingRuleServiceDirectoryRegistration include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#service ⇒ ::String
Returns Service Directory service to register the forwarding rule under.
6775 6776 6777 6778 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 6775 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.
6775 6776 6777 6778 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 6775 class ForwardingRuleServiceDirectoryRegistration include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |