View Source GoogleApi.MigrationCenter.V1.Model.ReportSummarySoleTenantNodeAllocation (google_api_migration_center v0.5.1)
Represents the assets allocated to a specific Sole-Tenant node type.
Attributes
-
allocatedAssetCount
(type:String.t
, default:nil
) - Count of assets allocated to these nodes -
node
(type:GoogleApi.MigrationCenter.V1.Model.SoleTenantNodeType.t
, default:nil
) - Sole Tenant node type, e.g. "m3-node-128-3904" -
nodeCount
(type:String.t
, default:nil
) - Count of this node type to be provisioned
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.MigrationCenter.V1.Model.ReportSummarySoleTenantNodeAllocation{ allocatedAssetCount: String.t() | nil, node: GoogleApi.MigrationCenter.V1.Model.SoleTenantNodeType.t() | nil, nodeCount: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.