GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1DeploymentChangeReportRoutingConflict (google_api_apigee v0.26.0) View Source
Describes a routing conflict that may cause a deployment not to receive traffic at some basepath.
Attributes
-
conflictingDeployment
(type:GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1DeploymentChangeReportRoutingDeployment.t
, default:nil
) - The existing basepath/deployment causing the conflict. -
description
(type:String.t
, default:nil
) - A human-readable description of this conflict. -
environmentGroup
(type:String.t
, default:nil
) - The name of the environment group in which this conflict exists.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1DeploymentChangeReportRoutingConflict{ conflictingDeployment: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1DeploymentChangeReportRoutingDeployment.t(), description: String.t(), environmentGroup: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.