InstancePolicyOrTemplate constructor
InstancePolicyOrTemplate({
- bool? blockProjectSshKeys,
- bool? installGpuDrivers,
- bool? installOpsAgent,
- String? instanceTemplate,
- InstancePolicy? policy,
Implementation
InstancePolicyOrTemplate({
this.blockProjectSshKeys,
this.installGpuDrivers,
this.installOpsAgent,
this.instanceTemplate,
this.policy,
});