View Source GoogleApi.Compute.V1.Model.ForwardingRuleServiceDirectoryRegistration (google_api_compute v0.56.2)

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.

Attributes

  • namespace (type: String.t, default: nil) - Service Directory namespace to register the forwarding rule under.
  • service (type: String.t, default: nil) - Service Directory service to register the forwarding rule under.
  • serviceDirectoryRegion (type: String.t, default: nil) - [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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.ForwardingRuleServiceDirectoryRegistration{
  namespace: String.t() | nil,
  service: String.t() | nil,
  serviceDirectoryRegion: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.