InstancePolicyOrTemplate constructor

InstancePolicyOrTemplate({
  1. bool? blockProjectSshKeys,
  2. bool? installGpuDrivers,
  3. bool? installOpsAgent,
  4. String? instanceTemplate,
  5. InstancePolicy? policy,
})

Implementation

InstancePolicyOrTemplate({
  this.blockProjectSshKeys,
  this.installGpuDrivers,
  this.installOpsAgent,
  this.instanceTemplate,
  this.policy,
});