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

Describes a potential routing change that may occur as a result of some deployment operation.

Attributes

  • description (type: String.t, default: nil) - Human-readable description of this routing change.
  • environmentGroup (type: String.t, default: nil) - Name of the environment group affected by this routing change.
  • fromDeployment (type: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1DeploymentChangeReportRoutingDeployment.t, default: nil) - Base path/deployment that may stop receiving some traffic.
  • shouldSequenceRollout (type: boolean(), default: nil) - Set to 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) - Base path/deployment that may start receiving that traffic. May be null if no deployment is able to receive the traffic.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1DeploymentChangeReportRoutingChange{
    description: String.t() | nil,
    environmentGroup: String.t() | nil,
    fromDeployment:
      GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1DeploymentChangeReportRoutingDeployment.t()
      | nil,
    shouldSequenceRollout: boolean() | nil,
    toDeployment:
      GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1DeploymentChangeReportRoutingDeployment.t()
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.