GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1DeploymentChangeReportRoutingConflict (google_api_apigee v0.29.0) View Source
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.
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() | nil, description: String.t() | nil, environmentGroup: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.