google_api_apigee v0.17.0 GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1DeploymentChangeReportRoutingChange View Source
Describes a potential routing change that may occur as a result of some deployment operation.
Attributes
-
description
(type:String.t
, default:nil
) - A human-readable description of this routing change. -
environmentGroup
(type:String.t
, default:nil
) - The name of the environment group affected by this routing change. -
fromDeployment
(type:GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1DeploymentChangeReportRoutingDeployment.t
, default:nil
) - The basepath/deployment that may stop receiving some traffic. -
shouldSequenceRollout
(type:boolean()
, default:nil
) - True if using sequenced rollout would make this routing change safer. Note: this does not necessarily imply that automated sequenced rollout mode is supported for the operation. -
toDeployment
(type:GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1DeploymentChangeReportRoutingDeployment.t
, default:nil
) - The basepath/deployment that may start receiving that traffic. May be null if no deployment is able to receive the traffic.
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.GoogleCloudApigeeV1DeploymentChangeReportRoutingChange{ description: String.t(), environmentGroup: String.t(), fromDeployment: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1DeploymentChangeReportRoutingDeployment.t(), shouldSequenceRollout: boolean(), toDeployment: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1DeploymentChangeReportRoutingDeployment.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.