View Source GoogleApi.MigrationCenter.V1.Model.PerformanceSample (google_api_migration_center v0.4.0)
Performance data sample.
Attributes
-
cpu(type:GoogleApi.MigrationCenter.V1.Model.CpuUsageSample.t, default:nil) - CPU usage sample. -
disk(type:GoogleApi.MigrationCenter.V1.Model.DiskUsageSample.t, default:nil) - Disk usage sample. -
memory(type:GoogleApi.MigrationCenter.V1.Model.MemoryUsageSample.t, default:nil) - Memory usage sample. -
network(type:GoogleApi.MigrationCenter.V1.Model.NetworkUsageSample.t, default:nil) - Network usage sample. -
sampleTime(type:DateTime.t, default:nil) - Time the sample was collected. If omitted, the frame report time will be used.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.MigrationCenter.V1.Model.PerformanceSample{ cpu: GoogleApi.MigrationCenter.V1.Model.CpuUsageSample.t() | nil, disk: GoogleApi.MigrationCenter.V1.Model.DiskUsageSample.t() | nil, memory: GoogleApi.MigrationCenter.V1.Model.MemoryUsageSample.t() | nil, network: GoogleApi.MigrationCenter.V1.Model.NetworkUsageSample.t() | nil, sampleTime: DateTime.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.