VmwareControlPlaneVsphereConfig.fromJson constructor
VmwareControlPlaneVsphereConfig.fromJson(
- Map json_
Implementation
VmwareControlPlaneVsphereConfig.fromJson(core.Map json_)
: this(
datastore: json_['datastore'] as core.String?,
storagePolicyName: json_['storagePolicyName'] as core.String?,
);