ComputeForwardingRuleForwardingRuleServiceDirectoryRegistration class

One entry in service_directory_registrations. The schema caps the list at one entry; populated only for forwarding rules whose loadBalancingScheme is INTERNAL or INTERNAL_MANAGED so other consumers in the same project can resolve the rule by Service Directory name.

Note: the regional resource uses namespace + service (the Service Directory service name to register under), distinct from the global resource which exposes namespace + service_directory_region.

Annotations
  • @immutable

Constructors

ComputeForwardingRuleForwardingRuleServiceDirectoryRegistration({TfArg<String>? namespace, TfArg<String>? service})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
namespace → TfArg<String>?
Service Directory namespace under which to register the rule. Defaults from API when omitted.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
service → TfArg<String>?
Service Directory service name to register the rule under.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toArgMap() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited