View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1DeploymentChangeReportRoutingConflict (google_api_apigee v0.46.0)

Describes a routing conflict that may cause a deployment not to receive traffic at some base path.

Attributes

  • conflictingDeployment (type: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1DeploymentChangeReportRoutingDeployment.t, default: nil) - Existing base path/deployment causing the conflict.
  • description (type: String.t, default: nil) - Human-readable description of this conflict.
  • environmentGroup (type: String.t, default: nil) - Name of the environment group in which this conflict exists.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1DeploymentChangeReportRoutingConflict{
    conflictingDeployment:
      GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1DeploymentChangeReportRoutingDeployment.t()
      | nil,
    description: String.t() | nil,
    environmentGroup: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.