GoogleApi.CloudProfiler.V2.Model.CreateProfileRequest (google_api_cloud_profiler v0.6.0) View Source
CreateProfileRequest describes a profile resource online creation request. The deployment field must be populated. The profile_type specifies the list of profile types supported by the agent. The creation call will hang until a profile of one of these types needs to be collected.
Attributes
-
deployment(type:GoogleApi.CloudProfiler.V2.Model.Deployment.t, default:nil) - Deployment details. -
profileType(type:list(String.t), default:nil) - One or more profile types that the agent is capable of providing.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.CloudProfiler.V2.Model.CreateProfileRequest{
deployment: GoogleApi.CloudProfiler.V2.Model.Deployment.t() | nil,
profileType: [String.t()] | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.