GoogleApi.ContainerAnalysis.V1beta1.Model.Deployment (google_api_container_analysis v0.11.0) 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) - Required. 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
Specs
t() :: %GoogleApi.ContainerAnalysis.V1beta1.Model.Deployment{
address: String.t() | nil,
config: String.t() | nil,
deployTime: DateTime.t() | nil,
platform: String.t() | nil,
resourceUri: [String.t()] | nil,
undeployTime: DateTime.t() | nil,
userEmail: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.