google_api_apigee v0.11.0 GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1InstanceDeploymentStatus View Source
The status of a deployment as reported by a single instance.
Attributes
-
deployedRevisions
(type:list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRevision.t)
, default:nil
) - Revisions currently deployed in MPs. -
deployedRoutes
(type:list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRoute.t)
, default:nil
) - The current routes deployed in the ingress routing table. A route which is missing will be shown with no destination environment. -
instance
(type:String.t
, default:nil
) - ID of the instance reporting the status.
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.GoogleCloudApigeeV1InstanceDeploymentStatus{ deployedRevisions: [ GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRevision.t() ], deployedRoutes: [ GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRoute.t() ], instance: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.