View Source GoogleApi.MigrationCenter.V1.Model.ReportSummaryVmwareNodeAllocation (google_api_migration_center v0.3.1)
Represents assets allocated to a specific VMWare Node type.
Attributes
-
allocatedAssetCount
(type:String.t
, default:nil
) - Count of assets allocated to these nodes -
nodeCount
(type:String.t
, default:nil
) - Count of this node type to be provisioned -
vmwareNode
(type:GoogleApi.MigrationCenter.V1.Model.ReportSummaryVmwareNode.t
, default:nil
) - VMWare node type, e.g. "ve1-standard-72"
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.MigrationCenter.V1.Model.ReportSummaryVmwareNodeAllocation{ allocatedAssetCount: String.t() | nil, nodeCount: String.t() | nil, vmwareNode: GoogleApi.MigrationCenter.V1.Model.ReportSummaryVmwareNode.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.