ResourcePolicyInstanceSchedulePolicy constructor

ResourcePolicyInstanceSchedulePolicy({
  1. String? expirationTime,
  2. String? startTime,
  3. String? timeZone,
  4. ResourcePolicyInstanceSchedulePolicySchedule? vmStartSchedule,
  5. ResourcePolicyInstanceSchedulePolicySchedule? vmStopSchedule,
})

Implementation

ResourcePolicyInstanceSchedulePolicy({
  this.expirationTime,
  this.startTime,
  this.timeZone,
  this.vmStartSchedule,
  this.vmStopSchedule,
});