VmwareControlPlaneVsphereConfig.fromJson constructor

VmwareControlPlaneVsphereConfig.fromJson(
  1. Map json_
)

Implementation

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