google_api_container_analysis v0.4.0 GoogleApi.ContainerAnalysis.V1alpha1.Model.Deployment View Source
The period during which some deployable was active in a runtime.
Attributes
address
(type:String.t
, default:nil
) - Address of the runtime element hosting this deployment.config
(type:String.t
, default:nil
) - Configuration used to create this deployment.deployTime
(type:DateTime.t
, default:nil
) - Beginning of the lifetime of this deployment.platform
(type:String.t
, default:nil
) - Platform hosting this deployment.resourceUri
(type:list(String.t)
, default:nil
) - Output only. Resource URI for the artifact being deployed taken from the deployable field with the same name.undeployTime
(type:DateTime.t
, default:nil
) - End of the lifetime of this deployment.userEmail
(type:String.t
, default:nil
) - Identity of the user that triggered this deployment.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.ContainerAnalysis.V1alpha1.Model.Deployment{ address: String.t(), config: String.t(), deployTime: DateTime.t(), platform: String.t(), resourceUri: [String.t()], undeployTime: DateTime.t(), userEmail: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.