View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1InstanceDeploymentStatus (google_api_apigee v0.53.0)
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) - Current routes deployed in the ingress routing table. A route which is missing will appear inmissing_routes. -
instance(type:String.t, default:nil) - ID of the instance reporting the status.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1InstanceDeploymentStatus{ deployedRevisions: [ GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRevision.t() ] | nil, deployedRoutes: [ GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRoute.t() ] | nil, instance: String.t() | nil }